|
29 | 29 | "test:unit": "vitest",
|
30 | 30 | "build-only": "vite build",
|
31 | 31 | "type-check": "vue-tsc --build --force",
|
32 |
| - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 32 | + "lint": "eslint . --fix", |
33 | 33 | "format": "prettier --write src/",
|
34 | 34 | "storybook": "storybook dev -p 6006",
|
35 | 35 | "build-storybook": "storybook build"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "gsap": "^3.12.5",
|
39 | 39 | "postcss-cli": "^11.0.0",
|
40 |
| - "sass": "^1.79.2", |
| 40 | + "sass": "^1.80.2", |
41 | 41 | "vite-svg-loader": "^5.1.0",
|
42 |
| - "vue-select": "^4.0.0-beta.3" |
| 42 | + "vue-select": "4.0.0-beta.6" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@chromatic-com/storybook": "^2.0.2",
|
46 |
| - "@rushstack/eslint-patch": "^1.8.0", |
47 |
| - "@storybook/addon-essentials": "^8.2.9", |
48 |
| - "@storybook/addon-interactions": "^8.2.9", |
49 |
| - "@storybook/addon-links": "^8.2.9", |
50 |
| - "@storybook/addon-onboarding": "^8.2.9", |
51 |
| - "@storybook/blocks": "^8.2.9", |
52 |
| - "@storybook/test": "^8.2.9", |
53 |
| - "@storybook/vue3": "^8.2.9", |
54 |
| - "@storybook/vue3-vite": "^8.2.9", |
| 46 | + "@rushstack/eslint-patch": "^1.10.4", |
| 47 | + "@storybook/addon-essentials": "^8.3.5", |
| 48 | + "@storybook/addon-interactions": "^8.3.5", |
| 49 | + "@storybook/addon-links": "^8.3.5", |
| 50 | + "@storybook/addon-onboarding": "^8.3.5", |
| 51 | + "@storybook/blocks": "^8.3.5", |
| 52 | + "@storybook/test": "^8.3.5", |
| 53 | + "@storybook/vue3": "^8.3.5", |
| 54 | + "@storybook/vue3-vite": "^8.3.5", |
55 | 55 | "@tsconfig/node20": "^20.1.4",
|
56 | 56 | "@types/jsdom": "^21.1.7",
|
57 |
| - "@types/node": "^20.14.5", |
| 57 | + "@types/node": "^20.16.12", |
58 | 58 | "@types/vue-select": "^3.16.8",
|
59 |
| - "@vitejs/plugin-vue": "^5.1.3", |
60 |
| - "@vue/eslint-config-prettier": "^9.0.0", |
61 |
| - "@vue/eslint-config-typescript": "^13.0.0", |
| 59 | + "@vitejs/plugin-vue": "^5.1.4", |
| 60 | + "@vue/eslint-config-prettier": "^10.0.0", |
| 61 | + "@vue/eslint-config-typescript": "^14.1.1", |
62 | 62 | "@vue/test-utils": "^2.4.6",
|
63 | 63 | "@vue/tsconfig": "^0.5.1",
|
64 | 64 | "autoprefixer": "^10.4.20",
|
65 |
| - "eslint": "^8.57.0", |
66 |
| - "eslint-plugin-storybook": "^0.8.0", |
67 |
| - "eslint-plugin-vue": "^9.28.0", |
68 |
| - "jsdom": "^25.0.0", |
69 |
| - "npm-run-all2": "^6.2.0", |
70 |
| - "postcss": "^8.4.45", |
71 |
| - "prettier": "^3.2.5", |
72 |
| - "storybook": "^8.2.9", |
73 |
| - "tailwindcss": "^3.4.10", |
74 |
| - "typescript": "~5.4.0", |
75 |
| - "vite": "^5.4.5", |
| 65 | + "eslint": "^9.12.0", |
| 66 | + "eslint-plugin-import": "^2.31.0", |
| 67 | + "eslint-plugin-storybook": "^0.9.0", |
| 68 | + "eslint-plugin-vue": "^9.29.0", |
| 69 | + "jsdom": "^25.0.1", |
| 70 | + "postcss": "^8.4.47", |
| 71 | + "prettier": "^3.3.3", |
| 72 | + "storybook": "^8.3.5", |
| 73 | + "tailwindcss": "^3.4.14", |
| 74 | + "typescript": "~5.6.3", |
| 75 | + "vite": "^5.4.9", |
76 | 76 | "vitest": "^1.6.0",
|
77 | 77 | "vue-tsc": "^2.1.6"
|
78 | 78 | },
|
|
0 commit comments