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`, `@types/node`
  • Loading branch information
ljharb committed Oct 30, 2021
1 parent 5448e2e commit 0f7e2e7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -44,15 +44,15 @@
"string.prototype.matchall": "^4.0.6"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-syntax-decorators": "^7.14.5",
"@babel/plugin-syntax-do-expressions": "^7.14.5",
"@babel/plugin-syntax-function-bind": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-syntax-decorators": "^7.16.0",
"@babel/plugin-syntax-do-expressions": "^7.16.0",
"@babel/plugin-syntax-function-bind": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@types/eslint": "=7.2.10",
"@types/estree": "^0.0.50",
"@types/node": "^14.17.27",
"@types/node": "^14.17.32",
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
"aud": "^1.1.5",
"babel-eslint": "^8 || ^9 || ^10.1.0",
Expand Down

0 comments on commit 0f7e2e7

Please sign in to comment.