Skip to content

Commit

Permalink
Minor dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
wnayes committed Jan 21, 2024
1 parent f5f8237 commit 3511d4e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions apps/wm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@bond-wm/tsconfig": "workspace:^",
"@reduxjs/toolkit": "^2.0.1",
"@wnayes/electron-redux": "2.0.0-alpha.10",
"electron": "^28.1.1",
"electron": "^28.1.4",
"freedesktop-desktop-entry": "^1.0.0",
"freedesktop-icons": "^1.0.0",
"redux": "^5.0.1",
"rfc4648": "^1.5.3",
"tslib": "^2.6.2",
"typescript": "~5.3.3",
"vite": "^5.0.11",
"vite-node": "^1.1.3",
"vite": "^5.0.12",
"vite-node": "^1.2.1",
"x11": "^2.3.0",
"xdg-user-dir": "^0.0.1",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-floating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "^18.19.5",
"type-fest": "^3.13.1",
"typescript": "~5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/layout-tiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "^18.19.5",
"type-fest": "^3.13.1",
"typescript": "~5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"electron": "^28.1.1",
"electron": "^28.1.4",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"tslib": "^2.6.2",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3511d4e

Please sign in to comment.