Skip to content

Commit

Permalink
Update safe dependencies (#7430)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Jun 21, 2023
1 parent 01b1c21 commit f275d05
Show file tree
Hide file tree
Showing 132 changed files with 2,300 additions and 2,675 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@astrojs/node": "workspace:*",
"@benchmark/timer": "workspace:*",
"astro": "workspace:*",
"autocannon": "^7.10.0",
"autocannon": "^7.11.0",
"execa": "^6.1.0",
"markdown-table": "^3.0.3",
"mri": "^1.2.0",
"port-authority": "^2.0.1",
"pretty-bytes": "^6.0.0"
"pretty-bytes": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/alpinejs": "^0.2.2",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.0",
"alpinejs": "^3.12.2",
"astro": "^2.6.6"
}
}
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 @@
"@astrojs/lit": "^2.1.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^2.6.6",
"lit": "^2.7.4"
"lit": "^2.7.5"
}
}
8 changes: 4 additions & 4 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@astrojs/svelte": "^3.0.0",
"@astrojs/vue": "^2.2.1",
"astro": "^2.6.6",
"preact": "^10.13.2",
"preact": "^10.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.4",
"svelte": "^3.58.0",
"vue": "^3.2.47"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/preact": "^2.2.1",
"@preact/signals": "^1.1.3",
"astro": "^2.6.6",
"preact": "^10.13.2"
"preact": "^10.15.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/react": "^2.2.1",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"astro": "^2.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
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 @@
"dependencies": {
"@astrojs/solid-js": "^2.2.0",
"astro": "^2.6.6",
"solid-js": "^1.7.4"
"solid-js": "^1.7.6"
}
}
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 @@
"dependencies": {
"@astrojs/svelte": "^3.0.0",
"astro": "^2.6.6",
"svelte": "^3.58.0"
"svelte": "^3.59.1"
}
}
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 @@
"dependencies": {
"@astrojs/vue": "^2.2.1",
"astro": "^2.6.6",
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@astrojs/node": "^5.2.0",
"@astrojs/svelte": "^3.0.0",
"astro": "^2.6.6",
"svelte": "^3.58.0"
"svelte": "^3.59.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/mdx": "^0.19.7",
"@astrojs/preact": "^2.2.1",
"astro": "^2.6.6",
"preact": "^10.13.2"
"preact": "^10.15.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@nanostores/preact": "^0.4.1",
"astro": "^2.6.6",
"nanostores": "^0.8.1",
"preact": "^10.13.2"
"preact": "^10.15.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"astro": "^2.6.6",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"astro": "^2.6.6",
"vite-plugin-pwa": "0.14.7",
"workbox-window": "^6.5.4"
"workbox-window": "^6.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^2.6.6",
"vitest": "^0.31.0"
"vitest": "^0.31.4"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"esbuild": "^0.17.12",
"eslint": "^8.38.0",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"esbuild": "^0.17.19",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^4.2.1",
"only-allow": "^1.1.1",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-astro": "^0.8.1",
"tiny-glob": "^0.2.9",
"turbo": "^1.9.3",
"turbo": "^1.10.3",
"typescript": "~5.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/astro-prism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"astro-component"
],
"dependencies": {
"prismjs": "^1.28.0"
"prismjs": "^1.29.0"
},
"devDependencies": {
"astro-scripts": "workspace:*",
"@types/prismjs": "1.26.0"
"@types/prismjs": "1.26.0",
"astro-scripts": "workspace:*"
},
"engines": {
"node": ">=16.12.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"test": "mocha --exit --timeout 20000"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"chai": "^4.3.6",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-xml": "^0.4.0",
"chai-xml": "^0.4.1",
"mocha": "^9.2.2"
},
"dependencies": {
"fast-xml-parser": "^4.0.8",
"fast-xml-parser": "^4.2.4",
"kleur": "^4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.11.0"
"preact": "^10.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-envs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.2.40"
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-cyclic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.11.0"
"preact": "^10.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-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.52.2"
"sass": "^1.63.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.11.0",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.5.6",
"svelte": "^3.50.1",
"vue": "^3.2.39"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hydration-race/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.11.0"
"preact": "^10.15.1"
}
}
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.2.1",
"astro": "workspace:*",
"lit": "^2.7.0"
"lit": "^2.7.5"
}
}
10 changes: 5 additions & 5 deletions packages/astro/e2e/fixtures/multiple-frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^2.7.0",
"preact": "^10.7.3",
"lit": "^2.7.5",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3"
"preact": "^10.15.1"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.7.3",
"preact": "^10.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37"
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit f275d05

Please sign in to comment.