Skip to content

Commit

Permalink
fix(deps): update react monorepo (#2079)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 54e6ab7 commit 226966e
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 87 deletions.
4 changes: 2 additions & 2 deletions examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@next/bundle-analyzer": "^14.2.23",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.4",
"eslint": "^9.15.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/graphql-upload": "^16.0.7",
"@types/lodash": "^4.17.15",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"bob-tsm": "^1.1.2",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.14"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"p-debounce": "^4.0.0",
"p-defer": "^3.0.0",
"react-ssr-prepass": "^1.5.0",
"use-sync-external-store": "^1.2.2"
"use-sync-external-store": "^1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
Expand All @@ -100,7 +100,7 @@
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react": "^18.3.18",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
Loading

0 comments on commit 226966e

Please sign in to comment.