Skip to content

Commit

Permalink
Bump govuk-vue to 1.0.1 and govuk-frontend to 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteason committed Oct 10, 2024
1 parent d4bc8cd commit 54009d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"vue": "^3.3.2",
"govuk-vue": "^1.0.0"
"govuk-vue": "^1.0.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"govuk-frontend": "^5.6.0",
"govuk-frontend": "^5.7.0",
"sass": "^1.63.6",
"vite": "^4.3.5",
"vite-plugin-static-copy": "^0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function continueClicked() {
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Welcome to GOV.UK Vue</h1>
<p class="govuk-body-l">
This is a minimal example of how to set up GOV.UK Vue in a new project.
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.
</p>

<p class="govuk-body">
Expand Down

0 comments on commit 54009d1

Please sign in to comment.