Skip to content

Commit

Permalink
Vite + redux + node types update
Browse files Browse the repository at this point in the history
  • Loading branch information
wnayes committed Mar 8, 2024
1 parent 7b388d6 commit 835317f
Show file tree
Hide file tree
Showing 12 changed files with 140 additions and 135 deletions.
8 changes: 4 additions & 4 deletions apps/wm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@bond-wm/keysym": "workspace:^",
"@bond-wm/shared": "workspace:^",
"@bond-wm/tsconfig": "workspace:^",
"@reduxjs/toolkit": "^2.0.1",
"@reduxjs/toolkit": "^2.2.1",
"@wnayes/electron-redux": "2.0.0-alpha.10",
"electron": "^29.1.1",
"freedesktop-desktop-entry": "^1.0.0",
Expand All @@ -42,14 +42,14 @@
"rfc4648": "^1.5.3",
"tslib": "^2.6.2",
"typescript": "~5.4.2",
"vite": "^5.0.12",
"vite-node": "^1.2.1",
"vite": "^5.1.5",
"vite-node": "^1.3.1",
"x11": "^2.3.0",
"xdg-user-dir": "^0.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/yargs": "^17.0.32",
"esbuild": "^0.20.1",
"jest": "^29.7.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/wm/wm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ export async function createServer(): Promise<IWindowManagerServer> {
port: 19108,
},
optimizeDeps: {
disabled: true,
noDiscovery: true,
include: undefined,
},
});
await viteServer.pluginContainer.buildStart({});
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-floating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"type-fest": "^4.12.0",
"typescript": "~5.4.2",
"vite": "^5.0.12"
"vite": "^5.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/layout-tiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"type-fest": "^4.12.0",
"typescript": "~5.4.2",
"vite": "^5.0.12"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/react-desktop-entries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"type-fest": "^4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-taskbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@bond-wm/react": "workspace:^",
"@bond-wm/shared": "workspace:^",
"@bond-wm/shared-renderer": "workspace:^",
"react-redux": "^9.0.4",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"type-fest": "^4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-titlebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@bond-wm/react": "workspace:^",
"@bond-wm/shared": "workspace:^",
"@bond-wm/shared-renderer": "workspace:^",
"react-redux": "^9.0.4",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"esbuild": "^0.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-wallpaper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"type-fest": "^4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@bond-wm/shared-renderer": "workspace:^",
"@callstack/react-theme-provider": "^3.0.9",
"react-error-boundary": "^3.1.4",
"react-redux": "^9.0.4",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"type-fest": "^4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@bond-wm/shared": "workspace:^",
"@reduxjs/toolkit": "^2.0.1",
"@reduxjs/toolkit": "^2.2.1",
"@wnayes/electron-redux": "2.0.0-alpha.10",
"redux": "^5.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"type-fest": "^4.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@reduxjs/toolkit": "^2.2.1",
"electron": "^29.1.1",
"react-redux": "^9.0.4",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"tslib": "^2.6.2",
"x11": "^2.3.0",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@bond-wm/tsconfig": "workspace:^",
"@jest/globals": "^29.7.0",
"@types/node": "^18.19.5",
"@types/node": "^20.11.25",
"@types/yargs": "^17.0.32",
"esbuild": "^0.20.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 835317f

Please sign in to comment.