Skip to content

Commit

Permalink
update lockfile (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored Apr 11, 2022
1 parent 4ab1a12 commit 77c0be5
Show file tree
Hide file tree
Showing 29 changed files with 698 additions and 914 deletions.
4 changes: 2 additions & 2 deletions examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
"sass": "^1.49.11"
"sass": "^1.50.0"
},
"dependencies": {
"preact": "^10.7.0"
"preact": "^10.7.1"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
"preact": "^10.7.0"
"preact": "^10.7.1"
}
}
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.43",
"preact": "^10.7.0",
"@types/react": "^17.0.44",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
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.2.1"
"lit": "^2.2.2"
}
}
8 changes: 4 additions & 4 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
"preact": "^10.7.0",
"lit": "^2.2.2",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.13",
"svelte": "^3.46.6",
"solid-js": "^1.3.14",
"svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
"preact": "^10.7.0"
"preact": "^10.7.1"
}
}
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.5"
},
"dependencies": {
"solid-js": "^1.3.13"
"solid-js": "^1.3.14"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
"svelte": "^3.46.6"
"svelte": "^3.47.0"
}
}
8 changes: 4 additions & 4 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
"preact": "^10.7.0",
"lit": "^2.2.2",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.13",
"svelte": "^3.46.6",
"solid-js": "^1.3.14",
"svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
4 changes: 2 additions & 2 deletions examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
"sass": "^1.49.11"
"sass": "^1.50.0"
},
"dependencies": {
"preact": "^10.7.0"
"preact": "^10.7.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"vite-imagetools": "^4.0.3"
},
"dependencies": {
"svelte": "^3.46.6"
"svelte": "^3.47.0"
}
}
2 changes: 1 addition & 1 deletion examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.5",
"sass": "^1.49.11"
"sass": "^1.50.0"
},
"dependencies": {
"react": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
"preact": "^10.7.0",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.46.6",
"svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.12",
"preact": "^10.7.0",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"del": "^6.0.0",
"esbuild": "^0.14.34",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
"patch-package": "^6.4.7",
"prettier": "^2.6.2",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.1.10",
"turbo": "^1.2.1",
"typescript": "~4.6.3"
}
}
20 changes: 10 additions & 10 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
},
"dependencies": {
"@astrojs/compiler": "^0.14.1",
"@astrojs/language-server": "^0.13.3",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.8.1",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.8",
"@babel/generator": "^7.17.7",
"@babel/parser": "^7.17.8",
"@babel/traverse": "^7.17.3",
"@babel/core": "^7.17.9",
"@babel/generator": "^7.17.9",
"@babel/parser": "^7.17.9",
"@babel/traverse": "^7.17.9",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
"@web/parse5-utils": "^1.3.0",
Expand All @@ -94,7 +94,7 @@
"debug": "^4.3.4",
"diff": "^5.0.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.4",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.34",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
Expand All @@ -120,7 +120,7 @@
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.1",
"semver": "^7.3.5",
"semver": "^7.3.6",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
"shorthash": "^0.0.2",
Expand All @@ -134,7 +134,7 @@
"tsconfig-resolver": "^3.0.1",
"vite": "^2.9.1",
"yargs-parser": "^21.0.1",
"zod": "^3.14.3"
"zod": "^3.14.4"
},
"devDependencies": {
"@babel/types": "^7.17.0",
Expand All @@ -152,7 +152,7 @@
"@types/mocha": "^9.1.0",
"@types/parse5": "^6.0.3",
"@types/path-browserify": "^1.0.0",
"@types/prettier": "^2.4.4",
"@types/prettier": "^2.6.0",
"@types/resolve": "^1.20.1",
"@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1",
Expand All @@ -161,7 +161,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
"sass": "^1.49.11"
"sass": "^1.50.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.49.11"
"sass": "^1.50.0"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/lit/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": {
"@lit-labs/ssr": "^2.0.4"
"@lit-labs/ssr": "^2.1.0"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"preact-render-to-string": "^5.1.20"
"preact-render-to-string": "^5.1.21"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"preact": "^10.7.0"
"preact": "^10.7.1"
},
"peerDependencies": {
"preact": "^10.6.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@babel/plugin-transform-react-jsx": "^7.17.3"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"react": "^18.0.0",
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.3.13"
"solid-js": "^1.3.14"
},
"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 @@ -31,14 +31,14 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.4"
"svelte-preprocess": "^4.10.5"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^3.46.6"
"svelte": "^3.47.0"
},
"peerDependencies": {
"svelte": "^3.46.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/renderers/renderer-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@lit-labs/ssr": "^2.0.4",
"@lit-labs/ssr": "^2.1.0",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1"
"lit": "^2.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/renderers/renderer-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"preact": "^10.7.0",
"preact-render-to-string": "^5.1.20"
"preact": "^10.7.1",
"preact-render-to-string": "^5.1.21"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/renderer-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"babel-preset-solid": "^1.3.13",
"solid-js": "^1.3.13"
"solid-js": "^1.3.14"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/renderers/renderer-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"svelte": "^3.46.6",
"svelte-preprocess": "^4.10.4",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"svelte": "^3.47.0",
"svelte-preprocess": "^4.10.5",
"vite": "^2.9.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"urlpattern-polyfill": "^1.0.0-rc5",
"web-streams-polyfill": "^3.2.0"
"web-streams-polyfill": "^3.2.1"
},
"scripts": {
"build": "node run/build.js",
Expand Down
Loading

0 comments on commit 77c0be5

Please sign in to comment.