Skip to content

Commit 9fc93e9

Browse files
author
pooya parsa
committed
feat: update dependencies
1 parent b2ae0c9 commit 9fc93e9

File tree

2 files changed

+1735
-1497
lines changed

2 files changed

+1735
-1497
lines changed

package.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"ci:lint": "yarn run lint && yarn audit",
3030
"ci:test": "yarn run test --runInBand",
3131
"ci:coverage": "yarn run test:coverage -- --runInBand",
32-
"defaults": "webpack-defaults",
3332
"demo": "webpack-cli --config demo/webpack.config.js"
3433
},
3534
"files": [
@@ -39,43 +38,42 @@
3938
"webpack": "^3.0.0 || ^4.0.0"
4039
},
4140
"dependencies": {
42-
"ansi-escapes": "^3.1.0",
41+
"ansi-escapes": "^4.1.0",
4342
"chalk": "^2.4.1",
44-
"consola": "^2.3.0",
45-
"figures": "^2.0.0",
43+
"consola": "^2.6.0",
44+
"figures": "^3.0.0",
4645
"pretty-time": "^1.1.0",
4746
"std-env": "^2.2.1",
4847
"text-table": "^0.2.0",
49-
"wrap-ansi": "^4.0.0"
48+
"wrap-ansi": "^5.1.0"
5049
},
5150
"devDependencies": {
5251
"@commitlint/cli": "^7.2.1",
5352
"@commitlint/config-angular": "^7.1.2",
5453
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
5554
"babel-cli": "^6.26.0",
56-
"babel-jest": "^23.6.0",
55+
"babel-jest": "^24.7.1",
5756
"babel-plugin-transform-object-rest-spread": "^6.26.0",
5857
"babel-polyfill": "^6.26.0",
5958
"babel-preset-env": "^1.7.0",
6059
"codecov": "^3.1.0",
6160
"conventional-github-releaser": "^3.1.2",
6261
"cross-env": "^5.2.0",
63-
"del": "^3.0.0",
62+
"del": "^4.1.0",
6463
"del-cli": "^1.1.0",
6564
"eslint": "^5.10.0",
6665
"eslint-config-webpack": "^1.2.5",
6766
"eslint-plugin-import": "^2.14.0",
6867
"eslint-plugin-prettier": "^3.0.0",
6968
"esm": "^3.0.84",
7069
"husky": "^1.2.0",
71-
"jest": "^23.6.0",
70+
"jest": "^24.7.1",
7271
"lint-staged": "^8.1.0",
7372
"memory-fs": "^0.4.1",
7473
"prettier": "^1.15.3",
75-
"standard-version": "^4.4.0",
74+
"standard-version": "^5.0.2",
7675
"webpack": "^4.27.1",
77-
"webpack-cli": "^3.1.2",
78-
"webpack-defaults": "^2.3.0"
76+
"webpack-cli": "^3.1.2"
7977
},
8078
"husky": {
8179
"hooks": {

0 commit comments

Comments
 (0)