Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@changesets/cli": "3.0.1",
"@eslint/eslintrc": "3.3.7",
"@eslint/js": "10.0.1",
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/connectivity": "workspace:^",
"@sap-cloud-sdk/odata-common": "workspace:^",
"@sap-cloud-sdk/odata-v2": "workspace:^",
Expand All @@ -85,7 +85,7 @@
"eslint": "10.9.1",
"glob": "13.0.6",
"globals": "17.12.0",
"jest": "30.4.2",
"jest": "30.5.1",
"jest-junit": "17.0.0",
"madge": "8.0.0",
"memfs": "4.68.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@types/async-retry": "1.4.9",
"memfs": "4.68.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@typescript/native": "npm:typescript@7.0.2",
"@types/fast-levenshtein": "0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"winston": "^3.19.0"
},
"devDependencies": {
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@typescript/native": "npm:typescript@7.0.2",
"memfs": "4.68.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@types/swagger2openapi": "7.0.4",
"memfs": "4.68.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"memfs": "4.68.1",
"prettier": "3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.4.1",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"memfs": "4.68.1",
"nock": "14.0.17",
Expand Down
Loading
Loading