Skip to content

Commit 0e4f80c

Browse files
committed
[Dev Deps] update eslint, @babel/core, @babel/parser, object.entries, object.fromentries
1 parent af1de69 commit 0e4f80c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.19.1",
23+
"@babel/core": "^7.20.2",
2424
"@babel/eslint-parser": "^7.19.1",
25-
"@babel/parser": "^7.19.1",
25+
"@babel/parser": "^7.20.3",
2626
"aud": "^2.0.1",
2727
"auto-changelog": "^2.4.0",
2828
"babel-cli": "^6.26.0",
@@ -33,16 +33,16 @@
3333
"babel-polyfill": "^6.26.0",
3434
"babel-preset-env": "^1.7.0",
3535
"babylon": "^6.18.0",
36-
"eslint": "^8.21.0",
36+
"eslint": "^8.27.0",
3737
"eslint-config-airbnb-base": "^15.0.0",
3838
"eslint-plugin-import": "^2.26.0",
3939
"flow-parser": "^0.126.1",
4040
"in-publish": "^2.0.1",
4141
"jest": "^20.0.4",
4242
"jest-cli": "^20.0.4",
4343
"npmignore": "^0.3.0",
44-
"object.entries": "^1.1.5",
45-
"object.fromentries": "^2.0.5",
44+
"object.entries": "^1.1.6",
45+
"object.fromentries": "^2.0.6",
4646
"rimraf": "^2.7.1",
4747
"safe-publish-latest": "^2.0.0"
4848
},

0 commit comments

Comments
 (0)