Skip to content

Commit 72ec2e0

Browse files
committed
⬆️ 提升依赖
1 parent 40464b5 commit 72ec2e0

File tree

2 files changed

+1243
-765
lines changed

2 files changed

+1243
-765
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,38 +48,38 @@
4848
}
4949
},
5050
"peerDependencies": {
51-
"@micro-app/core": "^0.3.30",
52-
"@micro-app/cli": "^0.3.16"
51+
"@micro-app/core": "^0.4.0",
52+
"@micro-app/cli": "^0.4.0"
5353
},
5454
"devDependencies": {
55-
"@micro-app/cli": "^0.3.16",
55+
"@micro-app/cli": "^0.4.0",
5656
"@micro-app/plugin-compatible": "0.0.6",
57-
"@micro-app/plugin-deploy": "^0.0.7",
57+
"@micro-app/plugin-deploy": "^0.0.8",
5858
"@types/jest": "^24.9.1",
5959
"eslint-config-2o3t": "^2.0.1",
60-
"html-webpack-plugin": "^4.2.0",
60+
"html-webpack-plugin": "^4.5.2",
6161
"husky": "^3.1.0",
6262
"jest": "^24.9.0",
63-
"typescript": "^3.8.3",
64-
"vue": "^2.6.11"
63+
"typescript": "^3.9.9",
64+
"vue": "^2.6.12"
6565
},
6666
"dependencies": {
6767
"@babel/core": "^7.9.0",
6868
"@babel/preset-env": "^7.9.5",
6969
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
7070
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
71-
"@micro-app/shared-utils": "^0.1.19",
72-
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
71+
"@micro-app/shared-utils": "^0.1.24",
72+
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
7373
"address": "^1.1.2",
74-
"autoprefixer": "^9.7.6",
75-
"babel-loader": "^8.1.0",
74+
"autoprefixer": "^9.8.6",
75+
"babel-loader": "^8.2.2",
7676
"cache-loader": "^4.1.0",
77-
"case-sensitive-paths-webpack-plugin": "^2.3.0",
78-
"cli-highlight": "^2.1.4",
77+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
78+
"cli-highlight": "^2.1.10",
7979
"clipboardy": "^2.3.0",
80-
"css-loader": "^3.5.2",
80+
"css-loader": "^3.6.0",
8181
"cssnano": "^4.1.10",
82-
"default-gateway": "^6.0.0",
82+
"default-gateway": "^6.0.3",
8383
"file-loader": "^5.1.0",
8484
"launch-editor-middleware": "^2.2.1",
8585
"mini-css-extract-plugin": "^0.9.0",
@@ -88,10 +88,10 @@
8888
"postcss-loader": "^3.0.0",
8989
"ts-loader": "^6.2.2",
9090
"url-loader": "^4.1.0",
91-
"vue-loader": "^15.9.1",
92-
"vue-style-loader": "^4.1.2",
91+
"vue-loader": "^15.9.6",
92+
"vue-style-loader": "^4.1.3",
9393
"webpack": "^4",
94-
"webpack-chain": "^6.4.0",
94+
"webpack-chain": "^6.5.1",
9595
"webpack-dev-server": "^3",
9696
"webpack-manifest-plugin": "^2.2.0"
9797
},

0 commit comments

Comments
 (0)