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
2 changes: 1 addition & 1 deletion build-packages/changesets-fixed-version-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript/native": "npm:typescript@7.0.2",
"@sap-cloud-sdk/test-util-build-internal": "workspace:^",
"eslint": "10.10.0",
"memfs": "4.68.1",
"memfs": "4.71.0",
"rolldown": "1.2.7",
"prettier": "3.9.6"
}
Expand Down
2 changes: 1 addition & 1 deletion build-packages/check-pr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript/native": "npm:typescript@7.0.2",
"@sap-cloud-sdk/test-util-build-internal": "workspace:^",
"eslint": "10.10.0",
"memfs": "4.68.1",
"memfs": "4.71.0",
"rolldown": "1.2.7",
"prettier": "3.9.6"
}
Expand Down
2 changes: 1 addition & 1 deletion build-packages/check-public-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sap-cloud-sdk/test-util-build-internal": "workspace:^",
"@typescript/native": "npm:typescript@7.0.2",
"eslint": "10.10.0",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6",
"rolldown": "1.2.7",
"typescript": "npm:@typescript/typescript6@6.0.2"
Expand Down
2 changes: 1 addition & 1 deletion build-packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@jest/globals": "30.5.1",
"@typescript/native": "npm:typescript@7.0.2",
"eslint": "10.10.0",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6",
"rolldown": "1.2.7"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jest": "30.5.1",
"jest-junit": "17.0.0",
"madge": "8.0.0",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6",
"semver": "7.8.5",
"tinyexec": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@types/async-retry": "1.4.9",
"memfs": "4.68.1",
"memfs": "4.71.0",
"nock": "14.0.17",
"prettier": "3.9.6"
}
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 @@ -66,6 +66,6 @@
"@typescript/native": "npm:typescript@7.0.2",
"@types/fast-levenshtein": "0.0.4",
"@types/yargs": "17.0.35",
"memfs": "4.68.1"
"memfs": "4.71.0"
}
}
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@typescript/native": "npm:typescript@7.0.2",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6",
"tinyexec": "1.3.0"
}
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 @@ -66,7 +66,7 @@
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"@types/swagger2openapi": "7.0.4",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6"
}
}
2 changes: 1 addition & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"memfs": "4.68.1",
"memfs": "4.71.0",
"prettier": "3.9.6"
}
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@typescript/native": "npm:typescript@7.0.2",
"@jest/globals": "30.5.1",
"@sap-cloud-sdk/test-util-internal": "workspace:^",
"memfs": "4.68.1",
"memfs": "4.71.0",
"nock": "14.0.17",
"prettier": "3.9.6"
}
Expand Down
Loading
Loading