Skip to content

Commit f9ab2b7

Browse files
authored
chore: update dependencies (#74)
* chore: update deps * perf(mp): export cjs and esm modules
1 parent b74aaf2 commit f9ab2b7

File tree

17 files changed

+1492
-139
lines changed

17 files changed

+1492
-139
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
}
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.3.4",
22+
"@babel/core": "^7.5.5",
2323
"@babel/plugin-external-helpers": "^7.2.0",
24-
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
25-
"@babel/preset-env": "^7.3.4",
26-
"@commitlint/cli": "^7.5.2",
27-
"@commitlint/config-conventional": "^7.5.0",
28-
"babel-eslint": "^10.0.1",
29-
"babel-jest": "^24.1.0",
30-
"eslint": "^5.15.1",
31-
"eslint-config-standard": "^12.0.0",
32-
"eslint-plugin-import": "^2.16.0",
33-
"eslint-plugin-node": "^8.0.1",
34-
"eslint-plugin-promise": "^4.0.1",
24+
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
25+
"@babel/preset-env": "^7.5.5",
26+
"@commitlint/cli": "^8.1.0",
27+
"@commitlint/config-conventional": "^8.1.0",
28+
"babel-eslint": "^10.0.2",
29+
"babel-jest": "^24.8.0",
30+
"eslint": "^6.1.0",
31+
"eslint-config-standard": "^13.0.1",
32+
"eslint-plugin-import": "^2.18.2",
33+
"eslint-plugin-node": "^9.1.0",
34+
"eslint-plugin-promise": "^4.2.1",
3535
"eslint-plugin-standard": "^4.0.0",
36-
"gh-pages": "^2.0.1",
37-
"husky": "^1.3.1",
38-
"lerna": "^3.13.1",
39-
"lint-staged": "^8.1.5",
36+
"gh-pages": "^2.1.1",
37+
"husky": "^3.0.3",
38+
"lerna": "^3.16.4",
39+
"lint-staged": "^9.2.1",
4040
"markdown-it-include": "^1.1.0",
41-
"metro-memory-fs": "^0.53.0",
42-
"rollup-plugin-babel": "^4.3.2",
43-
"rollup-plugin-eslint": "^5.0.0",
44-
"rollup-plugin-json": "^3.1.0",
45-
"rollup-plugin-replace": "^2.1.0",
46-
"vuepress": "^1.0.0-alpha.42"
41+
"metro-memory-fs": "^0.55.0",
42+
"rollup-plugin-babel": "^4.3.3",
43+
"rollup-plugin-eslint": "^7.0.0",
44+
"rollup-plugin-json": "^4.0.0",
45+
"rollup-plugin-replace": "^2.2.0",
46+
"vuepress": "^1.0.3"
4747
}
4848
}

