Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/plugin-syntax-decorators, `…
Browse files Browse the repository at this point in the history
…@babel/plugin-syntax-do-expressions`, `@babel/plugin-syntax-function-bind`, `@babel/preset-react`, `@types/estree`
  • Loading branch information
ljharb committed Jun 29, 2022
1 parent 1d0bc97 commit aac7fb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -39,15 +39,15 @@
"string.prototype.matchall": "^4.0.7"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-syntax-decorators": "^7.17.12",
"@babel/plugin-syntax-do-expressions": "^7.16.7",
"@babel/plugin-syntax-function-bind": "^7.16.7",
"@babel/preset-react": "^7.17.12",
"@babel/plugin-syntax-decorators": "^7.18.6",
"@babel/plugin-syntax-do-expressions": "^7.18.6",
"@babel/plugin-syntax-function-bind": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@technote-space/doctoc": "~2.4",
"@types/eslint": "=7.2.10",
"@types/estree": "0.0.51",
"@types/estree": "0.0.52",
"@types/node": "^16.11.35",
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
"aud": "^2.0.0",
Expand Down

0 comments on commit aac7fb9

Please sign in to comment.