Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Mar 21, 2024
1 parent 69b5ce4 commit 287eb98
Show file tree
Hide file tree
Showing 5 changed files with 1,150 additions and 760 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,33 @@
},
"dependencies": {
"@electron/remote": "^2.1.2",
"electron-store": "^8.1.0",
"electron-store": "^8.2.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.3",
"@magicdawn/prettier-config": "^0.0.3",
"@swc/core": "^1.4.5",
"@swc/helpers": "^0.5.6",
"@swc/core": "^1.4.8",
"@swc/helpers": "^0.5.7",
"@total-typescript/ts-reset": "^0.5.1",
"@types/fancy-log": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/jake": "^0.0.36",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"concurrently": "^8.2.2",
"electron": "^28.2.6",
"electron": "^29.1.5",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"fancy-log": "^2.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jake": "^10.8.7",
"lint-staged": "^15",
"minimist": "^1.2.8",
Expand All @@ -72,8 +72,8 @@
"prettier-plugin-organize-imports": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "^1.12.5",
"type-fest": "^4.11.1",
"typescript": "^5.4.2",
"type-fest": "^4.13.1",
"typescript": "^5.4.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clash-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"homepage": "https://github.com/magicdawn/clash-config-manager",
"devDependencies": {
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"debug": "^4.3.4",
"electron-context-menu": "^3.6.1",
"electron-debug": "^3.2.0",
"electron-log": "^5.1.1",
"electron-log": "^5.1.2",
"electron-unhandled": "^4.0.1",
"electron-updater": "^6.2.1",
"electron-util": "^0.18.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@ant-design/icons": "^5.3.4",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@icon-park/react": "^1.4.2",
"ahooks": "^3.7.10",
"antd": "^5.15.1",
"antd": "^5.15.3",
"applescript": "^1.0.0",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"debug": "^4.3.4",
"dl-vampire": "^2.1.0",
"dl-vampire": "^2.1.1",
"emittery": "^1.0.3",
"env-paths": "^3.0.0",
"execa": "^8.0.1",
"immer": "^10.0.3",
"immer": "^10.0.4",
"js-yaml": "^4.1.0",
"ky": "^1.2.2",
"launch-editor": "^2.6.1",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"monaco-editor": "^0.46.0",
"monaco-editor": "^0.47.0",
"monaco-themes": "^0.4.4",
"ms": "^2.1.3",
"promise.ify": "^0.4.0",
Expand All @@ -44,7 +44,7 @@
"react-command-palette": "^0.22.1",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^6.22.2",
"react-router-dom": "^6.22.3",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.13.8",
"reuse-promise": "^2.0.0",
Expand All @@ -53,7 +53,7 @@
"tldjs": "^2.3.1",
"urijs": "^1.19.11",
"valtio": "^1.13.2",
"webdav": "^5.4.0",
"webdav": "^5.5.0",
"webdav-fs": "^4.0.1"
},
"devDependencies": {
Expand All @@ -64,13 +64,13 @@
"@types/gulp": "^4.0.17",
"@types/js-yaml": "^4.0.9",
"@types/less": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.64",
"@types/react": "^18.2.67",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.21",
"@types/react-dom": "^18.2.22",
"@types/react-spinkit": "^3.0.10",
"@types/shallowequal": "^1.1.5",
"@types/shelljs": "^0.8.15",
Expand All @@ -86,10 +86,10 @@
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"shelljs": "^0.8.5",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.2",
"vite": "^5.2.2",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit 287eb98

Please sign in to comment.