Skip to content

Commit

Permalink
chore: update pulumi and babel dependencies (#4511)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric authored Jan 29, 2025
1 parent 0581a6e commit 9e1727d
Show file tree
Hide file tree
Showing 15 changed files with 1,461 additions and 1,502 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"@babel/cli": "^7.26.4",
"@babel/code-frame": "^7.26.2",
"@babel/compat-data": "7.26.5",
"@babel/core": "^7.26.0",
"@babel/core": "7.26.7",
"@babel/helper-define-polyfill-provider": "^0.6.3",
"@babel/helper-environment-visitor": "^7.24.7",
"@babel/parser": "7.26.5",
"@babel/parser": "7.26.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@babel/runtime": "7.26.7",
"@babel/template": "^7.25.9",
"@babel/traverse": "7.26.5",
"@babel/types": "7.26.5",
"@babel/traverse": "7.26.7",
"@babel/types": "7.26.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@grpc/grpc-js": "^1.11.1",
Expand Down
42 changes: 21 additions & 21 deletions packages/aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"license": "MIT",
"author": "Webiny Ltd.",
"dependencies": {
"@aws-sdk/client-apigatewaymanagementapi": "3.726.1",
"@aws-sdk/client-cloudfront": "3.726.1",
"@aws-sdk/client-cloudwatch-events": "3.726.1",
"@aws-sdk/client-cloudwatch-logs": "3.726.1",
"@aws-sdk/client-cognito-identity-provider": "3.726.1",
"@aws-sdk/client-dynamodb": "3.726.1",
"@aws-sdk/client-dynamodb-streams": "3.726.1",
"@aws-sdk/client-eventbridge": "3.726.1",
"@aws-sdk/client-iam": "3.726.1",
"@aws-sdk/client-iot": "3.726.1",
"@aws-sdk/client-lambda": "3.726.1",
"@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/client-sfn": "3.726.1",
"@aws-sdk/client-sqs": "3.726.1",
"@aws-sdk/client-sts": "3.726.1",
"@aws-sdk/credential-providers": "3.726.1",
"@aws-sdk/lib-dynamodb": "3.726.1",
"@aws-sdk/lib-storage": "3.726.1",
"@aws-sdk/s3-presigned-post": "3.726.1",
"@aws-sdk/s3-request-presigner": "3.726.1",
"@aws-sdk/util-dynamodb": "3.726.1",
"@aws-sdk/client-apigatewaymanagementapi": "3.734.0",
"@aws-sdk/client-cloudfront": "3.734.0",
"@aws-sdk/client-cloudwatch-events": "3.734.0",
"@aws-sdk/client-cloudwatch-logs": "3.734.0",
"@aws-sdk/client-cognito-identity-provider": "3.734.0",
"@aws-sdk/client-dynamodb": "3.734.0",
"@aws-sdk/client-dynamodb-streams": "3.734.0",
"@aws-sdk/client-eventbridge": "3.734.0",
"@aws-sdk/client-iam": "3.734.0",
"@aws-sdk/client-iot": "3.734.0",
"@aws-sdk/client-lambda": "3.734.0",
"@aws-sdk/client-s3": "3.735.0",
"@aws-sdk/client-sfn": "3.734.0",
"@aws-sdk/client-sqs": "3.734.0",
"@aws-sdk/client-sts": "3.734.0",
"@aws-sdk/credential-providers": "3.734.0",
"@aws-sdk/lib-dynamodb": "3.734.0",
"@aws-sdk/lib-storage": "3.735.0",
"@aws-sdk/s3-presigned-post": "3.735.0",
"@aws-sdk/s3-request-presigner": "3.735.0",
"@aws-sdk/util-dynamodb": "3.734.0",
"@types/aws-lambda": "8.10.145",
"@webiny/utils": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"description": "A tool to generate and verify dependency sync files for Webiny.",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@babel/runtime": "7.26.7",
"@webiny/cli": "0.0.0",
"chalk": "^4.1.2",
"get-yarn-workspaces": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"description": "A tool to bootstrap a Webiny project.",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@babel/runtime": "7.26.7",
"@webiny/aws-sdk": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/cli-plugin-scaffold": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/react": "18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/files/references.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cwp-template-aws/template/ddb-es/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/cwp-template-aws/template/ddb-os/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/cwp-template-aws/template/ddb/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/project-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"dependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "7.26.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/runtime": "7.26.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^6.1.1",
"@types/webpack-env": "^1.18.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/pulumi-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.66.2",
"@pulumi/pulumi": "3.145.0",
"@pulumi/random": "^4.16.8",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/cli-plugin-deploy-pulumi": "0.0.0",
"@webiny/pulumi": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pulumi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.66.2",
"@pulumi/pulumi": "3.145.0",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0",
"decompress": "^4.2.1",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/pulumi": "3.147.0",
"find-up": "^5.0.0",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-cms-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.66.2",
"@pulumi/pulumi": "3.145.0",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0",
"@webiny/api-aco": "0.0.0",
"@webiny/api-apw": "0.0.0",
"@webiny/api-apw-scheduler-so-ddb": "0.0.0",
Expand Down
Loading

0 comments on commit 9e1727d

Please sign in to comment.