packages/tua-mp-cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tua-mp/cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "tua-mp 命令行工具",
55
"bin": {
66
"tuamp": "bin/tuamp.js"
@@ -40,26 +40,26 @@
4040
"package.json"
4141
],
4242
"dependencies": {
43-
"@babel/core": "^7.4.3",
44-
"@babel/register": "^7.4.0",
45-
"@vue/cli-init": "^3.5.1",
43+
"@babel/core": "^7.5.5",
44+
"@babel/register": "^7.5.5",
45+
"@vue/cli-init": "^3.10.0",
4646
"babel-plugin-module-resolver": "^3.2.0",
4747
"babel-preset-env": "^1.7.0",
4848
"chalk": "^2.4.2",
49-
"fs-extra": "^7.0.1",
50-
"handlebars": "^4.1.0",
51-
"inquirer": "^6.2.2",
52-
"inquirer-fuzzy-path": "^2.0.2",
53-
"log-symbols": "^2.2.0",
54-
"semver": "^5.6.0",
49+
"fs-extra": "^8.1.0",
50+
"handlebars": "^4.1.2",
51+
"inquirer": "^6.5.1",
52+
"inquirer-fuzzy-path": "^2.1.0",
53+
"log-symbols": "^3.0.0",
54+
"semver": "^6.3.0",
5555
"treeify": "^1.1.0",
56-
"yargs": "^13.2.2"
56+
"yargs": "^13.3.0"
5757
},
5858
"devDependencies": {
59-
"codecov": "^3.2.0",
59+
"codecov": "^3.5.0",
6060
"cross-env": "^5.2.0",
61-
"eslint": "^5.15.1",
62-
"jest": "^24.5.0",
61+
"eslint": "^6.1.0",
62+
"jest": "^24.8.0",
6363
"rimraf": "^2.6.3"
6464
},
6565
"repository": {

packages/tua-mp-service/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tua-mp/service",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "local service for tua-mp projects, inspired by @vue/cli-service",
55
"main": "lib/Service.js",
66
"bin": {
@@ -40,38 +40,38 @@
4040
"package.json"
4141
],
4242
"dependencies": {
43-
"@babel/core": "^7.3.4",
44-
"babel-loader": "^8.0.5",
45-
"copy-webpack-plugin": "^5.0.0",
46-
"css-loader": "^2.1.0",
43+
"@babel/core": "^7.5.5",
44+
"babel-loader": "^8.0.6",
45+
"copy-webpack-plugin": "^5.0.4",
46+
"css-loader": "^3.2.0",
4747
"eslint-friendly-formatter": "^4.0.1",
48-
"file-loader": "^3.0.1",
48+
"file-loader": "^4.2.0",
4949
"friendly-errors-webpack-plugin": "^1.7.0",
5050
"less": "^3.9.0",
51-
"less-loader": "^4.1.0",
52-
"mini-css-extract-plugin": "^0.5.0",
53-
"node-sass": "^4.11.0",
54-
"sass-loader": "^7.1.0",
55-
"semver": "^5.6.0",
56-
"style-loader": "^0.23.1",
51+
"less-loader": "^5.0.0",
52+
"mini-css-extract-plugin": "^0.8.0",
53+
"node-sass": "^4.12.0",
54+
"sass-loader": "^7.2.0",
55+
"semver": "^6.3.0",
56+
"style-loader": "^1.0.0",
5757
"stylus": "^0.54.5",
5858
"stylus-loader": "^3.0.2",
59-
"url-loader": "^1.1.2",
60-
"vue-loader": "^15.7.0",
61-
"vue-template-compiler": "^2.6.8",
62-
"webpack": "^4.29.6",
63-
"webpack-chain": "^5.2.0",
59+
"url-loader": "^2.1.0",
60+
"vue-loader": "^15.7.1",
61+
"vue-template-compiler": "^2.6.10",
62+
"webpack": "^4.39.1",
63+
"webpack-chain": "^6.0.0",
6464
"webpack-merge": "^4.2.1",
65-
"webpackbar": "^3.1.5",
65+
"webpackbar": "^4.0.0",
6666
"yaml-loader": "^0.5.0"
6767
},
6868
"devDependencies": {
6969
"babel-core": "^7.0.0-bridge.0",
70-
"babel-jest": "^24.1.0",
71-
"codecov": "^3.2.0",
70+
"babel-jest": "^24.8.0",
71+
"codecov": "^3.5.0",
7272
"cross-env": "^5.2.0",
73-
"eslint": "^5.15.1",
74-
"jest": "^24.1.0"
73+
"eslint": "^6.1.0",
74+
"jest": "^24.8.0"
7575
},
7676
"repository": {
7777
"type": "git",
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"pages":[
3-
"pages/index/index",
4-
"pages/test/test",
5-
"pages/logs/logs"
6-
],
7-
"window":{
8-
"backgroundTextStyle":"light",
9-
"navigationBarBackgroundColor": "#fff",
10-
"navigationBarTitleText": "WeChat",
11-
"navigationBarTextStyle":"black"
12-
}
13-
}
2+
"pages": [
3+
"pages/index/index",
4+
"pages/test/test",
5+
"pages/logs/logs"
6+
],
7+
"window": {
8+
"backgroundTextStyle": "light",
9+
"navigationBarBackgroundColor": "#fff",
10+
"navigationBarTitleText": "WeChat",
11+
"navigationBarTextStyle": "black"
12+
},
13+
"sitemapLocation": "sitemap.json"
14+
}

packages/tua-mp/examples/basic/project.config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"libVersion": "1.9.94",
1212
"appid": "touristappid",
1313
"projectname": "github-tua-mp-basic",
14+
"simulatorType": "wechat",
15+
"simulatorPluginLibVersion": {},
1416
"condition": {
1517
"search": {
1618
"current": -1,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
3+
"rules": [{
4+
"action": "allow",
5+
"page": "*"
6+
}]
7+
}

0 commit comments

Comments
 (0)