Skip to content

Commit

Permalink
Merge pull request #103 from pantheon-systems/ag/pin-nuxt
Browse files Browse the repository at this point in the history
Pin nuxt version
  • Loading branch information
kevinstubbs authored Nov 2, 2023
2 parents a87a73b + 7d9b6be commit 702d794
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion starters/vue-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxt/devtools": "latest",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.16",
"nuxt": "^3.7.4",
"nuxt": "3.7.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion starters/vue-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxt/devtools": "latest",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.16",
"nuxt": "^3.7.4",
"nuxt": "3.7.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
Expand Down

0 comments on commit 702d794

Please sign in to comment.