Skip to content

Commit 7443870

Browse files
committedJul 16, 2023
fix(dependencies): update most dependencies
1 parent 5cead2d commit 7443870

File tree

2 files changed

+856
-744
lines changed

2 files changed

+856
-744
lines changed
 

‎package-lock.json

+830-718
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@
3434
},
3535
"dependencies": {
3636
"chalk": "5.2.0",
37-
"cli-truncate": "^3.1.0",
38-
"commander": "^10.0.0",
39-
"debug": "^4.3.4",
40-
"execa": "^7.0.0",
37+
"cli-truncate": "3.1.0",
38+
"commander": "10.0.1",
39+
"debug": "4.3.4",
40+
"execa": "7.1.1",
4141
"lilconfig": "2.1.0",
42-
"listr2": "^5.0.7",
43-
"micromatch": "^4.0.5",
44-
"normalize-path": "^3.0.0",
45-
"object-inspect": "^1.12.3",
46-
"pidtree": "^0.6.0",
47-
"string-argv": "^0.3.1",
48-
"yaml": "^2.2.2"
42+
"listr2": "5.0.8",
43+
"micromatch": "4.0.5",
44+
"normalize-path": "3.0.0",
45+
"object-inspect": "1.12.3",
46+
"pidtree": "0.6.0",
47+
"string-argv": "0.3.2",
48+
"yaml": "2.3.1"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.21.0",
52-
"@babel/eslint-parser": "^7.19.1",
53-
"@babel/preset-env": "^7.20.2",
54-
"babel-jest": "^29.5.0",
51+
"@babel/core": "7.22.1",
52+
"@babel/eslint-parser": "7.21.8",
53+
"@babel/preset-env": "7.22.2",
54+
"babel-jest": "29.5.0",
5555
"babel-plugin-transform-imports": "2.0.0",
56-
"consolemock": "^1.1.0",
57-
"eslint": "^8.35.0",
58-
"eslint-config-prettier": "^8.7.0",
59-
"eslint-plugin-import": "^2.27.5",
60-
"eslint-plugin-node": "^11.1.0",
61-
"eslint-plugin-prettier": "^4.2.1",
62-
"fs-extra": "^11.1.0",
63-
"husky": "^8.0.3",
64-
"jest": "^29.5.0",
65-
"jest-snapshot-serializer-ansi": "^1.0.0",
66-
"prettier": "^2.8.4"
56+
"consolemock": "1.1.0",
57+
"eslint": "8.41.0",
58+
"eslint-config-prettier": "8.8.0",
59+
"eslint-plugin-import": "2.27.5",
60+
"eslint-plugin-node": "11.1.0",
61+
"eslint-plugin-prettier": "4.2.1",
62+
"fs-extra": "11.1.1",
63+
"husky": "8.0.3",
64+
"jest": "29.5.0",
65+
"jest-snapshot-serializer-ansi": "1.0.0",
66+
"prettier": "2.8.8"
6767
},
6868
"keywords": [
6969
"lint",

0 commit comments

Comments
 (0)
Please sign in to comment.