Skip to content

Commit 6fbf703

Browse files
authored
chore: update dependencies (#4697)
1 parent f7dbb00 commit 6fbf703

File tree

50 files changed

+3715
-3110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3715
-3110
lines changed

apps/api/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@webiny/cli-plugin-deploy-pulumi": "0.0.0",
50-
"graphql-request": "^3.7.0"
50+
"graphql-request": "^7.2.0"
5151
},
5252
"adio": {
5353
"ignore": {

cypress-tests/cypress/support/pageBuilder/pbDeleteBlocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Cypress.Commands.add("pbDeleteBlocks", () => {
4242
};
4343

4444
return client
45-
.request(MUTATION, variables)
45+
.request<any>(MUTATION, variables)
4646
.then(response => response.pageBuilder.deletePageBlock);
4747
})
4848
);

cypress-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cypress-mailosaur": "^2.7.0",
1616
"cypress-wait-until": "^1.7.1",
1717
"del": "^6.0.0",
18-
"graphql-request": "^3.7.0",
18+
"graphql-request": "^7.2.0",
1919
"lodash": "^4.17.21",
2020
"nanoid": "^3.3.11",
2121
"node-fetch": "2.6.7",

package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@
2929
"url": "https://github.com/webiny/webiny-js.git"
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "^7.26.4",
33-
"@babel/code-frame": "^7.26.2",
34-
"@babel/compat-data": "7.26.5",
35-
"@babel/core": "7.26.7",
36-
"@babel/helper-define-polyfill-provider": "^0.6.3",
32+
"@babel/cli": "7.28.3",
33+
"@babel/code-frame": "7.27.1",
34+
"@babel/compat-data": "7.28.0",
35+
"@babel/core": "7.28.3",
36+
"@babel/helper-define-polyfill-provider": "0.6.5",
3737
"@babel/helper-environment-visitor": "^7.24.7",
38-
"@babel/parser": "7.26.7",
38+
"@babel/parser": "7.28.3",
3939
"@babel/plugin-proposal-class-properties": "^7.18.6",
4040
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
41-
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
41+
"@babel/plugin-proposal-throw-expressions": "7.27.1",
4242
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
43-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
44-
"@babel/plugin-transform-runtime": "^7.25.9",
45-
"@babel/preset-env": "7.26.7",
46-
"@babel/preset-react": "^7.26.3",
47-
"@babel/preset-typescript": "^7.26.0",
48-
"@babel/register": "^7.25.9",
49-
"@babel/runtime": "7.26.10",
50-
"@babel/template": "^7.25.9",
51-
"@babel/traverse": "7.26.7",
52-
"@babel/types": "7.26.7",
43+
"@babel/plugin-transform-modules-commonjs": "7.27.1",
44+
"@babel/plugin-transform-runtime": "7.28.3",
45+
"@babel/preset-env": "7.28.3",
46+
"@babel/preset-react": "7.27.1",
47+
"@babel/preset-typescript": "7.27.1",
48+
"@babel/register": "7.28.3",
49+
"@babel/runtime": "7.28.3",
50+
"@babel/template": "7.27.2",
51+
"@babel/traverse": "7.28.3",
52+
"@babel/types": "7.28.2",
5353
"@commitlint/cli": "^11.0.0",
5454
"@commitlint/config-conventional": "^11.0.0",
5555
"@grpc/grpc-js": "^1.11.1",
@@ -68,7 +68,7 @@
6868
"@lexical/utils": "0.23.1",
6969
"@octokit/rest": "^20.0.2",
7070
"@types/fs-extra": "^11.0.4",
71-
"@types/jest": "^29.5.14",
71+
"@types/jest": "^30.0.0",
7272
"@types/node": "^20.17.10",
7373
"@types/prettier": "^2.7.3",
7474
"@types/react": "18.2.79",
@@ -77,8 +77,8 @@
7777
"@typescript-eslint/parser": "^8.39.1",
7878
"adio": "^1.0.1",
7979
"axios": "^1.7.9",
80-
"babel-jest": "29.7.0",
81-
"babel-loader": "9.2.1",
80+
"babel-jest": "30.0.5",
81+
"babel-loader": "10.0.0",
8282
"babel-plugin-dynamic-import-node": "2.3.3",
8383
"babel-plugin-macros": "3.1.0",
8484
"babel-plugin-module-resolver": "^5.0.2",
@@ -112,9 +112,9 @@
112112
"inquirer-autocomplete-prompt": "^1.0.1",
113113
"inquirer-checkbox-plus-prompt": "^1.0.1",
114114
"inquirer-maxlength-input-prompt": "^1.0.0",
115-
"jest": "^29.7.0",
116-
"jest-environment-jsdom": "^29.7.0",
117-
"jest-extended": "4.0.2",
115+
"jest": "^30.0.5",
116+
"jest-environment-jsdom": "30.0.5",
117+
"jest-extended": "6.0.0",
118118
"lerna": "8.1.2",
119119
"lexical": "0.23.1",
120120
"lint-staged": "^15.3.0",
@@ -130,7 +130,7 @@
130130
"prettier": "^2.8.8",
131131
"semver": "^7.6.3",
132132
"ts-expect": "^1.3.0",
133-
"ts-jest": "29.1.5",
133+
"ts-jest": "^29.4.1",
134134
"ts-jest-resolver": "^2.0.1",
135135
"ts-node": "^10.9.2",
136136
"type-fest": "4.14.0",
@@ -252,7 +252,6 @@
252252
]
253253
},
254254
"resolutions": {
255-
"@babel/runtime": "^7.26.10",
256255
"systeminformation": "^5.23.18",
257256
"@emotion/react": "11.10.8",
258257
"@octokit/rest": "^20.0.2",

packages/api-admin-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@webiny/plugins": "0.0.0",
3535
"@webiny/project-utils": "0.0.0",
3636
"apollo-graphql": "^0.9.5",
37-
"jest": "^29.7.0",
37+
"jest": "^30.0.5",
3838
"jest-dynalite": "^3.6.1",
3939
"prettier": "^2.8.8",
4040
"rimraf": "^6.0.1",

packages/api-admin-users-so-ddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@webiny/project-utils": "0.0.0",
27-
"jest": "^29.7.0",
27+
"jest": "^30.0.5",
2828
"jest-dynalite": "^3.6.1",
2929
"rimraf": "^6.0.1",
3030
"typescript": "5.9.2"

packages/api-apw-scheduler-so-ddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@webiny/handler-db": "0.0.0",
3232
"@webiny/handler-graphql": "0.0.0",
3333
"@webiny/project-utils": "0.0.0",
34-
"jest": "^29.7.0",
34+
"jest": "^30.0.5",
3535
"jest-dynalite": "^3.6.1",
3636
"rimraf": "^6.0.1",
3737
"typescript": "5.9.2"

packages/api-apw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@webiny/project-utils": "0.0.0",
4242
"@webiny/wcp": "0.0.0",
4343
"graphql": "^15.9.0",
44-
"jest": "^29.7.0",
44+
"jest": "^30.0.5",
4545
"prettier": "^2.8.8",
4646
"rimraf": "^6.0.1",
4747
"typescript": "5.9.2"

packages/api-file-manager-ddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@webiny/project-utils": "0.0.0"
3030
},
3131
"devDependencies": {
32-
"jest": "^29.7.0",
32+
"jest": "^30.0.5",
3333
"jest-dynalite": "^3.6.1",
3434
"jsonpack": "^1.1.5",
3535
"rimraf": "^6.0.1",

packages/api-file-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@webiny/api-i18n": "0.0.0",
4141
"@webiny/utils": "0.0.0",
42-
"jest": "^29.7.0",
42+
"jest": "^30.0.5",
4343
"rimraf": "^6.0.1",
4444
"typescript": "5.9.2"
4545
},

0 commit comments

Comments
 (0)