Skip to content

Commit 518a77e

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape
1 parent 2ee940c commit 518a77e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@
4141
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.25.6",
45-
"@babel/core": "^7.25.2",
46-
"@babel/eslint-parser": "^7.25.1",
47-
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
48-
"@babel/register": "^7.24.6",
49-
"auto-changelog": "^2.4.0",
44+
"@babel/cli": "^7.25.7",
45+
"@babel/core": "^7.25.8",
46+
"@babel/eslint-parser": "^7.25.8",
47+
"@babel/plugin-transform-flow-strip-types": "^7.25.7",
48+
"@babel/register": "^7.25.7",
49+
"auto-changelog": "^2.5.0",
5050
"babel-plugin-add-module-exports": "^1.0.4",
5151
"babel-preset-airbnb": "^5.0.0",
5252
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
5353
"eslint-config-airbnb-base": "^15.0.0",
5454
"eslint-doc-generator": "^1.7.1",
5555
"eslint-plugin-eslint-plugin": "^4.3.0",
5656
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
57-
"eslint-plugin-import": "^2.29.1",
57+
"eslint-plugin-import": "^2.31.0",
5858
"estraverse": "^5.3.0",
5959
"flow-bin": "^0.147.0",
6060
"in-publish": "^2.0.1",
@@ -67,7 +67,7 @@
6767
"rimraf": "^3.0.2",
6868
"safe-publish-latest": "^2.0.0",
6969
"semver": "^6.3.1",
70-
"tape": "^5.8.1",
70+
"tape": "^5.9.0",
7171
"to-ast": "^1.0.0"
7272
},
7373
"engines": {

0 commit comments

Comments
 (0)