summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/integrations-playground/package.json4
-rw-r--r--examples/subpath/package.json4
-rw-r--r--examples/with-markdown/package.json4
-rw-r--r--examples/with-nanostores/package.json4
7 files changed, 14 insertions, 14 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index dba62dc47..e7cf7282a 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -14,8 +14,8 @@
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.43",
"preact": "^10.6.6",
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 8f95c6935..4328d130e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -21,8 +21,8 @@
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
"preact": "^10.6.6",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
"solid-js": "^1.3.13",
"svelte": "^3.46.4",
"vue": "^3.2.31"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 69bfc446c..4cdd93049 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"astro": "^0.25.4"
},
"dependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 6c08c5f46..848bd2c4c 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -21,8 +21,8 @@
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
"preact": "^10.6.6",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
"solid-js": "^1.3.13",
"svelte": "^3.46.4",
"vue": "^3.2.31"
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index f48f47a11..ea792f73a 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -14,7 +14,7 @@
"sass": "^1.49.9"
},
"dependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 843ee33ff..7f96d9ffa 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -18,8 +18,8 @@
},
"dependencies": {
"preact": "^10.6.6",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
"svelte": "^3.46.4",
"vue": "^3.2.31"
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 828a8a608..55a60cadb 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -14,8 +14,8 @@
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.12",
"preact": "^10.6.6",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",
"vue": "^3.2.31"
},