|
16 | 16 | "yarn eslint" |
17 | 17 | ] |
18 | 18 | }, |
| 19 | + "resolutions": { |
| 20 | + "string-width": "4.2.3" |
| 21 | + }, |
19 | 22 | "devDependencies": { |
20 | 23 | "@nuxt/test-utils": "^3.4.2", |
21 | 24 | "@nuxtjs/eslint-config-typescript": "^12.0.0", |
22 | 25 | "@nuxtjs/html-validator": "^1.2.5", |
23 | 26 | "@nuxtjs/tailwindcss": "^6.6.6", |
24 | 27 | "@tailwindcss/forms": "^0.5.3", |
25 | 28 | "@tailwindcss/typography": "^0.5.9", |
26 | | - "@types/markdown-it": "^12.2.3", |
27 | | - "@types/node": "^18.15.13", |
28 | | - "@vite-pwa/nuxt": "^0.0.8", |
| 29 | + "@types/node": "^20.8.3", |
| 30 | + "@vite-pwa/nuxt": "^0.1.1", |
29 | 31 | "@vitejs/plugin-vue": "^4.1.0", |
30 | | - "@vitest/coverage-c8": "^0.30.1", |
| 32 | + "@vitest/coverage-v8": "^0.34.5", |
31 | 33 | "@vue/test-utils": "^2.3.2", |
32 | 34 | "@vueuse/core": "^10.1.0", |
33 | 35 | "@vueuse/integrations": "^10.1.2", |
34 | 36 | "@vueuse/nuxt": "^10.1.0", |
35 | 37 | "eslint": "^8.39.0", |
36 | | - "eslint-config-prettier": "^8.8.0", |
37 | | - "eslint-plugin-prettier": "^4.2.1", |
| 38 | + "eslint-config-prettier": "^9.0.0", |
| 39 | + "eslint-plugin-prettier": "^5.0.0", |
38 | 40 | "husky": "^8.0.3", |
39 | | - "jsdom": "^21.1.1", |
40 | | - "lint-staged": "^13.2.1", |
41 | | - "nuxt": "^3.5.1", |
| 41 | + "jsdom": "^22.1.0", |
| 42 | + "lint-staged": "^14.0.1", |
| 43 | + "nuxt": "^3.7.4", |
42 | 44 | "nuxt-purgecss": "^2.0.0", |
43 | | - "prettier": "^2.8.7", |
| 45 | + "prettier": "^3.0.3", |
44 | 46 | "typescript": "^5.0.4", |
45 | | - "unplugin-auto-import": "^0.15.3", |
| 47 | + "unplugin-auto-import": "^0.16.6", |
46 | 48 | "vite-plugin-markdown": "^2.1.0", |
47 | 49 | "vite-svg-loader": "^4.0.0", |
48 | | - "vitest": "^0.30.1" |
| 50 | + "vitest": "^0.34.6" |
49 | 51 | }, |
50 | 52 | "dependencies": { |
51 | 53 | "@gtm-support/vue-gtm": "^2.0.0", |
52 | 54 | "@pinia/nuxt": "^0.4.9", |
53 | 55 | "idb-keyval": "^6.2.1", |
54 | | - "nanoid": "^4.0.2", |
| 56 | + "nanoid": "^5.0.1", |
55 | 57 | "paper": "^0.12.17", |
56 | 58 | "pinia": "^2.0.35", |
57 | 59 | "simplebar-vue": "^2.3.3" |
|
0 commit comments