Skip to content

Commit

Permalink
[ci] update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Mar 16, 2022
1 parent 5cb7e03 commit f6b1951
Show file tree
Hide file tree
Showing 8 changed files with 599 additions and 590 deletions.
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"dependencies": {
"@algolia/client-search": "^4.12.2",
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.40",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.3",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1",
"@octokit/action": "^3.18.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"del": "^6.0.0",
"esbuild": "0.14.25",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.1.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/compiler": "^0.12.0",
"@astrojs/compiler": "^0.12.1",
"@astrojs/language-server": "^0.8.10",
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
Expand All @@ -70,7 +70,7 @@
"@astrojs/renderer-svelte": "0.5.2",
"@astrojs/renderer-vue": "0.4.0",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.7",
"@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
Expand All @@ -93,7 +93,7 @@
"mime": "^3.0.0",
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.8",
"postcss": "^8.4.12",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/renderer-solid": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8"
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12"
}
}
2 changes: 1 addition & 1 deletion packages/renderers/renderer-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@lit-labs/ssr": "^2.0.4",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.0"
"lit": "^2.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0",
"event-target-shim": "^6.0.2",
"fetch-blob": "^3.1.4",
"fetch-blob": "^3.1.5",
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
Expand Down
Loading

0 comments on commit f6b1951

Please sign in to comment.