Skip to content

Commit 1271ac1

Browse files
committedJun 10, 2024
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries
1 parent b3559cf commit 1271ac1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^7.23.4",
41-
"@babel/core": "^7.23.7",
42-
"@babel/eslint-parser": "^7.23.3",
43-
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
44-
"@babel/register": "^7.23.7",
40+
"@babel/cli": "^7.24.7",
41+
"@babel/core": "^7.24.7",
42+
"@babel/eslint-parser": "^7.24.7",
43+
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
44+
"@babel/register": "^7.24.6",
4545
"aud": "^2.0.4",
4646
"auto-changelog": "^2.4.0",
4747
"babel-jest": "^24.9.0",
4848
"babel-plugin-add-module-exports": "^1.0.4",
4949
"babel-preset-airbnb": "^5.0.0",
5050
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
5151
"eslint-config-airbnb-base": "^15.0.0",
52-
"eslint-doc-generator": "^1.6.1",
52+
"eslint-doc-generator": "^1.7.1",
5353
"eslint-plugin-eslint-plugin": "^4.3.0",
5454
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
5555
"eslint-plugin-import": "^2.29.1",
@@ -63,7 +63,7 @@
6363
"minimist": "^1.2.8",
6464
"npmignore": "^0.3.1",
6565
"object.assign": "^4.1.5",
66-
"object.entries": "^1.1.7",
66+
"object.entries": "^1.1.8",
6767
"rimraf": "^3.0.2",
6868
"safe-publish-latest": "^2.0.0",
6969
"semver": "^6.3.1",

0 commit comments

Comments
 (0)
Please sign in to comment.