Skip to content

Commit e4d5f01

Browse files
authored
fix(app-headless-cms): entry types (#5024)
1 parent fe1c154 commit e4d5f01

77 files changed

Lines changed: 2686 additions & 2672 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/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@webiny/project-utils": "0.0.0",
1313
"@webiny/utils": "0.0.0",
1414
"amazon-cognito-identity-js": "^6.3.16",
15-
"cypress": "^15.11.0",
15+
"cypress": "^15.12.0",
1616
"cypress-image-snapshot": "^4.0.1",
1717
"cypress-mailosaur": "^4.0.0",
1818
"cypress-wait-until": "^3.0.2",
1919
"del": "^8.0.1",
2020
"graphql-request": "^7.4.0",
2121
"lodash": "^4.17.23",
22-
"nanoid": "^5.1.6",
22+
"nanoid": "^5.1.7",
2323
"typescript": "5.9.3",
2424
"uniqid": "^5.4.0"
2525
},

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"@babel/code-frame": "^7.29.0",
2525
"@babel/compat-data": "^7.29.0",
2626
"@babel/core": "^7.29.0",
27-
"@babel/helper-define-polyfill-provider": "^0.6.7",
27+
"@babel/helper-define-polyfill-provider": "^0.6.8",
2828
"@babel/helper-environment-visitor": "^7.24.7",
29-
"@babel/parser": "^7.29.0",
29+
"@babel/parser": "^7.29.2",
3030
"@babel/plugin-proposal-class-properties": "^7.18.6",
3131
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
3232
"@babel/plugin-proposal-throw-expressions": "^7.27.1",
3333
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
3434
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
3535
"@babel/plugin-transform-runtime": "^7.29.0",
36-
"@babel/preset-env": "^7.29.0",
36+
"@babel/preset-env": "^7.29.2",
3737
"@babel/preset-react": "^7.28.5",
3838
"@babel/preset-typescript": "^7.28.5",
3939
"@babel/register": "^7.28.6",
40-
"@babel/runtime": "^7.28.6",
40+
"@babel/runtime": "^7.29.2",
4141
"@babel/template": "^7.28.6",
4242
"@babel/traverse": "^7.29.0",
4343
"@babel/types": "^7.29.0",
@@ -61,20 +61,19 @@
6161
"@lexical/utils": "^0.40.0",
6262
"@octokit/rest": "^20.1.2",
6363
"@types/fs-extra": "^11.0.4",
64-
"@types/inquirer": "^8.2.12",
6564
"@types/node": "^24.12.0",
6665
"@types/react": "^18.3.28",
6766
"@types/react-dom": "^18.3.7",
68-
"@typescript-eslint/eslint-plugin": "^8.57.0",
69-
"@typescript-eslint/parser": "^8.57.0",
70-
"@vitest/coverage-v8": "^4.0.18",
71-
"@vitest/eslint-plugin": "^1.6.10",
67+
"@typescript-eslint/eslint-plugin": "^8.57.1",
68+
"@typescript-eslint/parser": "^8.57.1",
69+
"@vitest/coverage-v8": "^4.1.0",
70+
"@vitest/eslint-plugin": "^1.6.12",
7271
"adio": "^2.1.0",
7372
"axios": "^1.13.6",
7473
"babel-loader": "^10.1.1",
7574
"babel-plugin-dynamic-import-node": "^2.3.3",
7675
"babel-plugin-macros": "^3.1.0",
77-
"babel-plugin-module-resolver": "^5.0.2",
76+
"babel-plugin-module-resolver": "^5.0.3",
7877
"chalk": "^4.1.2",
7978
"cross-env": "^5.2.1",
8079
"cross-spawn": "^6.0.6",
@@ -103,13 +102,13 @@
103102
"jest-extended": "^6.0.0",
104103
"lerna": "8.1.2",
105104
"lexical": "^0.40.0",
106-
"lint-staged": "^16.3.3",
105+
"lint-staged": "^16.4.0",
107106
"listr": "^0.14.3",
108107
"load-json-file": "^7.0.1",
109108
"lodash": "^4.17.23",
110109
"longest": "^2.0.1",
111110
"minimatch": "^10.2.4",
112-
"nanoid": "^5.1.6",
111+
"nanoid": "^5.1.7",
113112
"prettier": "3.6.2",
114113
"react": "^18.3.1",
115114
"react-dom": "^18.3.1",
@@ -119,9 +118,9 @@
119118
"type-fest": "^5.4.4",
120119
"typescript": "5.9.3",
121120
"validator": "^13.15.26",
122-
"verdaccio": "^6.3.1",
121+
"verdaccio": "^6.3.2",
123122
"vite-tsconfig-paths": "^6.1.1",
124-
"vitest": "^4.0.18",
123+
"vitest": "^4.1.0",
125124
"write-json-file": "^7.0.0",
126125
"yargs": "^18.0.0"
127126
},

