Skip to content

Commit 08e8543

Browse files
committed
Add pnpm up-deps to simplify updating dependencies (interactive)
1 parent 3fd1975 commit 08e8543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"test:integration:once": "playwright test",
1818
"test:integration:ui": "playwright test --ui",
1919
"test:unit": "vitest",
20-
"test:unit:once": "vitest --run"
20+
"test:unit:once": "vitest --run",
21+
"up-deps": "pnpm update -r -i --latest"
2122
},
2223
"devDependencies": {
2324
"@iconify-json/heroicons": "^1.2.2",

0 commit comments

Comments
 (0)