Skip to content

Commit

Permalink
fix(deps): decrease @types/node version to fix TS type error [降低@type…
Browse files Browse the repository at this point in the history
…s/node版本修复TS的类型错误]
  • Loading branch information
honghuangdc committed Oct 11, 2022
1 parent 83a2e01 commit 149d22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.local
!.env-config.ts
components.d.ts
src-tauri/target
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@tauri-apps/cli": "^1.1.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.8.3",
"@types/node": "18.8.0",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.45.29",
Expand Down
8 changes: 1 addition & 7 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"identifier": "com.tauri.dev",
"longDescription": "",
"macOS": {
Expand Down

0 comments on commit 149d22a

Please sign in to comment.