Skip to content

Commit

Permalink
chore(deps): 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbowe committed Sep 15, 2022
1 parent b81e54f commit 486c8e4
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 781 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['@yanbowen/eslint-config-vue'],
extends: ['soybeanjs-vue'],
rules: {
'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
'no-return-await': 'off',
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {
}
]
}

```

## 主题定制
Expand All @@ -66,11 +65,3 @@ export default {
### 其他限制

- 小程序中不支持 `<style scoped>`,建议使用 cssModules 代替。

### 捐赠

Taro3-Vue3-Pinia 是完全开源免费的项目,在帮助开发者更方便地进行跨端开发,如果这个项目帮助到了您,可以考虑请作者喝杯咖啡!

![WechatIMG33](https://user-images.githubusercontent.com/43030980/183560352-dc95c4f1-e24e-4034-b9ef-8fa71d4e049e.jpeg)

![WechatIMG34](https://user-images.githubusercontent.com/43030980/183560362-7947feac-1eae-4df8-9fbd-f5ef0651cca2.jpeg)
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,31 @@
"vue": "^3.2.39"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@tarojs/plugin-framework-vue3": "^3.5.5",
"@tarojs/plugin-vue-devtools": "^3.5.5",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.16",
"@types/node": "^18.7.18",
"@types/qs": "^6.9.7",
"@types/webpack-env": "^1.18.0",
"@unocss/webpack": "^0.45.18",
"@unocss/webpack": "^0.45.21",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/tsconfig": "^0.1.3",
"@yanbowen/eslint-config-vue": "^0.2.16",
"babel-plugin-import": "^1.13.5",
"babel-preset-taro": "^3.5.5",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-config-soybeanjs-vue": "^0.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"taro-plugin-pinia": "^1.0.0",
"typescript": "^4.8.3",
"unocss": "^0.45.18",
"unocss-preset-weapp": "^0.1.12",
"unocss": "^0.45.21",
"unocss-preset-weapp": "^0.1.13",
"unplugin-transform-we-class": "^0.1.18",
"vue-loader": "^17.0.0",
"vue-tsc": "^0.40.13",
Expand Down
Loading

0 comments on commit 486c8e4

Please sign in to comment.