Skip to content

Commit

Permalink
Merge pull request #72 from goosewobbler/sm/update-react
Browse files Browse the repository at this point in the history
chore: update react
  • Loading branch information
goosewobbler authored Dec 6, 2024
2 parents 0a7ff87 + 3081f06 commit d61856f
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 124 deletions.
8 changes: 4 additions & 4 deletions apps/example-reducers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
8 changes: 4 additions & 4 deletions apps/example-separate-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
8 changes: 4 additions & 4 deletions apps/example-store-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
7 changes: 4 additions & 3 deletions packages/zutron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^2.1.8",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"rollup": "^4.28.0",
"shelljs": "^0.8.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"vitest": "^2.1.8",
"zustand": "^5.0.2"
},
"files": [
"dist/*",
Expand All @@ -101,4 +102,4 @@
"preload/*",
"README.md"
]
}
}
Loading

0 comments on commit d61856f

Please sign in to comment.