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

(chore) Upgrade to single-spa 6.0.1 #973

Merged
merged 1 commit into from
Apr 10, 2024
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
2 changes: 1 addition & 1 deletion packages/framework/esm-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@openmrs/esm-globals": "workspace:*",
"@openmrs/esm-state": "workspace:*",
"@types/ramda": "^0.26.44",
"single-spa": "^6.0.0"
"single-spa": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/framework/esm-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@openmrs/esm-config": "workspace:*",
"@openmrs/esm-feature-flags": "workspace:*",
"@openmrs/esm-state": "workspace:*",
"single-spa": "^6.0.0"
"single-spa": "^6.0.1"
},
"dependencies": {
"lodash-es": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/esm-feature-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"@openmrs/esm-globals": "workspace:*",
"@openmrs/esm-state": "workspace:*",
"single-spa": "^6.0.0"
"single-spa": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/framework/esm-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"single-spa": "5.x"
},
"devDependencies": {
"single-spa": "^6.0.0"
"single-spa": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/shell/esm-app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-router-dom": "^6.3.0",
"rxjs": "^6.5.3",
"semver": "^7.3.4",
"single-spa": "^6.0.0",
"single-spa": "^6.0.1",
"swc-loader": "^0.2.3",
"swr": "^2.2.2",
"systemjs": "^6.8.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ __metadata:
react-router-dom: "npm:^6.3.0"
rxjs: "npm:^6.5.3"
semver: "npm:^7.3.4"
single-spa: "npm:^6.0.0"
single-spa: "npm:^6.0.1"
swc-loader: "npm:^0.2.3"
swr: "npm:^2.2.2"
systemjs: "npm:^6.8.3"
Expand All @@ -2845,7 +2845,7 @@ __metadata:
"@openmrs/esm-state": "workspace:*"
"@types/ramda": "npm:^0.26.44"
ramda: "npm:^0.26.1"
single-spa: "npm:^6.0.0"
single-spa: "npm:^6.0.1"
peerDependencies:
"@openmrs/esm-globals": 5.x
"@openmrs/esm-state": 5.x
Expand Down Expand Up @@ -2950,7 +2950,7 @@ __metadata:
"@openmrs/esm-feature-flags": "workspace:*"
"@openmrs/esm-state": "workspace:*"
lodash-es: "npm:^4.17.21"
single-spa: "npm:^6.0.0"
single-spa: "npm:^6.0.1"
peerDependencies:
"@openmrs/esm-api": 5.x
"@openmrs/esm-config": 5.x
Expand All @@ -2967,7 +2967,7 @@ __metadata:
"@openmrs/esm-globals": "workspace:*"
"@openmrs/esm-state": "workspace:*"
ramda: "npm:^0.26.1"
single-spa: "npm:^6.0.0"
single-spa: "npm:^6.0.1"
peerDependencies:
"@openmrs/esm-globals": 5.x
"@openmrs/esm-state": 5.x
Expand Down Expand Up @@ -3015,7 +3015,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@openmrs/esm-globals@workspace:packages/framework/esm-globals"
dependencies:
single-spa: "npm:^6.0.0"
single-spa: "npm:^6.0.1"
peerDependencies:
single-spa: 5.x
languageName: unknown
Expand Down Expand Up @@ -15918,10 +15918,10 @@ __metadata:
languageName: node
linkType: hard

"single-spa@npm:^6.0.0":
version: 6.0.0
resolution: "single-spa@npm:6.0.0"
checksum: 10/e61f6b83f5b200fc093fce41ed2704b631c53d3214fef77342571ee9aadf903131c9aedec80568424ba23fa794b97bc74cbdb8ac741b19ad44a1c2cb1628a462
"single-spa@npm:^6.0.1":
version: 6.0.1
resolution: "single-spa@npm:6.0.1"
checksum: 10/6c192226c0c6d94dbb0d2576c6552ebb9ec01ecad69d069cac47ddd5aa3c2c90e1370765e2d0e36203120a2c48bb7e967e2d6d8a6f9ede4315fd4b9e11cd9e85
languageName: node
linkType: hard

Expand Down
Loading