Skip to content

Commit

Permalink
chore: update dependencies (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jye-sf committed Nov 15, 2023
1 parent bbd1d95 commit 7086c53
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 127 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"release:publish": "npm publish --registry=https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"eslint": "^8.44.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"semver": "^7.5.3"
"semver": "^7.5.4"
},
"dependencies": {
"globals": "^13.20.0",
"minimatch": "^9.0.2"
"globals": "^13.23.0",
"minimatch": "^9.0.3"
},
"peerDependencies": {
"@babel/eslint-parser": "^7",
Expand Down
Loading

0 comments on commit 7086c53

Please sign in to comment.