fix(deps): decrease @types/node version to fix TS type error [降低@types/node版本修复TS的类型错误]
This commit is contained in:
parent
83a2e01070
commit
149d22a4a4
@ -3,3 +3,4 @@
|
||||
.local
|
||||
!.env-config.ts
|
||||
components.d.ts
|
||||
src-tauri/target
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user