Skip to content

Commit 4c56595

Browse files
authored
chore: update dependencies 2026-04-23 (#5128)
1 parent 77c1187 commit 4c56595

113 files changed

Lines changed: 767 additions & 479 deletions

File tree

Some content is hidden

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

cypress-tests/cypress/support/fileManager/fmDeleteAllFiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { until } from "@webiny/project-utils/testing/helpers/until";
1+
import { until } from "@webiny/project-utils/testing/helpers/until.js";
22
import { fmListFiles } from "./fmListFiles";
33
import { fmDeleteFile } from "./fmDeleteFile";
44
import { login } from "../login";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { until } from "@webiny/project-utils/testing/helpers/until";
1+
import { until } from "@webiny/project-utils/testing/helpers/until.js";
22
import { login } from "../login";
33
import { pbListPages } from "./pbListPages";
44
import { pbDeletePage } from "./pbDeletePage";

eslint.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ export default defineConfig([
206206
"packages/admin-ui/.storybook/**/*",
207207
"packages/admin-ui/storybook-static/**/*",
208208
//"packages/create-webiny-project/**/*",
209-
"packages/create-webiny-project/_templates/**/*"
209+
"packages/create-webiny-project/_templates/**/*",
210+
"packages/project-utils/testing/helpers/lifecycleTracker.ts",
211+
"packages/project-utils/testing/tasks/index.ts",
212+
"packages/project-utils/testing/tasks/runner.ts"
210213
])
211214
]);

packages/admin-ui/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@webiny/admin-ui",
33
"version": "0.0.0",
44
"type": "module",
5-
"main": "index.js",
5+
"exports": {
6+
".": "./index.js",
7+
"./*": "./*"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/webiny/webiny-js.git"

packages/ai-powerups/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.0",
44
"type": "module",
55
"sideEffects": false,
6-
"main": "index.js",
6+
"exports": {
7+
".": "./index.js",
8+
"./*": "./*"
9+
},
710
"repository": {
811
"type": "git",
912
"url": "https://github.com/webiny/webiny-js.git"

packages/api-aco/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@webiny/api-aco",
33
"version": "0.0.0",
44
"type": "module",
5-
"main": "index.js",
65
"keywords": [
76
"aco:base"
87
],

packages/api-audit-logs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@webiny/api-audit-logs",
33
"version": "0.0.0",
4-
"main": "index.js",
4+
"exports": {
5+
".": "./index.js",
6+
"./*": "./*"
7+
},
58
"type": "module",
69
"repository": {
710
"type": "git",

packages/api-background-tasks-ddb/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@webiny/api-background-tasks-ddb",
33
"version": "0.0.0",
44
"type": "module",
5-
"main": "index.js",
5+
"exports": {
6+
".": "./index.js",
7+
"./*": "./*"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/webiny/webiny-js.git"

packages/api-background-tasks-os/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@webiny/api-background-tasks-os",
33
"version": "0.0.0",
44
"type": "module",
5-
"main": "index.js",
5+
"exports": {
6+
".": "./index.js",
7+
"./*": "./*"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/webiny/webiny-js.git"

packages/api-core-ddb/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@webiny/api-core-ddb",
33
"version": "0.0.0",
44
"type": "module",
5-
"main": "index.js",
5+
"exports": {
6+
".": "./index.js",
7+
"./*": "./*"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/webiny/webiny-js.git"

0 commit comments

Comments
 (0)