Skip to content

Commit 54009d1

Browse files
committed
Bump govuk-vue to 1.0.1 and govuk-frontend to 5.7.0
1 parent d4bc8cd commit 54009d1

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"vue": "^3.3.2",
12-
"govuk-vue": "^1.0.0"
12+
"govuk-vue": "^1.0.1"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "^4.2.3",
16-
"govuk-frontend": "^5.6.0",
16+
"govuk-frontend": "^5.7.0",
1717
"sass": "^1.63.6",
1818
"vite": "^4.3.5",
1919
"vite-plugin-static-copy": "^0.16.0"

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function continueClicked() {
2626
<div class="govuk-grid-column-two-thirds">
2727
<h1 class="govuk-heading-xl">Welcome to GOV.UK Vue</h1>
2828
<p class="govuk-body-l">
29-
This is a minimal example of how to set up GOV.UK Vue in a new project.
29+
This is a minimal example of how to set up <a href="https://govukvue.org" class="govuk-link">GOV.UK Vue</a> in a new project. This is not a real government service.
3030
</p>
3131

3232
<p class="govuk-body">

0 commit comments

Comments
 (0)