Browse Source

chore: update deps

template
SuJiehao 2 years ago
parent
commit
e808e8af54
  1. 4
      package.json
  2. 3872
      pnpm-lock.yaml
  3. 2
      tsconfig.json

4
package.json

@ -69,9 +69,9 @@
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080120230428001",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^18.11.9",
"@types/wechat-miniprogram": "^3.4.1",
"miniprogram-api-typings": "^3.9.1",
"@uni-helper/uni-app-types": "^0.5.7",
"@uni-helper/uni-ui-types": "0.5.7",
"@uni-helper/uni-ui-types": "0.5.8",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",

3872
pnpm-lock.yaml
File diff suppressed because it is too large
View File

2
tsconfig.json

@ -7,7 +7,7 @@
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "@types/wechat-miniprogram", "@uni-helper/uni-app-types"]
"types": ["@dcloudio/types", "miniprogram-api-typings", "@uni-helper/uni-app-types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
Loading…
Cancel
Save