Skip to content

Commit 4469b63

Browse files
authored
chore: update non-breaking dependencies (#145)
1 parent addfa3d commit 4469b63

File tree

2 files changed

+255
-246
lines changed

2 files changed

+255
-246
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"release:publish": "npm publish --registry=https://registry.npmjs.org"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.24.0",
24-
"@babel/eslint-parser": "^7.23.10",
23+
"@babel/core": "^7.24.4",
24+
"@babel/eslint-parser": "^7.24.1",
2525
"eslint": "^8.57.0",
26-
"husky": "^8.0.3",
27-
"lint-staged": "^13.2.3",
28-
"mocha": "^10.3.0",
26+
"husky": "^9.0.11",
27+
"lint-staged": "^15.2.2",
28+
"mocha": "^10.4.0",
2929
"nyc": "^15.1.0",
3030
"prettier": "^3.2.5",
3131
"semver": "^7.6.0"
3232
},
3333
"dependencies": {
3434
"globals": "^13.24.0",
35-
"minimatch": "^9.0.3"
35+
"minimatch": "^9.0.4"
3636
},
3737
"peerDependencies": {
3838
"@babel/eslint-parser": "^7",

0 commit comments

Comments
 (0)