Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Nov 6, 2024
1 parent 1267c7f commit 54a9903
Show file tree
Hide file tree
Showing 7 changed files with 829 additions and 743 deletions.
14 changes: 7 additions & 7 deletions apps/example-reducers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.0",
"zustand": "^5.0.1",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"electron": "^32.1.2",
"@vitejs/plugin-react": "^4.3.3",
"electron": "^33.1.0",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"wdio-electron-service": "^7.1.0"
"vite": "^5.4.10",
"wdio-electron-service": "^7.2.0"
}
}
14 changes: 7 additions & 7 deletions apps/example-separate-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.0",
"zustand": "^5.0.1",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"electron": "^32.1.2",
"@vitejs/plugin-react": "^4.3.3",
"electron": "^33.1.0",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"wdio-electron-service": "^7.1.0"
"vite": "^5.4.10",
"wdio-electron-service": "^7.2.0"
}
}
14 changes: 7 additions & 7 deletions apps/example-store-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.0",
"zustand": "^5.0.1",
"zutron": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"electron": "^32.1.2",
"@vitejs/plugin-react": "^4.3.3",
"electron": "^33.1.0",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"wdio-electron-service": "^7.1.0"
"vite": "^5.4.10",
"wdio-electron-service": "^7.2.0"
}
}
20 changes: 10 additions & 10 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
},
"dependencies": {
"@testing-library/webdriverio": "^3.2.1",
"@wdio/cli": "^9.2.1",
"@wdio/electron-utils": "^7.1.0",
"@wdio/globals": "^9.2.1",
"@wdio/local-runner": "^9.2.1",
"@wdio/mocha-framework": "^9.1.3",
"@wdio/cli": "^9.2.10",
"@wdio/electron-utils": "^7.2.0",
"@wdio/globals": "^9.2.8",
"@wdio/local-runner": "^9.2.8",
"@wdio/mocha-framework": "^9.2.8",
"cross-env": "^7.0.3",
"tsx": "^4.19.1",
"wdio-electron-service": "^7.1.0",
"webdriverio": "^9.2.1",
"tsx": "^4.19.2",
"wdio-electron-service": "^7.2.0",
"webdriverio": "^9.2.8",
"xvfb-maybe": "^0.2.1"
},
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"electron": "^32.1.2",
"@types/node": "^22.9.0",
"electron": "^33.1.0",
"read-package-up": "^11.0.0",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"shelljs": "^0.8.5",
"tsx": "^4.19.1",
"turbo": "^2.1.3"
"tsx": "^4.19.2",
"turbo": "^2.2.3"
},
"lint-staged": {
"**/*.{yml,json,md,ts,tsx,js}": [
Expand Down
10 changes: 5 additions & 5 deletions packages/zutron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@
}
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"rollup": "^4.24.0",
"rollup": "^4.24.4",
"shelljs": "^0.8.5",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"files": [
"dist/*",
Expand Down
Loading

0 comments on commit 54a9903

Please sign in to comment.