We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addfa3d commit 4469b63Copy full SHA for 4469b63
package.json
@@ -20,19 +20,19 @@
20
"release:publish": "npm publish --registry=https://registry.npmjs.org"
21
},
22
"devDependencies": {
23
- "@babel/core": "^7.24.0",
24
- "@babel/eslint-parser": "^7.23.10",
+ "@babel/core": "^7.24.4",
+ "@babel/eslint-parser": "^7.24.1",
25
"eslint": "^8.57.0",
26
- "husky": "^8.0.3",
27
- "lint-staged": "^13.2.3",
28
- "mocha": "^10.3.0",
+ "husky": "^9.0.11",
+ "lint-staged": "^15.2.2",
+ "mocha": "^10.4.0",
29
"nyc": "^15.1.0",
30
"prettier": "^3.2.5",
31
"semver": "^7.6.0"
32
33
"dependencies": {
34
"globals": "^13.24.0",
35
- "minimatch": "^9.0.3"
+ "minimatch": "^9.0.4"
36
37
"peerDependencies": {
38
"@babel/eslint-parser": "^7",
0 commit comments