Skip to content

Commit

Permalink
AKR:OTR:VKT(Frontend): Use shared v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Aug 16, 2023
1 parent f55657d commit a2ae021
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/akr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"akr:tslint": "yarn g:tsc --pretty --noEmit"
},
"dependencies": {
"shared": "npm:@opetushallitus/[email protected].20"
"shared": "npm:@opetushallitus/[email protected].21"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Array [
</p>
</button>
<hr
aria-hidden="true"
className="MuiDivider-root MuiDivider-middle MuiDivider-vertical MuiDivider-flexItem css-16bghm4-MuiDivider-root"
/>
<button
Expand Down Expand Up @@ -115,6 +116,7 @@ Array [
</p>
</button>
<hr
aria-hidden="true"
className="MuiDivider-root MuiDivider-middle MuiDivider-vertical MuiDivider-flexItem css-16bghm4-MuiDivider-root"
/>
<button
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/otr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"otr:tslint": "yarn g:tsc --pretty --noEmit"
},
"dependencies": {
"shared": "npm:@opetushallitus/[email protected].20"
"shared": "npm:@opetushallitus/[email protected].21"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/vkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"reduxjs-toolkit-persist": "^7.2.1",
"shared": "npm:@opetushallitus/[email protected].20"
"shared": "npm:@opetushallitus/[email protected].21"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Array [
</p>
</button>
<hr
aria-hidden="true"
className="MuiDivider-root MuiDivider-middle MuiDivider-vertical MuiDivider-flexItem css-16bghm4-MuiDivider-root"
/>
<button
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2890,15 +2890,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@opetushallitus/kieli-ja-kaantajatutkinnot.akr@workspace:packages/akr"
dependencies:
shared: "npm:@opetushallitus/[email protected].20"
shared: "npm:@opetushallitus/[email protected].21"
languageName: unknown
linkType: soft

"@opetushallitus/kieli-ja-kaantajatutkinnot.otr@workspace:packages/otr":
version: 0.0.0-use.local
resolution: "@opetushallitus/kieli-ja-kaantajatutkinnot.otr@workspace:packages/otr"
dependencies:
shared: "npm:@opetushallitus/[email protected].20"
shared: "npm:@opetushallitus/[email protected].21"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2990,7 +2990,7 @@ __metadata:
languageName: unknown
linkType: soft

"@opetushallitus/kieli-ja-kaantajatutkinnot.shared@workspace:packages/shared, shared@npm:@opetushallitus/[email protected].20":
"@opetushallitus/kieli-ja-kaantajatutkinnot.shared@workspace:packages/shared, shared@npm:@opetushallitus/[email protected].21":
version: 0.0.0-use.local
resolution: "@opetushallitus/kieli-ja-kaantajatutkinnot.shared@workspace:packages/shared"
languageName: unknown
Expand All @@ -3001,7 +3001,7 @@ __metadata:
resolution: "@opetushallitus/kieli-ja-kaantajatutkinnot.vkt@workspace:packages/vkt"
dependencies:
reduxjs-toolkit-persist: ^7.2.1
shared: "npm:@opetushallitus/[email protected].20"
shared: "npm:@opetushallitus/[email protected].21"
languageName: unknown
linkType: soft

Expand All @@ -3010,7 +3010,7 @@ __metadata:
resolution: "@opetushallitus/kieli-ja-kaantajatutkinnot.yki@workspace:packages/yki"
dependencies:
multer: ^1.4.5-lts.1
shared: "npm:@opetushallitus/[email protected].20"
shared: "npm:@opetushallitus/[email protected].21"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit a2ae021

Please sign in to comment.