Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 26, 2024
1 parent 1e79ff8 commit 19da45b
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 351 deletions.
8 changes: 4 additions & 4 deletions satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/node": "^20.16.5",
"@types/node": "^20.17.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"electron": "31.6.0",
"electron": "31.7.2",
"electron-builder": "^24.13.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -67,9 +67,9 @@
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"nanoid": "^5.0.7",
"node-hid": "^3.1.0",
"node-hid": "^3.1.2",
"semver": "^7.6.3",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"usb": "^2.14.0"
},
"lint-staged": {
Expand Down
16 changes: 8 additions & 8 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"dependencies": {
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "^4.1.2",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"sass": "^1.79.3",
"vite": "^5.4.7"
"eslint-plugin-react-refresh": "^0.4.14",
"sass": "^1.80.4",
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 19da45b

Please sign in to comment.