Browse Source

chore: 添加npmrc registry;更新dcloud相关包

tall
wally 4 years ago
parent
commit
6d9a0844ad
  1. 1
      .npmrc
  2. 6
      CHANGELOG.md
  3. 34
      package.json

1
.npmrc

@ -0,0 +1 @@
registry=https://registry.npm.taobao.org

6
CHANGELOG.md

@ -1,4 +1,4 @@
# 0.1.0 (2021-09-09)
# 0.1.0 (2021-12-15)
### 🌟 新功能
范围|描述|commitId
@ -23,6 +23,7 @@
- | 上传逻辑变化 | 3ff1dc2
- | 任务状态时间显示 | 56f5183
- | 任务进行中状态数字 | 27b7326
- | 修改小程序id | 4206bf2
- | 全局插件及默认插件位置修改 | 6c80d08
- | 删除项目 | 00b886c
- | 升级版本v3.1.0;tailwindcss添加class | 9ef05e1
@ -55,6 +56,7 @@
- | 细节调整,添加project-webview | 4d9050b
- | 绑定手机号 | 52e0352
- | 缓存修改 | 63e1f0d
- | 获取用户收取那,提交用户信息 | a3c54f1
- | 角色栏实现 | 94cd671
- | 设置小红点 | 9316bcb
- | 距调整pc端 | 5069aa1
@ -181,6 +183,7 @@
title.vue | 移除测试的repeat; 样式细节调整 | c32d2bd
- | 下滑时间轴添加备注 | 4fd20e3
- | 任务状态重构 | 4693655
- | 修改utils/upload 兼容小程序选择客户端文件上传WBS | 8f49129
- | 删除多余的weekmode store里的东西 | 0841fe0
- | 删除多余的技术验证界面 | 542ae5b
- | 去掉tailwindcss | 4bed47e
@ -195,6 +198,7 @@
- | 修改代码格式 | 14123d7
- | 修改定期任务骨架屏高度 | 909a734
- | 小红点api缓存修改 | e992343
- | 提交本地代码 | e0cf2ed
- | 插件查询及展示 | 4dba770
- | 数据存储,避免重复调用接口 | d22308a
- | 整理代码 | 7a55315

34
package.json

@ -26,12 +26,13 @@
"test:mp-weixin": "cross-env UNI_PLATFORM=mp-weixin jest -i"
},
"dependencies": {
"@dcloudio/uni-h5": "^2.0.0-32220210818002",
"@dcloudio/uni-helper-json": "*",
"@dcloudio/uni-i18n": "^2.0.0-32220210818002",
"@dcloudio/uni-mp-vue": "^2.0.0-32220210818002",
"@dcloudio/uni-mp-weixin": "^2.0.0-32220210818002",
"@dcloudio/uni-stat": "^2.0.0-32220210818002",
"@dcloudio/uni-cli-i18n": "2.0.1-32920211122003",
"@dcloudio/uni-h5": "2.0.1-32920211122003",
"@dcloudio/uni-helper-json": "1.0.13",
"@dcloudio/uni-i18n": "2.0.1-32920211122003",
"@dcloudio/uni-mp-vue": "2.0.1-32920211122003",
"@dcloudio/uni-mp-weixin": "2.0.1-32920211122003",
"@dcloudio/uni-stat": "2.0.1-32920211122003",
"@vue/shared": "^3.2.6",
"dayjs": "^1.10.6",
"flyio": "^0.6.2",
@ -43,16 +44,16 @@
},
"devDependencies": {
"@babel/runtime": "~7.12.0",
"@dcloudio/types": "^2.5.1",
"@dcloudio/uni-automator": "^2.0.0-32220210818002",
"@dcloudio/uni-cli-shared": "^2.0.0-32220210818002",
"@dcloudio/uni-migration": "^2.0.0-32220210818002",
"@dcloudio/uni-template-compiler": "^2.0.0-32220210818002",
"@dcloudio/vue-cli-plugin-hbuilderx": "^2.0.0-32220210818002",
"@dcloudio/vue-cli-plugin-uni": "^2.0.0-32220210818002",
"@dcloudio/vue-cli-plugin-uni-optimize": "^2.0.0-32220210818002",
"@dcloudio/webpack-uni-mp-loader": "^2.0.0-32220210818002",
"@dcloudio/webpack-uni-pages-loader": "^2.0.0-32220210818002",
"@dcloudio/types": "^2.5.14",
"@dcloudio/uni-automator": "2.0.1-32920211122003",
"@dcloudio/uni-cli-shared": "2.0.1-32920211122003",
"@dcloudio/uni-migration": "2.0.1-32920211122003",
"@dcloudio/uni-template-compiler": "2.0.1-32920211122003",
"@dcloudio/vue-cli-plugin-hbuilderx": "2.0.1-32920211122003",
"@dcloudio/vue-cli-plugin-uni": "2.0.1-32920211122003",
"@dcloudio/vue-cli-plugin-uni-optimize": "2.0.1-32920211122003",
"@dcloudio/webpack-uni-mp-loader": "2.0.1-32920211122003",
"@dcloudio/webpack-uni-pages-loader": "2.0.1-32920211122003",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
@ -79,7 +80,6 @@
"postcss-class-rename": "^1.0.1",
"postcss-comment": "^2.0.0",
"prettier": "^2.2.1",
"puppeteer": "^10.2.0",
"right-pad": "^1.0.1",
"sass": "^1.38.2",
"sass-loader": "^8.0.2",

Loading…
Cancel
Save