Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plug…
Browse files Browse the repository at this point in the history
…in-syntax-decorators`, `@babel/plugin-syntax-do-expressions`, `@babel/plugin-syntax-function-bind`, `@babel/preset-react`
  • Loading branch information
ljharb committed May 24, 2024
1 parent 014ee05 commit ec86001
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"string.prototype.matchall": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-decorators": "^7.24.0",
"@babel/plugin-syntax-do-expressions": "^7.23.3",
"@babel/plugin-syntax-function-bind": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/plugin-syntax-decorators": "^7.24.6",
"@babel/plugin-syntax-do-expressions": "^7.24.6",
"@babel/plugin-syntax-function-bind": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@types/eslint": "=7.2.10",
"@types/estree": "0.0.52",
"@types/node": "^4.9.5",
Expand Down

0 comments on commit ec86001

Please sign in to comment.