Skip to content

Commit

Permalink
[ci] update lockfile (#3448)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott authored May 31, 2022
1 parent e9a77d8 commit c9d8b10
Show file tree
Hide file tree
Showing 17 changed files with 485 additions and 405 deletions.
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.2.4"
"lit": "^2.2.5"
}
}
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.4",
"lit": "^2.2.5",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.2",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.36"
}
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": "^1.0.0-beta.37"
},
"dependencies": {
"solid-js": "^1.4.2"
"solid-js": "^1.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.37",
"solid-js": "^1.4.2"
"solid-js": "^1.4.3"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.4",
"lit": "^2.2.5",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@octokit/action": "^3.18.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"del": "^6.1.0",
"esbuild": "^0.14.39",
"del": "^6.1.1",
"esbuild": "^0.14.40",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/lit-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/lit": "workspace:*",
"@webcomponents/template-shadowroot": "^0.1.0",
"astro": "workspace:*",
"lit": "^2.2.4"
"lit": "^2.2.5"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/multiple-frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.32"
"astro": "^1.0.0-beta.35"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.4",
"lit": "^2.2.5",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.2",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.36"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/solid-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.4.2"
"solid-js": "^1.4.3"
}
}
14 changes: 7 additions & 7 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.0",
"@babel/generator": "^7.18.0",
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
"@babel/parser": "^7.18.3",
"@babel/traverse": "^7.18.2",
"@proload/core": "^0.3.2",
"@proload/plugin-tsm": "^0.2.1",
"ast-types": "^0.14.2",
Expand All @@ -97,7 +97,7 @@
"diff": "^5.1.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.39",
"esbuild": "^0.14.40",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
Expand All @@ -119,7 +119,7 @@
"prompts": "^2.4.2",
"recast": "^0.20.5",
"resolve": "^1.22.0",
"rollup": "^2.74.1",
"rollup": "^2.75.0",
"semver": "^7.3.7",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
Expand All @@ -135,7 +135,7 @@
"zod": "^3.17.3"
},
"devDependencies": {
"@babel/types": "^7.18.0",
"@babel/types": "^7.18.2",
"@playwright/test": "^1.22.2",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"hast-util-select": "^5.0.1",
"hast-util-select": "^5.0.2",
"rehype-slug": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/css-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/test-font-awesome-package": "file:./packages/font-awesome"
"@astrojs/test-font-awesome-package": "file:packages/font-awesome",
"astro": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "mocha"
},
"dependencies": {
"@lit-labs/ssr": "^2.1.0"
"@lit-labs/ssr": "^2.2.0"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.4.2"
"solid-js": "^1.4.3"
},
"peerDependencies": {
"solid-js": "^1.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.45",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.6",
"vite": "^2.9.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
"rollup": "^2.74.1",
"rollup": "^2.75.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "~4.7.0",
Expand Down
Loading

0 comments on commit c9d8b10

Please sign in to comment.