packages/admin-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
"@webiny/project": "0.0.0",
5757
"chalk": "^4.1.2",
5858
"css-loader": "^7.1.4",
59-
"eslint-plugin-storybook": "^10.2.17",
59+
"eslint-plugin-storybook": "^10.3.0",
6060
"file-loader": "6.2.0",
6161
"postcss-loader": "^8.2.1",
6262
"prettier": "3.6.2",
6363
"rimraf": "^6.1.3",
64-
"sass": "^1.97.3",
64+
"sass": "^1.98.0",
6565
"storybook": "^9.1.20",
6666
"typescript": "5.9.3",
67-
"vitest": "^4.0.18"
67+
"vitest": "^4.1.0"
6868
},
6969
"publishConfig": {
7070
"access": "public",

packages/api-aco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"prettier": "3.6.2",
6161
"rimraf": "^6.1.3",
6262
"typescript": "5.9.3",
63-
"vitest": "^4.0.18"
63+
"vitest": "^4.1.0"
6464
}
6565
}

packages/api-audit-logs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@webiny/project-utils": "0.0.0",
2626
"graphql": "^16.13.1",
2727
"typescript": "5.9.3",
28-
"vitest": "^4.0.18"
28+
"vitest": "^4.1.0"
2929
},
3030
"dependencies": {
3131
"@webiny/api": "0.0.0",

packages/api-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"jest-dynalite": "^3.6.1",
8888
"rimraf": "^6.1.3",
8989
"typescript": "5.9.3",
90-
"vitest": "^4.0.18"
90+
"vitest": "^4.1.0"
9191
},
9292
"publishConfig": {
9393
"access": "public",

packages/api-elasticsearch-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rimraf": "^6.1.3",
3939
"type-fest": "^5.4.4",
4040
"typescript": "5.9.3",
41-
"vitest": "^4.0.18"
41+
"vitest": "^4.1.0"
4242
},
4343
"publishConfig": {
4444
"access": "public",

packages/api-elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@webiny/project-utils": "0.0.0",
2828
"rimraf": "^6.1.3",
2929
"typescript": "5.9.3",
30-
"vitest": "^4.0.18"
30+
"vitest": "^4.1.0"
3131
},
3232
"publishConfig": {
3333
"access": "public",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"graphql": "^16.13.1",
4040
"ttypescript": "^1.5.15",
4141
"typescript": "5.9.3",
42-
"vitest": "^4.0.18"
42+
"vitest": "^4.1.0"
4343
}
4444
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@webiny/plugins": "0.0.0",
2424
"@webiny/utils": "0.0.0",
2525
"@webiny/validation": "0.0.0",
26-
"exifreader": "^4.36.2",
26+
"exifreader": "^4.37.0",
2727
"mime": "^3.0.0",
2828
"object-hash": "^3.0.0",
2929
"p-map": "^7.0.4",
@@ -35,7 +35,7 @@
3535
"@webiny/build-tools": "0.0.0",
3636
"rimraf": "^6.1.3",
3737
"typescript": "5.9.3",
38-
"vitest": "^4.0.18"
38+
"vitest": "^4.1.0"
3939
},
4040
"publishConfig": {
4141
"access": "public",

0 commit comments

Comments
 (0)