Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx11 committed Apr 23, 2021
1 parent 8aac684 commit 2112445
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 121 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
productName: 三维模型播放器
npmRebuild: false # 是否在开始编译前重构原生依赖,可先尝试true, 如果出现问题再修改为false
directories:
output: release-builds
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build:win": "node ./scripts/build.js && electron-builder --x64 --win --config electron-builder.yml"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"chalk": "^4.1.0",
"electron": "^12.0.2",
"electron-builder": "^22.9.1",
Expand All @@ -25,6 +26,7 @@
"typescript-transform-paths": "^2.2.3"
},
"dependencies": {
"adm-zip": "^0.5.5",
"rimraf": "^3.0.2"
}
}
8 changes: 4 additions & 4 deletions views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
},
"dependencies": {
"@ant-design/icons-vue": "^5.1.5",
"ant-design-vue": "^2.0.0",
"ant-design-vue": "^2.1.2",
"cesium": "^1.80.0",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.4",
"uid": "^2.0.0",
"vue": "3.0.5",
"vue-router": "^4.0.2",
"vuex": "^4.0.0-rc.2"
"vue": "^3.0.11",
"vue-router": "^4.0.6",
"vuex": "^4.0.0"
},
"sideEffects": [
"*.css",
Expand Down
Loading

0 comments on commit 2112445

Please sign in to comment.