From 0f7e2e700eba9c57a63339e81f8d9eee4d2c5b82 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 29 Oct 2021 21:17:26 -0700 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-syntax-decorators`, `@babel/plugin-syntax-do-expressions`, `@babel/plugin-syntax-function-bind`, `@babel/preset-react`, `@types/node` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6acc9faeb4..296e418072 100644 --- a/package.json +++ b/package.json @@ -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",