Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sync package versions #4485

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/list": "^1.8.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/underline": "^1.1.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/list": "^1.10.0",
"@editorjs/quote": "^2.7.2",
"@editorjs/underline": "^1.2.1",
"@types/react": "18.2.79",
"@webiny/app-admin": "0.0.0",
"@webiny/app-admin-users-cognito": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"prettier": "^2.8.8",
"semver": "^7.6.3",
"ts-expect": "^1.3.0",
"ts-jest": "^29.1.2",
"ts-jest": "29.1.5",
"ts-node": "^10.9.2",
"typescript": "4.9.5",
"typescript-transform-paths": "^3.4.6",
Expand Down
5 changes: 5 additions & 0 deletions packages/api-elasticsearch/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export interface ElasticsearchIndexRequestBodyMappingsDynamicTemplate {
};
}

export interface ElasticsearchIndexRequestBodySettingsTotalFields {
limit?: number;
}

interface ElasticsearchIndexRequestBodySettings {
analysis?: {
[key: string]: any;
Expand Down Expand Up @@ -215,6 +219,7 @@ interface ElasticsearchIndexRequestBodySettings {
default_pipeline?: string;
final_pipeline?: string;
hidden?: boolean;
total_fields?: ElasticsearchIndexRequestBodySettingsTotalFields;
[key: string]: any;
}

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 @@ -75,7 +75,7 @@
"react-helmet": "^6.1.0",
"react-hotkeyz": "^1.0.4",
"react-virtualized": "^9.22.5",
"use-deep-compare-effect": "^1.6.1"
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/files/references.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/create-webiny-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"p-retry": "^4.6.2",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"uuid": "8.3.2",
"uuid": "^9.0.1",
"validate-npm-package-name": "3.0.0",
"write-json-file": "^4.3.0",
"yargs": "^17.7.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/list": "^1.8.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/underline": "^1.1.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/list": "^1.10.0",
"@editorjs/quote": "^2.7.2",
"@editorjs/underline": "^1.2.1",
"@types/react": "18.2.79",
"@webiny/app-admin": "latest",
"@webiny/app-admin-users-cognito": "latest",
Expand Down
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 @@ -43,9 +43,9 @@
"eslint-plugin-standard": "^5.0.0",
"execa": "^5.1.1",
"jest": "^29.7.0",
"merge": "^2.0.0",
"merge": "^2.1.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"typescript": "4.9.5"
},
"workspaces": {
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 @@ -43,9 +43,9 @@
"eslint-plugin-standard": "^5.0.0",
"execa": "^5.1.1",
"jest": "^29.7.0",
"merge": "^2.0.0",
"merge": "^2.1.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"typescript": "4.9.5"
},
"workspaces": {
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 @@ -43,9 +43,9 @@
"eslint-plugin-standard": "^5.0.0",
"execa": "^5.1.1",
"jest": "^29.7.0",
"merge": "^2.0.0",
"merge": "^2.1.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"typescript": "4.9.5"
},
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion packages/global-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"load-json-file": "6.2.0",
"uuid": "8.3.2",
"uuid": "^9.0.1",
"write-json-file": "^4.3.0"
},
"publishConfig": {
Expand Down
55 changes: 29 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4820,7 +4820,7 @@ __metadata:
languageName: node
linkType: hard

"@editorjs/delimiter@npm:^1.3.0":
"@editorjs/delimiter@npm:^1.4.2":
version: 1.4.2
resolution: "@editorjs/delimiter@npm:1.4.2"
dependencies:
Expand Down Expand Up @@ -4858,7 +4858,7 @@ __metadata:
languageName: node
linkType: hard

"@editorjs/list@npm:^1.8.0":
"@editorjs/list@npm:^1.10.0":
version: 1.10.0
resolution: "@editorjs/list@npm:1.10.0"
dependencies:
Expand All @@ -4867,7 +4867,7 @@ __metadata:
languageName: node
linkType: hard

"@editorjs/quote@npm:^2.5.0":
"@editorjs/quote@npm:^2.7.2":
version: 2.7.6
resolution: "@editorjs/quote@npm:2.7.6"
dependencies:
Expand All @@ -4877,7 +4877,7 @@ __metadata:
languageName: node
linkType: hard

"@editorjs/underline@npm:^1.1.0":
"@editorjs/underline@npm:^1.2.1":
version: 1.2.1
resolution: "@editorjs/underline@npm:1.2.1"
dependencies:
Expand Down Expand Up @@ -14380,7 +14380,7 @@ __metadata:
rimraf: "npm:^6.0.1"
ttypescript: "npm:^1.5.15"
typescript: "npm:4.9.5"
use-deep-compare-effect: "npm:^1.6.1"
use-deep-compare-effect: "npm:^1.8.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15607,7 +15607,7 @@ __metadata:
resolution: "@webiny/global-config@workspace:packages/global-config"
dependencies:
load-json-file: "npm:6.2.0"
uuid: "npm:8.3.2"
uuid: "npm:^9.0.1"
write-json-file: "npm:^4.3.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16780,10 +16780,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "admin@workspace:apps/admin"
dependencies:
"@editorjs/delimiter": "npm:^1.3.0"
"@editorjs/list": "npm:^1.8.0"
"@editorjs/quote": "npm:^2.5.0"
"@editorjs/underline": "npm:^1.1.0"
"@editorjs/delimiter": "npm:^1.4.2"
"@editorjs/list": "npm:^1.10.0"
"@editorjs/quote": "npm:^2.7.2"
"@editorjs/underline": "npm:^1.2.1"
"@types/react": "npm:18.2.79"
"@webiny/app-admin": "npm:0.0.0"
"@webiny/app-admin-users-cognito": "npm:0.0.0"
Expand Down Expand Up @@ -20601,7 +20601,7 @@ __metadata:
p-retry: "npm:^4.6.2"
rimraf: "npm:^6.0.1"
semver: "npm:^7.6.3"
uuid: "npm:8.3.2"
uuid: "npm:^9.0.1"
validate-npm-package-name: "npm:3.0.0"
write-json-file: "npm:^4.3.0"
yargs: "npm:^17.7.2"
Expand Down Expand Up @@ -35839,7 +35839,7 @@ __metadata:
prettier: "npm:^2.8.8"
semver: "npm:^7.6.3"
ts-expect: "npm:^1.3.0"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:29.1.5"
ts-node: "npm:^10.9.2"
typescript: "npm:4.9.5"
typescript-transform-paths: "npm:^3.4.6"
Expand Down Expand Up @@ -38338,9 +38338,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
"ts-jest@npm:29.1.5":
version: 29.1.5
resolution: "ts-jest@npm:29.1.5"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand All @@ -38352,13 +38352,16 @@ __metadata:
yargs-parser: "npm:^21.0.1"
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/transform":
optional: true
"@jest/types":
optional: true
babel-jest:
Expand All @@ -38367,7 +38370,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/5e40e7b933a1f3aa0d304d3c53913d1a7125fc79cd44e22b332f6e25dfe13008ddc7ac647066bb4f914d76083f7e8949f0bc156d793c30f3419f4ffd8180968b
checksum: 10/11a29a49130f1c9bef5aebe8007f6be3e630af6c2dea6b00ff5a86d649321854a43966b4990a43960d77a3f98d7a753b9b7e19c20c42a2d38341d6e67a3e48d1
languageName: node
linkType: hard

Expand Down Expand Up @@ -39209,7 +39212,7 @@ __metadata:
languageName: node
linkType: hard

"use-deep-compare-effect@npm:^1.6.1":
"use-deep-compare-effect@npm:^1.8.1":
version: 1.8.1
resolution: "use-deep-compare-effect@npm:1.8.1"
dependencies:
Expand Down Expand Up @@ -39281,15 +39284,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:8.3.2, uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1
languageName: node
linkType: hard

"uuid@npm:^3.0.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand All @@ -39299,6 +39293,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1
languageName: node
linkType: hard

"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
Expand Down
Loading