Skip to content

Commit

Permalink
fix: update nuxt typescript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 21, 2025
1 parent 352d1e2 commit 659d31e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
# and uses the "rush-prettier" autoinstaller.
node common/scripts/install-run-rush.js prettier || exit $?

# Ensure package versions are consistent across the projects
node common/scripts/install-run-rush.js check || exit $?

# Invoke the "rush build" custom command to build the project before every commit
node common/scripts/install-run-rush.js build || exit $?
2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"nitropack": "*",
"nuxi": "^3.13.1",
"nuxt": "^3.14.1592",
"typescript": "^5.5.2",
"typescript": "^5.6.3",
"vue": "^3.5.11",
"vite": "^5.4.5",
"vitest": "^2.1.1",
Expand Down

0 comments on commit 659d31e

Please sign in to comment.