Skip to content

Commit

Permalink
chore: ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Dec 15, 2023
1 parent 089250b commit 4e2d9bf
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 102 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ignore-workspace-root-check=true

# -r include root
include-workspace-root=true

# use zsh alias: ncu-safe
# not working
# script-shell=/bin/zsh
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
"dist:mac:dmg": "electron-builder --macos dmg --publish never",
"dist": "electron-builder --macos --linux --windows --publish never",
"dist-and-install": "pnpm dist:pack && rm -rf /Applications/clash-config-manager.app && cp -R ./dist/mac/clash-config-manager.app /Applications/",
"run-ncu-safe": "pnpm -r -c exec 'zsh -c ncu-safe' && pnpm install"
"run-ncu-safe": "pnpm -r -c exec zsh -c ncu-safe && pnpm install",
"run-ncu-check": "pnpm -r -c exec zsh -c ncu"
},
"dependencies": {
"@electron/remote": "^2.1.0",
"@electron/remote": "^2.1.1",
"electron-store": "^8.1.0",
"lodash": "^4.17.21"
},
Expand All @@ -54,7 +55,7 @@
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"electron": "^28.0.0",
"electron-builder": "^24.9.4",
"electron-builder": "^24.10.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -70,7 +71,7 @@
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "^1.11.1",
"turbo": "^1.11.2",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1",
"react-router-dom": "^6.21.0",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.13.8",
"reuse-promise": "^2.0.0",
Expand All @@ -68,7 +68,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.43",
"@types/react": "^18.2.45",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.17",
"@types/react-spinkit": "^3.0.10",
Expand All @@ -86,8 +86,8 @@
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"shelljs": "^0.8.5",
"vite": "^5.0.8",
"vite-plugin-electron": "^0.15.4",
"vite": "^5.0.9",
"vite-plugin-electron": "^0.15.5",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-tsconfig-paths": "^4.2.2"
Expand Down
Loading

0 comments on commit 4e2d9bf

Please sign in to comment.