Skip to content

Commit

Permalink
VKT(Frontend): Bump shared version, remove TODO comment [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Dec 17, 2024
1 parent 86666af commit 0915998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/vkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"dependencies": {
"reduxjs-toolkit-persist": "^7.2.1",
"shared": "npm:@opetushallitus/[email protected].6"
"shared": "npm:@opetushallitus/[email protected].7"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/vkt/src/enums/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export enum AppRoutes {
'/:examEventId/jono-valmis',
PublicEnrollmentDone = excellentLevelEnrollmentRoute + '/:examEventId/valmis',

// Routes for good and satisfactory level - TODO
// Routes for good and satisfactory level
PublicGoodAndSatisfactoryLevelLanding = goodAndSatisfactoryLevelRoutePrefix,
PublicEnrollmentAppointment = goodAndSatisfactoryLevelEnrollmentRoute,
PublicAuthAppointment = goodAndSatisfactoryLevelEnrollmentRoute +
Expand Down
4 changes: 2 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ __metadata:
languageName: unknown
linkType: soft

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

Expand Down

0 comments on commit 0915998

Please sign in to comment.