Skip to content

Commit

Permalink
Merge pull request #74 from goosewobbler/sm/runtime-windows
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
goosewobbler authored Dec 8, 2024
2 parents b7db4a6 + 09ae88c commit ee8ddbb
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 172 deletions.
4 changes: 2 additions & 2 deletions apps/example-reducers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-separate-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-store-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"state-management"
],
"devDependencies": {
"@turbo-version/version": "^0.7.0",
"@turbo-version/version": "^0.8.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/zutron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@vitest/coverage-v8": "^2.1.8",
"jsdom": "^25.0.1",
"react": "^19.0.0",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"shelljs": "^0.8.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit ee8ddbb

Please sign in to comment.