Skip to content

Commit ec995e5

Browse files
committedNov 25, 2022
fix(deps): update all dependencies
1 parent 17c51af commit ec995e5

File tree

2 files changed

+2395
-1821
lines changed

2 files changed

+2395
-1821
lines changed
 

‎package-lock.json

+2,384-1,810
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"dependencies": {
3535
"cli-truncate": "^3.1.0",
3636
"colorette": "^2.0.19",
37-
"commander": "^9.3.0",
37+
"commander": "^9.4.0",
3838
"debug": "^4.3.4",
3939
"execa": "^6.1.0",
40-
"lilconfig": "2.0.5",
41-
"listr2": "^4.0.5",
40+
"lilconfig": "2.0.6",
41+
"listr2": "^5.0.2",
4242
"micromatch": "^4.0.5",
4343
"normalize-path": "^3.0.0",
4444
"object-inspect": "^1.12.2",
@@ -47,22 +47,22 @@
4747
"yaml": "^2.1.1"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.18.2",
51-
"@babel/eslint-parser": "^7.18.2",
52-
"@babel/preset-env": "^7.18.2",
53-
"babel-jest": "^28.1.1",
50+
"@babel/core": "^7.18.10",
51+
"@babel/eslint-parser": "^7.18.9",
52+
"@babel/preset-env": "^7.18.10",
53+
"babel-jest": "^28.1.3",
5454
"babel-plugin-transform-imports": "2.0.0",
5555
"consolemock": "^1.1.0",
56-
"eslint": "^8.17.0",
56+
"eslint": "^8.22.0",
5757
"eslint-config-prettier": "^8.5.0",
5858
"eslint-plugin-import": "^2.26.0",
5959
"eslint-plugin-node": "^11.1.0",
60-
"eslint-plugin-prettier": "^4.0.0",
60+
"eslint-plugin-prettier": "^4.2.1",
6161
"fs-extra": "^10.1.0",
6262
"husky": "^8.0.1",
63-
"jest": "^28.1.1",
63+
"jest": "^28.1.3",
6464
"jest-snapshot-serializer-ansi": "^1.0.0",
65-
"prettier": "^2.6.2"
65+
"prettier": "^2.7.1"
6666
},
6767
"keywords": [
6868
"lint",

0 commit comments

Comments
 (0)
Please sign in to comment.