Skip to content

Commit

Permalink
updated ds version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioventuriniAND committed Jul 21, 2023
1 parent cfea92c commit b48a7bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ons/design-system": "x"
},
"devDependencies": {
"@ons/design-system": "^62.2.2",
"@ons/design-system": "^65.0.0",
"jest": "^28.1.3"
}
}
4 changes: 2 additions & 2 deletions src/rendering/createRenderer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe("createRenderer()", () => {

await expect(renderer.renderString("{{ designSystemVersion }}"))
.resolves
.toBe("62.2.2");
.toBe("65.0.0");
});

it("adds a global to get the design system cdn base URL", async () => {
Expand All @@ -65,7 +65,7 @@ describe("createRenderer()", () => {

await expect(renderer.renderString("{{ designSystemCdnUrl }}"))
.resolves
.toBe("https://cdn.ons.gov.uk/sdc/design-system/62.2.2");
.toBe("https://cdn.ons.gov.uk/sdc/design-system/65.0.0");
});

it("is able to load templates from the design system", async () => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@ons/design-system@^53.1.0":
version "53.1.0"
resolved "https://registry.yarnpkg.com/@ons/design-system/-/design-system-53.1.0.tgz#25943fb6be572ef2b2344af2e6216c24ae10bea6"
integrity sha512-Dn5kTe/7okvPdbeBvZC/mieSJH0bMTo13svcWiySzFenFemysdkIRuM8Xx+HlAV0nPSB+qx+GXcs5yHB+gbWPQ==
"@ons/design-system@^65.0.0":
version "65.0.0"
resolved "https://registry.yarnpkg.com/@ons/design-system/-/design-system-65.0.0.tgz#052057e6adb02ab1c66b8ffce3868021f8e6460c"
integrity sha512-5khkxMC4RSNUPlM/O4BaqZZB97ntOnDa3+2FPRBbqIp2g5FKeAfgD8zSgiBkUw6RPYBdu678YzYHwwrWA5P9TQ==

"@sinclair/typebox@^0.24.1":
version "0.24.20"
Expand Down

0 comments on commit b48a7bf

Please sign in to comment.