Skip to content

Commit 1c9ebde

Browse files
authored
chore: update dependencies (#139)
1 parent e2612bc commit 1c9ebde

File tree

3 files changed

+165
-124
lines changed

3 files changed

+165
-124
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.yarnpkg.com/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"release:publish": "npm publish --registry=https://registry.npmjs.org"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.23.3",
23+
"@babel/core": "^7.23.6",
2424
"@babel/eslint-parser": "^7.23.3",
25-
"eslint": "^8.44.0",
25+
"eslint": "^8.56.0",
2626
"husky": "^8.0.3",
2727
"lint-staged": "^13.2.3",
2828
"mocha": "^10.2.0",
@@ -31,7 +31,7 @@
3131
"semver": "^7.5.4"
3232
},
3333
"dependencies": {
34-
"globals": "^13.23.0",
34+
"globals": "^13.24.0",
3535
"minimatch": "^9.0.3"
3636
},
3737
"peerDependencies": {

0 commit comments

Comments
 (0)