Skip to content

Commit

Permalink
chore: update babel packages (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric authored Oct 31, 2024
1 parent 4a8af00 commit 46e9da5
Show file tree
Hide file tree
Showing 26 changed files with 178 additions and 214 deletions.
2 changes: 1 addition & 1 deletion cypress-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-request": "^3.3.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"node-fetch": "^2.6.1",
"node-fetch": "2.6.7",
"typescript": "4.9.5",
"uniqid": "^5.4.0"
},
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"url": "https://github.com/webiny/webiny-js.git"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/code-frame": "^7.25.7",
"@babel/compat-data": "^7.25.8",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/code-frame": "^7.26.2",
"@babel/compat-data": "^7.26.2",
"@babel/core": "^7.26.0",
"@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",
"@babel/parser": "^7.26.2",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@babel/template": "^7.25.9",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@grpc/grpc-js": "^1.11.1",
Expand Down Expand Up @@ -101,7 +101,7 @@
"longest": "^2.0.1",
"minimatch": "^5.1.0",
"nanoid": "^3.3.7",
"node-fetch": "^2.6.1",
"node-fetch": "2.6.7",
"pm2": "^5.3.1",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
Expand Down Expand Up @@ -219,6 +219,7 @@
"@emotion/react": "11.10.8",
"@octokit/rest": "^20.0.2",
"braces": "^3.0.3",
"typescript": "4.9.5",
"@types/jsdom": "link:./typings/void",
"@types/webpack": "^5.28.0",
"browserify-sign": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cognito-authenticator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"jsonwebtoken": "^9.0.1",
"jwk-to-pem": "^2.0.1",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-file-manager-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@webiny/validation": "0.0.0",
"form-data": "^4.0.0",
"mime": "^3.0.0",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"object-hash": "^3.0.0",
"p-map": "4.0.0",
"p-reduce": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"date-fns": "^2.22.1",
"json2csv": "^4.5.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"slugify": "^1.2.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-headless-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.25.7",
"@babel/code-frame": "^7.26.2",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.6",
"@webiny/api": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-page-builder-import-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fs-extra": "^11.2.0",
"load-json-file": "^6.2.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"stream": "^0.0.2",
"uniqid": "^5.4.0",
"yauzl": "^2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jsonpack": "^1.1.5",
"load-json-file": "^6.2.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"stream": "^0.0.2",
"uniqid": "^5.4.0",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-security-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@webiny/handler-graphql": "0.0.0",
"jsonwebtoken": "^9.0.1",
"jwk-to-pem": "^2.0.1",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-security-okta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@webiny/handler-graphql": "0.0.0",
"jsonwebtoken": "^9.0.1",
"jwk-to-pem": "^2.0.1",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-wcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@webiny/error": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/wcp": "0.0.0",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@webiny/cli": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-hotkeyz": "^1.0.4",
"react-resizable-panels": "^2.0.19",
"react-transition-group": "^4.3.0",
"react-virtualized": "^9.21.2",
"react-virtualized": "^9.22.5",
"reset-css": "^5.0.1",
"store": "^2.0.12",
"unicode-emoji-json": "^0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-headless-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-hotkeyz": "^1.0.4",
"react-virtualized": "^9.21.2",
"react-virtualized": "^9.22.5",
"use-deep-compare-effect": "^1.6.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/app-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@apollo/react-common": "^3.1.4",
"@apollo/react-components": "^3.1.5",
"@apollo/react-hooks": "^3.1.5",
"@babel/runtime": "^7.25.7",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-common-types": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webiny-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"js-yaml": "3.14.1",
"listr": "0.14.3",
"load-json-file": "6.2.0",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"os": "0.1.1",
"p-retry": "^4.6.2",
"rimraf": "^5.0.5",
Expand Down
8 changes: 0 additions & 8 deletions packages/data-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"author": "Webiny Ltd.",
"dependencies": {
"@elastic/elasticsearch": "7.12.0",
"@types/pino": "^7.0.5",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/handler-aws": "0.0.0",
Expand Down Expand Up @@ -43,12 +42,5 @@
"scripts": {
"build": "yarn webiny run build",
"watch": "yarn webiny run watch"
},
"adio": {
"ignore": {
"dependencies": [
"@types/pino"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/handler-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@webiny/handler": "0.0.0",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "18.2.0"
},
"devDependencies": {
"@babel/register": "^7.25.7",
"@babel/register": "^7.25.9",
"@types/accounting": "^0.4.2",
"@types/lodash": "^4.14.190",
"@webiny/cli": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"pino": "^8.11.0",
"pino": "^8.21.0",
"rimraf": "^5.0.5",
"ttypescript": "^1.5.13",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const getLogLevel = (input?: string, defaultLevel: LevelWithSilent = "inf

let logger: Logger;

export const createPinoLogger = (input?: LoggerOptions, stream?: DestinationStream) => {
export const createPinoLogger = (input?: LoggerOptions, stream?: DestinationStream): Logger => {
const options = {
...(input || {}),
level: getLogLevel(input?.level)
Expand Down
16 changes: 8 additions & 8 deletions packages/project-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"Adrian Smijulj <[email protected]>"
],
"dependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-throw-expressions": "^7.25.8",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^6.1.1",
"@types/webpack-env": "1.16.3",
Expand Down Expand Up @@ -90,7 +90,7 @@
"jest-dynalite": "^3.6.1",
"listr2": "^5.0.8",
"load-json-file": "6.2.0",
"pino": "^8.11.0",
"pino": "^8.21.0",
"pino-pretty": "^9.4.0",
"yargs": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@webiny/cli-plugin-deploy-pulumi": "0.0.0",
"@webiny/pulumi": "0.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@webiny/api-page-builder": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"execa": "^5.0.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.9",
"node-fetch": "2.6.7",
"semver": "^7.3.5",
"tar": "^6.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-cms-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"fast-glob": "^3.2.7",
"find-up": "^5.0.0",
"invariant": "^2.2.4",
"node-fetch": "^2.6.13",
"node-fetch": "2.6.7",
"ora": "^4.1.1",
"webpack": "^5.91.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Webiny Ltd.",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.13"
"node-fetch": "2.6.7"
},
"devDependencies": {
"@webiny/cli": "0.0.0",
Expand Down
Loading

0 comments on commit 46e9da5

Please sign in to comment.