|
13 | 13 | "tsc-check": "tsc --noEmit", |
14 | 14 | "prepare": "cd .. && husky ./frontend/.husky", |
15 | 15 | "storybook": "storybook dev -p 6006", |
16 | | - "storybook:build": "storybook build" |
| 16 | + "storybook:build": "storybook build", |
| 17 | + "test": "vitest" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | 20 | "@linuxfoundation/lfx-ui-core": "^0.0.14", |
|
37 | 38 | "devDependencies": { |
38 | 39 | "@chromatic-com/storybook": "^3.2.4", |
39 | 40 | "@eslint/eslintrc": "^3.2.0", |
40 | | - "@nuxt/test-utils": "^3.17.0", |
| 41 | + "@nuxt/test-utils": "^3.17.2", |
41 | 42 | "@nuxtjs/storybook": "8.3.3", |
42 | 43 | "@nuxtjs/tailwindcss": "^6.13.1", |
43 | 44 | "@primevue/nuxt-module": "^4.2.5", |
|
53 | 54 | "@types/pluralize": "^0.0.33", |
54 | 55 | "@typescript-eslint/eslint-plugin": "^8.21.0", |
55 | 56 | "@vue/compiler-sfc": "^3.5.13", |
| 57 | + "@vue/test-utils": "^2.4.6", |
56 | 58 | "eslint-config-airbnb-base": "^15.0.0", |
57 | 59 | "eslint-config-airbnb-typescript": "^18.0.0", |
58 | 60 | "eslint-plugin-import": "^2.31.0", |
|
65 | 67 | "storybook": "8.4.7", |
66 | 68 | "typescript": "^5.7.3", |
67 | 69 | "typescript-eslint": "^8.21.0", |
68 | | - "vitest": "^3.0.7" |
| 70 | + "vitest": "^3.0.8" |
69 | 71 | }, |
70 | 72 | "eslintConfig": { |
71 | 73 | "extends": [ |
|
0 commit comments