Add update command, update package.json
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Trenton Zimmer
2025-12-17 08:52:38 -05:00
parent 7853ab3bf7
commit 3da000cfcf

View File

@@ -5,7 +5,8 @@
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 3069 --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore",
"update": "npx dependency-time-machine --update"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
@@ -29,7 +30,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.32.0",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
@@ -43,4 +44,4 @@
"vite": "^7.0.6",
"vue-eslint-parser": "^10.2.0"
}
}
}