Skip to content

Commit

Permalink
feat: remove babel packages where possible (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Nov 5, 2024
1 parent 188cea4 commit 3b2a54e
Show file tree
Hide file tree
Showing 146 changed files with 134 additions and 678 deletions.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,23 @@
"url": "https://github.com/webiny/webiny-js.git"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.9",
"@babel/cli": "^7.25.7",
"@babel/code-frame": "^7.25.7",
"@babel/compat-data": "^7.25.8",
"@babel/core": "^7.25.8",
"@babel/helper-define-polyfill-provider": "^0.6.2",
"@babel/helper-environment-visitor": "^7.24.7",
"@babel/parser": "^7.25.8",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/template": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@grpc/grpc-js": "^1.11.1",
Expand Down Expand Up @@ -208,7 +222,6 @@
"@types/jsdom": "link:./typings/void",
"@types/webpack": "^5.28.0",
"browserify-sign": "^4.2.2",
"@babel/traverse": "^7.24.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"react": "18.2.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-aco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@webiny/api-admin-users": "0.0.0",
"@webiny/api-file-manager": "0.0.0",
"@webiny/api-i18n-ddb": "0.0.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/api-admin-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api-tenancy": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/handler": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/handler-db": "0.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-admin-users-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"@webiny/error": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest": "^29.7.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-admin-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"md5": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/md5": "^2.3.2",
"@webiny/api-i18n": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-apw-scheduler-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@
"description": "The DynamoDB storage operations for scheduler action feature in the Webiny APW API.",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api-apw": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/plugins": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/api-security": "0.0.0",
"@webiny/api-tenancy": "0.0.0",
"@webiny/cli": "0.0.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/api-apw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"author": "Webiny Ltd",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@commodo/fields": "1.1.2-beta.20",
"@webiny/api": "0.0.0",
"@webiny/api-admin-settings": "0.0.0",
Expand All @@ -41,9 +40,6 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/project-utils": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-audit-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"directory": "dist"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@webiny/api-admin-users": "0.0.0",
"@webiny/api-file-manager": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-authentication-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"@webiny/api-cognito-authenticator": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
Expand Down
7 changes: 0 additions & 7 deletions packages/api-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@
"author": "Webiny Ltd.",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api": "0.0.0",
"@webiny/handler": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest-dynalite": "^3.2.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-background-tasks-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"@webiny/tasks": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-background-tasks-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@webiny/tasks": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-background-tasks-os/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@webiny/tasks": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-cognito-authenticator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"node-fetch": "^2.6.13"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/jwk-to-pem": "^2.0.1",
"@types/node-fetch": "^2.6.1",
Expand Down
7 changes: 0 additions & 7 deletions packages/api-dynamodb-to-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@
"license": "MIT",
"author": "Webiny Ltd.",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api-elasticsearch": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"p-retry": "^4.6.2"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@types/aws-lambda": "^8.10.131",
"@webiny/cli": "0.0.0",
"@webiny/plugins": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-elasticsearch-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api": "0.0.0",
"@webiny/api-elasticsearch": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
Expand All @@ -22,10 +21,6 @@
"@webiny/utils": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/api": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
"@webiny/api-i18n": "0.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"elastic-ts": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
Expand Down
7 changes: 0 additions & 7 deletions packages/api-file-manager-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api-file-manager": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
Expand All @@ -29,12 +28,6 @@
"@webiny/project-utils": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/cli": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-file-manager-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"sharp": "0.32.6"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@types/node-fetch": "^2.6.1",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
Expand Down
7 changes: 0 additions & 7 deletions packages/api-file-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@commodo/fields": "1.1.2-beta.20",
"@webiny/api": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
Expand All @@ -39,12 +38,6 @@
"object-hash": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@types/sharp": "^0.32.0",
"@webiny/api-i18n": "0.0.0",
"@webiny/cli": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-form-builder-so-ddb-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@elastic/elasticsearch": "7.12.0",
"@webiny/api-elasticsearch": "0.0.0",
"@webiny/api-elasticsearch-tasks": "0.0.0",
Expand All @@ -38,10 +37,6 @@
"elastic-ts": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/handler-aws": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-form-builder-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api-form-builder": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
Expand All @@ -30,10 +29,6 @@
"@webiny/utils": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@webiny/cli": "0.0.0",
"@webiny/handler-db": "0.0.0",
"@webiny/project-utils": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@commodo/fields": "1.1.2-beta.20",
"@webiny/api": "0.0.0",
"@webiny/api-file-manager": "0.0.0",
Expand All @@ -42,10 +41,6 @@
"slugify": "^1.2.9"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@types/got": "^9.6.12",
"@types/json2csv": "^4.5.1",
"@types/node-fetch": "^2.6.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-headless-cms-aco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"directory": "dist"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@webiny/api-admin-users": "0.0.0",
"@webiny/api-i18n": "0.0.0",
"@webiny/api-security": "0.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/api-headless-cms-bulk-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"@webiny/utils": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@webiny/api": "0.0.0",
"@webiny/api-admin-users": "0.0.0",
"@webiny/api-i18n": "0.0.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/api-headless-cms-ddb-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
"@webiny/api": "0.0.0",
"@webiny/api-elasticsearch": "0.0.0",
"@webiny/api-elasticsearch-tasks": "0.0.0",
Expand All @@ -42,9 +41,6 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@elastic/elasticsearch": "7.12.0",
"@types/jsonpack": "^1.1.0",
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0",
Expand Down
Loading

0 comments on commit 3b2a54e

Please sign in to comment.