Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
divasilevski committed Sep 22, 2023
1 parent 9ae7983 commit a89ac6c
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 239 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,32 @@
"yarn eslint"
]
},
"resolutions": {
"string-width": "4.2.3"
},
"devDependencies": {
"@nuxt/test-utils": "^3.4.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/html-validator": "^1.2.5",
"@nuxtjs/tailwindcss": "^6.6.6",
"@types/node": "^18",
"@types/node": "^20.6.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^10.1.0",
"@vueuse/nuxt": "^10.1.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.1",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"nuxt": "^3.7.3",
"prettier": "^2.8.7",
"prettier": "^3.0.3",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.3",
"unplugin-auto-import": "^0.16.6",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.30.1"
"vitest": "^0.34.5"
},
"dependencies": {
"@pinia/nuxt": "^0.4.9",
Expand Down
Loading

0 comments on commit a89ac6c

Please sign in to comment.