From 6cdb450b9c9fac3c15aee7f2c2eac38273fe9d04 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Wed, 20 Nov 2024 21:46:31 -0800 Subject: [PATCH] cleanup packages --- package-lock.json | 8 ++++---- packages/fcl-wc/package.json | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e9bcaa30..dd5d70411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -499,6 +499,7 @@ "node_modules/@babel/plugin-proposal-decorators": { "version": "7.25.7", "license": "MIT", + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.25.7", "@babel/helper-plugin-utils": "^7.25.7", @@ -677,6 +678,7 @@ "node_modules/@babel/plugin-syntax-decorators": { "version": "7.25.7", "license": "MIT", + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.25.7" }, @@ -715,6 +717,7 @@ "node_modules/@babel/plugin-syntax-flow": { "version": "7.25.7", "license": "MIT", + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.25.7" }, @@ -1128,6 +1131,7 @@ "node_modules/@babel/plugin-transform-flow-strip-types": { "version": "7.25.7", "license": "MIT", + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.25.7", "@babel/plugin-syntax-flow": "^7.25.7" @@ -29228,8 +29232,6 @@ "version": "5.4.1-alpha.4", "license": "Apache-2.0", "dependencies": { - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-transform-flow-strip-types": "^7.25.7", "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1-alpha.0", "@onflow/util-invariant": "1.2.4-alpha.0", @@ -29245,8 +29247,6 @@ "tailwindcss": "^3.4.14" }, "devDependencies": { - "@babel/plugin-proposal-decorators": "^7.25.7", - "@babel/plugin-syntax-decorators": "^7.25.7", "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/preset-typescript": "^7.25.7", "@onflow/fcl-bundle": "1.5.1-alpha.0", diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index b0c131455..b2dc80bb8 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -28,8 +28,6 @@ "lint": "eslint ." }, "devDependencies": { - "@babel/plugin-proposal-decorators": "^7.25.7", - "@babel/plugin-syntax-decorators": "^7.25.7", "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/preset-typescript": "^7.25.7", "@onflow/fcl-bundle": "1.5.1-alpha.0", @@ -41,8 +39,6 @@ "jest-preset-preact": "^4.1.1" }, "dependencies": { - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-transform-flow-strip-types": "^7.25.7", "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1-alpha.0", "@onflow/util-invariant": "1.2.4-alpha.0",