Skip to content

Commit

Permalink
Update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 22, 2023
1 parent 9f18814 commit eb9f450
Show file tree
Hide file tree
Showing 106 changed files with 1,909 additions and 2,222 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We welcome contributions of any size and skill level. As an open source project,

```shell
node: "^>=18.14.1"
pnpm: "^8.6.2"
pnpm: "^8.6.12"
# otherwise, your build will fail
```

Expand Down
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.11.0",
"autocannon": "^7.12.0",
"execa": "^6.1.0",
"markdown-table": "^3.0.3",
"mri": "^1.2.0",
"port-authority": "^2.0.1",
"pretty-bytes": "^6.1.0"
"pretty-bytes": "^6.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0-rc.1",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.12.3",
"astro": "^3.0.0-rc.5"
}
}
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": "^3.0.0-rc.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^3.0.0-rc.5",
"lit": "^2.7.5"
"lit": "^2.8.0"
}
}
6 changes: 3 additions & 3 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@astrojs/svelte": "^4.0.0-rc.2",
"@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1",
"preact": "^10.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/preact": "^3.0.0-rc.2",
"@preact/signals": "^1.1.3",
"@preact/signals": "^1.2.1",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
"preact": "^10.17.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": "^3.0.0-rc.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.0-rc.5",
"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": "^3.0.0-rc.3",
"astro": "^3.0.0-rc.5",
"solid-js": "^1.7.6"
"solid-js": "^1.7.11"
}
}
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": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
"svelte": "^3.59.2"
}
}
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": "^6.0.0-rc.1",
"@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
"svelte": "^3.59.2"
}
}
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": "^1.0.0-rc.2",
"@astrojs/preact": "^3.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
"preact": "^10.17.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": "^3.0.0-rc.5",
"nanostores": "^0.8.1",
"preact": "^10.15.1"
"preact": "^10.17.1"
}
}
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@astrojs/tailwind": "^5.0.0-rc.1",
"@types/canvas-confetti": "^1.6.0",
"astro": "^3.0.0-rc.5",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
],
"engines": {
"node": ">=18.14.1",
"pnpm": ">=8.6.2"
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.12",
"pnpm": {
"packageExtensions": {
"svelte2tsx": {
Expand Down Expand Up @@ -78,21 +78,21 @@
"devDependencies": {
"@astrojs/check": "^0.1.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/node": "^18.16.18",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.17.7",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"esbuild": "^0.18.16",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"esbuild": "^0.18.20",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.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": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"tiny-glob": "^0.2.9",
"turbo": "^1.10.3",
"turbo": "^1.10.12",
"typescript": "~5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mocha": "^9.2.2"
},
"dependencies": {
"fast-xml-parser": "^4.2.5",
"fast-xml-parser": "^4.2.7",
"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.15.1"
"preact": "^10.17.1"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"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.15.1"
"preact": "^10.17.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.63.4"
"sass": "^1.66.1"
}
}
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,12 +9,12 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.63.4",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"sass": "^1.66.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"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.15.1"
"preact": "^10.17.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.5"
"lit": "^2.8.0"
}
}
8 changes: 4 additions & 4 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.5",
"preact": "^10.15.1",
"lit": "^2.8.0",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"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.15.1"
"preact": "^10.17.1"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 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.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-recursive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.15.1",
"preact": "^10.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.6",
"svelte": "^3.59.1",
"solid-js": "^1.7.11",
"svelte": "^3.59.2",
"vue": "^3.3.4"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.15.1"
"preact": "^10.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.15.1"
"preact": "^10.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/solid-circular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.7.6"
"solid-js": "^1.7.11"
}
}
Loading

0 comments on commit eb9f450

Please sign in to comment.