Skip to content

Commit

Permalink
fix: wow that's a lot of Preact
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Feb 22, 2024
1 parent f8ed78c commit 61d2796
Show file tree
Hide file tree
Showing 44 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astrojs/svelte": "^5.0.3",
"@astrojs/vue": "^4.0.8",
"astro": "^4.4.3",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.5",
Expand Down
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": "^3.1.0",
"@preact/signals": "^1.2.1",
"astro": "^4.4.3",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
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": "^2.1.1",
"@astrojs/preact": "^3.1.0",
"astro": "^4.4.3",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
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.5.0",
"astro": "^4.4.3",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/dev-toolbar/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.19.2"
"preact": "^10.19.6"
}
}
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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.69.5",
Expand Down
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.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^2.8.0",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-recursive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
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.19.2"
"preact": "^10.19.6"
}
}
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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-basic/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-children/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-expr/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-fallback/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.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/before-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/build-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@astrojs/svelte": "workspace:*",
"@test/component-library-shared": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/entry-file-names/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.8.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/react-lib": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.2.1",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/slots-preact/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/ssr-env/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.19.2"
"preact": "^10.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/ssr-scripts/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.19.2"
"preact": "^10.19.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@astrojs/preact": "workspace:*",
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2",
"preact": "^10.19.6",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/static-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/static-build-pkg": "workspace:*",
"astro": "workspace:*",
"preact": "^10.19.2"
"preact": "^10.19.6"
}
}
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.19.2"
"preact": "^10.19.6"
}
}
Loading

0 comments on commit 61d2796

Please sign in to comment.