Skip to content

Commit 226966e

Browse files
fix(deps): update react monorepo (#2079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54e6ab7 commit 226966e

File tree

5 files changed

+91
-87
lines changed

5 files changed

+91
-87
lines changed

examples/gnt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@next/bundle-analyzer": "^14.2.23",
2626
"@tailwindcss/typography": "^0.5.16",
2727
"@types/node": "20.14.15",
28-
"@types/react": "18.3.3",
29-
"@types/react-dom": "18.3.0",
28+
"@types/react": "18.3.18",
29+
"@types/react-dom": "18.3.5",
3030
"autoprefixer": "^10.4.20",
3131
"dotenv-cli": "^7.4.4",
3232
"eslint": "^9.15.0",

examples/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@types/graphql-upload": "^16.0.7",
5151
"@types/lodash": "^4.17.15",
5252
"@types/node": "^20.14.15",
53-
"@types/react": "^18.3.3",
54-
"@types/react-dom": "^18.3.0",
53+
"@types/react": "^18.3.18",
54+
"@types/react-dom": "^18.3.5",
5555
"bob-tsm": "^1.1.2",
5656
"concurrently": "^8.2.2",
5757
"cross-env": "^7.0.3",

examples/vite-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@types/node": "^20.14.15",
21-
"@types/react": "^18.3.3",
22-
"@types/react-dom": "^18.3.0",
21+
"@types/react": "^18.3.18",
22+
"@types/react-dom": "^18.3.5",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"vite": "^5.4.14"
2525
}

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"p-debounce": "^4.0.0",
8888
"p-defer": "^3.0.0",
8989
"react-ssr-prepass": "^1.5.0",
90-
"use-sync-external-store": "^1.2.2"
90+
"use-sync-external-store": "^1.4.0"
9191
},
9292
"devDependencies": {
9393
"@eslint/eslintrc": "^3.1.0",
@@ -100,7 +100,7 @@
100100
"@types/jest": "^29.5.14",
101101
"@types/lodash-es": "^4.17.12",
102102
"@types/node": "^20.14.15",
103-
"@types/react": "^18.3.3",
103+
"@types/react": "^18.3.18",
104104
"@types/use-sync-external-store": "^0.0.6",
105105
"@typescript-eslint/eslint-plugin": "^8.4.0",
106106
"@typescript-eslint/parser": "^8.4.0",

0 commit comments

Comments
 (0)