From 3d246b2874ba2ab1eb4e1da9ee1c1f1aee1db6fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:34:07 +0800 Subject: [PATCH] fix(deps): update babel monorepo to v7.16.0 (#321) Co-authored-by: Renovate Bot --- example/hapi/package.json | 2 +- example/react-component-tsx/package.json | 2 +- example/react-component/package.json | 6 +++--- packages/tsbb/package.json | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/example/hapi/package.json b/example/hapi/package.json index d4b71e70..64b67304 100644 --- a/example/hapi/package.json +++ b/example/hapi/package.json @@ -33,7 +33,7 @@ "tsbb": "^3.4.4" }, "dependencies": { - "@babel/runtime": "7.15.4", + "@babel/runtime": "7.16.0", "@hapi/hapi": "20.2.1" } } diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index cd323983..aef393bb 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -38,7 +38,7 @@ "react-dom": ">=16.9.0" }, "devDependencies": { - "@babel/runtime": "7.15.4", + "@babel/runtime": "7.16.0", "@kkt/less-modules": "6.11.0", "@kkt/raw-modules": "6.11.0", "@kkt/scope-plugin-options": "6.11.0", diff --git a/example/react-component/package.json b/example/react-component/package.json index 0ad880d8..3f72e503 100644 --- a/example/react-component/package.json +++ b/example/react-component/package.json @@ -31,9 +31,9 @@ "react-dom": ">=16.7.0" }, "devDependencies": { - "@babel/plugin-transform-modules-umd": "7.14.5", - "@babel/plugin-transform-runtime": "7.15.8", - "@babel/runtime": "7.15.4", + "@babel/plugin-transform-modules-umd": "7.16.0", + "@babel/plugin-transform-runtime": "7.16.0", + "@babel/runtime": "7.16.0", "@parcel/transformer-less": "2.0.0", "@tsbb/babel-preset-tsbb": "1.14.2", "babel-plugin-transform-remove-imports": "1.7.0", diff --git a/packages/tsbb/package.json b/packages/tsbb/package.json index 870e624e..eaf9b8ec 100644 --- a/packages/tsbb/package.json +++ b/packages/tsbb/package.json @@ -25,14 +25,14 @@ "node.js" ], "dependencies": { - "@babel/core": "7.15.8", - "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-decorators": "7.15.8", - "@babel/plugin-proposal-export-default-from": "7.14.5", - "@babel/plugin-transform-runtime": "7.15.8", - "@babel/preset-env": "7.15.8", - "@babel/preset-react": "7.14.5", - "@babel/preset-typescript": "7.15.0", + "@babel/core": "7.16.0", + "@babel/plugin-proposal-class-properties": "7.16.0", + "@babel/plugin-proposal-decorators": "7.16.0", + "@babel/plugin-proposal-export-default-from": "7.16.0", + "@babel/plugin-transform-runtime": "7.16.0", + "@babel/preset-env": "7.16.0", + "@babel/preset-react": "7.16.0", + "@babel/preset-typescript": "7.16.0", "@types/babel__core": "7.1.16", "@types/fs-extra": "9.0.13", "@types/jest": "27.0.2",