Skip to content

Commit

Permalink
[ci] update lockfile (withastro#2841)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott committed Mar 21, 2022
1 parent 3a7f992 commit 0c5378b
Show file tree
Hide file tree
Showing 17 changed files with 88 additions and 87 deletions.
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.40",
"@types/react": "^17.0.41",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.1.3"
"lit": "^2.2.1"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.1.3",
"lit": "^2.2.1",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^0.25.0-next.1"
},
"dependencies": {
"solid-js": "^1.3.6"
"solid-js": "^1.3.13"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^0.25.0-next.1"
},
"dependencies": {
"vue": "^3.2.30"
"vue": "^3.2.31"
}
}
4 changes: 2 additions & 2 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"devDependencies": {
"@astrojs/lit": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/partytown": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/sitemap": "^0.0.1",
"@astrojs/tailwind": "^0.0.1",
"@astrojs/turbolinks": "^0.0.1",
"astro": "^0.25.0-next.1"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.1.3",
"lit": "^2.2.1",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
"@astrojs/markdown-remark": "^0.7.0-next.0",
"@astrojs/prism": "0.4.0",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.8",
"@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
"@web/parse5-utils": "^1.3.0",
"ci-info": "^3.3.0",
"common-ancestor-path": "^1.0.1",
"debug": "^4.3.3",
"debug": "^4.3.4",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.4",
"esbuild": "0.14.25",
"estree-walker": "^3.0.1",
"fast-glob": "^3.2.11",
"fast-xml-parser": "^4.0.6",
"fast-xml-parser": "^4.0.7",
"html-entities": "^2.3.2",
"html-escaper": "^3.0.3",
"htmlparser2": "^7.2.0",
Expand All @@ -90,7 +90,7 @@
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.1",
"postcss-load-config": "^3.1.3",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
Expand All @@ -109,12 +109,12 @@
"tsconfig-resolver": "^3.0.1",
"vite": "^2.8.6",
"yargs-parser": "^21.0.1",
"zod": "^3.13.4"
"zod": "^3.14.2"
},
"devDependencies": {
"@astrojs/parser": "^0.22.2",
"@babel/types": "^7.17.0",
"@types/babel__core": "^7.1.18",
"@types/babel__core": "^7.1.19",
"@types/babel__traverse": "^7.14.2",
"@types/chai": "^4.3.0",
"@types/common-ancestor-path": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@lit-labs/ssr": "^2.0.2"
"@lit-labs/ssr": "^2.0.4"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@builder.io/partytown": "^0.4.0",
"@builder.io/partytown": "^0.4.5",
"mrmime": "^1.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.7",
"preact-render-to-string": "^5.1.19"
"@babel/plugin-transform-react-jsx": "^7.17.3",
"preact-render-to-string": "^5.1.20"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"preact": "^10.6.5"
"preact": "^10.6.6"
},
"peerDependencies": {
"preact": "^10.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.7"
"@babel/plugin-transform-react-jsx": "^7.17.3"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"babel-preset-solid": "^1.3.6"
"babel-preset-solid": "^1.3.13"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.3.6"
"solid-js": "^1.3.13"
},
"peerDependencies": {
"solid-js": "^1.3.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
"postcss-load-config": "^3.1.1",
"svelte-preprocess": "^4.10.2"
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"postcss-load-config": "^3.1.3",
"svelte-preprocess": "^4.10.4"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@vitejs/plugin-vue": "^2.2.0"
"@vitejs/plugin-vue": "^2.2.4"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vue": "^3.2.30"
"vue": "^3.2.31"
},
"peerDependencies": {
"vue": "^3.2.30"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"remark-smartypants": "^2.0.0",
"shiki": "^0.10.1",
"unified": "^10.1.2",
"unist-util-map": "^3.0.0",
"unist-util-map": "^3.0.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/renderer-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.39",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.4",
"vite": "^2.8.6"
Expand Down
Loading

0 comments on commit 0c5378b

Please sign in to comment.