Skip to content

Commit

Permalink
fix taobao npm ssl is expire
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 7, 2024
1 parent 413a85a commit 1c5fe96
Show file tree
Hide file tree
Showing 3 changed files with 1,991 additions and 1,958 deletions.
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
electron_mirror "https://npm.taobao.org/mirrors/electron/"
electron_mirror "https://npmmirror.com/mirrors/electron/"
sqlite3_binary_host_mirror "https://foxgis.oss-cn-shanghai.aliyuncs.com/"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-typescript": "^12.0.0",
"electron": "^27.1.3",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -106,6 +106,6 @@
"vue-eslint-parser": "^9.3.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}
Loading

0 comments on commit 1c5fe96

Please sign in to comment.