Skip to content

Commit

Permalink
chore(deps): Update prod and dev Dependencies and pnpm scripts for te…
Browse files Browse the repository at this point in the history
…sting

Updated dev dependencies:
  - @iconify-json/lucide
  - @iconify-json/material-symbols
  - @nuxt/eslint
  - @vue/devtools-api
  - eslint
  - happy-dom
  - husky
  - tailwindcss
  - typescript
  - vue-tsc

  Also added a dependency override for nuxt peer dependency, 'vite-plugin-checker' for known issue -> vuejs/language-tools#4755 (comment)

Updated Prod deps:
  - vue
  • Loading branch information
lskellerm committed Sep 12, 2024
1 parent 956954b commit c137667
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 707 deletions.
30 changes: 18 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "cd .. && husky frontend/.husky",
"test": "vitest"
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
Expand All @@ -29,39 +30,44 @@
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "^3.5.1",
"vue": "^3.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.0",
"@nuxt/eslint": "^0.5.5",
"@iconify-json/lucide": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.1",
"@nuxt/eslint": "^0.5.7",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@playwright/test": "^1.47.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@vue/devtools-api": "^6.6.3",
"@vue/devtools-api": "^7.4.5",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"happy-dom": "^15.7.3",
"husky": "^9.1.5",
"happy-dom": "^15.7.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.1",
"orval": "^7.0.1",
"prettier": "^3.3.3",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*.{js,ts,vue, mjs, json}": [
"eslint --fix",
"prettier --write"
]
},
"pnpm": {
"overrides": {
"vite-plugin-checker": "0.8.0"
}
}
}
Loading

0 comments on commit c137667

Please sign in to comment.