Skip to content

Commit

Permalink
dep: update
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Jul 18, 2023
1 parent bf5796c commit f4946d9
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 541 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"electron": "^25.3.0",
"electron-builder": "^24.4.0",
Expand All @@ -70,13 +70,10 @@
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"type-fest": "^4.0.0",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"webpack": "^5.88.1",
"webpack-merge": "^5.9.0"
"typescript-plugin-css-modules": "^5.0.1"
},
"lint-staged": {
"*.{js,jsx,less,css,ts,tsx,md}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-unhandled": "^4.0.1",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.1",
"electron-util": "^0.17.2",
"env-paths": "^3.0.0",
"fix-path": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-command-palette": "^0.22.1",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.53.0",
"react-router-dom": "^6.14.1",
"react-router-dom": "^6.14.2",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.13.8",
"reuse-promise": "^2.0.0",
Expand Down
Loading

0 comments on commit f4946d9

Please sign in to comment.