Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 10110ac commit c0682ff
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 245 deletions.
6 changes: 3 additions & 3 deletions example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"express": "^4.21.0",
"isbot": "^5.0.0",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remix-utils": "^7.7.0",
"viem": "^2.21.16",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@remix-run/dev": "^2.12.1",
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.10",
"@types/react": "^19.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
Expand Down
10 changes: 5 additions & 5 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@types/eslint__js": "^8.42.3",
"@types/events": "^3.0.3",
"@types/node": "^22.7.5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "2.1.8",
Expand All @@ -67,7 +67,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "6.13.4",
"events": "^3.3.0",
Expand All @@ -80,8 +80,8 @@
"nanoid": "^5.0.0",
"node-stdlib-browser": "^1.2.0",
"postcss": "^8.4.47",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-select": "5.8.3",
"rimraf": "6.0.1",
"ser-kit": "1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"dependencies": {
"@icons-pack/react-simple-icons": "^10.2.0",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"lucide-react": "^0.468.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"web-vitals": "2.1.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c0682ff

Please sign in to comment.