|
49 | 49 | "url": "https://github.com/pdsuwwz/vue3-tab-demo/issues" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "@fortawesome/fontawesome-svg-core": "6.6.0", |
53 | | - "@fortawesome/free-brands-svg-icons": "6.6.0", |
54 | | - "@fortawesome/free-regular-svg-icons": "6.6.0", |
55 | | - "@fortawesome/free-solid-svg-icons": "6.6.0", |
| 52 | + "@fortawesome/fontawesome-svg-core": "6.7.2", |
| 53 | + "@fortawesome/free-brands-svg-icons": "6.7.2", |
| 54 | + "@fortawesome/free-regular-svg-icons": "6.7.2", |
| 55 | + "@fortawesome/free-solid-svg-icons": "6.7.2", |
56 | 56 | "@fortawesome/vue-fontawesome": "~3.0.8", |
57 | | - "@vicons/antd": "^0.12.0", |
58 | | - "@vicons/carbon": "^0.12.0", |
59 | | - "@vicons/fa": "^0.12.0", |
60 | | - "@vicons/fluent": "^0.12.0", |
61 | | - "@vicons/ionicons4": "^0.12.0", |
62 | | - "@vicons/ionicons5": "^0.12.0", |
63 | | - "@vicons/material": "^0.12.0", |
64 | | - "@vicons/tabler": "^0.12.0", |
| 57 | + "@vicons/antd": "^0.13.0", |
| 58 | + "@vicons/carbon": "^0.13.0", |
| 59 | + "@vicons/fa": "^0.13.0", |
| 60 | + "@vicons/fluent": "^0.13.0", |
| 61 | + "@vicons/ionicons4": "^0.13.0", |
| 62 | + "@vicons/ionicons5": "^0.13.0", |
| 63 | + "@vicons/material": "^0.13.0", |
| 64 | + "@vicons/tabler": "^0.13.0", |
65 | 65 | "@vicons/utils": "^0.1.4", |
66 | | - "@vueuse/core": "^11.1.0", |
67 | | - "axios": "1.7.7", |
68 | | - "echarts": "^5.5.1", |
| 66 | + "@vueuse/core": "^12.4.0", |
| 67 | + "axios": "1.7.9", |
| 68 | + "echarts": "^5.6.0", |
69 | 69 | "js-cookie": "^3.0.5", |
70 | 70 | "lodash-es": "^4.17.21", |
71 | | - "naive-ui": "^2.39.0", |
| 71 | + "naive-ui": "^2.41.0", |
72 | 72 | "nprogress": "^0.2.0", |
73 | | - "pinia": "^2.2.2", |
74 | | - "uuid": "^10.0.0", |
75 | | - "vue": "^3.5.6", |
76 | | - "vue-router": "^4.4.5" |
| 73 | + "pinia": "^2.3.1", |
| 74 | + "uuid": "^11.0.5", |
| 75 | + "vue": "^3.5.13", |
| 76 | + "vue-router": "^4.5.0" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "@babel/core": "^7.25.2", |
80 | | - "@babel/preset-env": "^7.25.4", |
81 | | - "@eslint/js": "^9.10.0", |
82 | | - "@iconify/json": "^2.2.249", |
83 | | - "@iconify/vue": "^4.1.2", |
84 | | - "@stylistic/eslint-plugin": "^2.8.0", |
85 | | - "@stylistic/stylelint-plugin": "^3.0.1", |
| 79 | + "@babel/core": "^7.26.0", |
| 80 | + "@babel/preset-env": "^7.26.0", |
| 81 | + "@eslint/js": "^9.18.0", |
| 82 | + "@iconify/json": "^2.2.297", |
| 83 | + "@iconify/vue": "^4.3.0", |
| 84 | + "@stylistic/eslint-plugin": "^2.13.0", |
| 85 | + "@stylistic/stylelint-plugin": "^3.1.1", |
86 | 86 | "@types/js-cookie": "^3.0.6", |
87 | 87 | "@types/lodash-es": "^4.17.12", |
88 | | - "@types/node": "^22.5.5", |
| 88 | + "@types/node": "^22.10.7", |
89 | 89 | "@types/nprogress": "^0.2.3", |
90 | | - "@typescript-eslint/eslint-plugin": "^8.6.0", |
91 | | - "@typescript-eslint/parser": "^8.6.0", |
92 | | - "@vitejs/plugin-vue": "^5.1.4", |
93 | | - "@vitejs/plugin-vue-jsx": "^4.0.1", |
94 | | - "@vitest/coverage-v8": "^2.1.1", |
95 | | - "@vue/compiler-sfc": "^3.5.6", |
| 90 | + "@typescript-eslint/eslint-plugin": "^8.20.0", |
| 91 | + "@typescript-eslint/parser": "^8.20.0", |
| 92 | + "@vitejs/plugin-vue": "^5.2.1", |
| 93 | + "@vitejs/plugin-vue-jsx": "^4.1.1", |
| 94 | + "@vitest/coverage-v8": "^3.0.2", |
| 95 | + "@vue/compiler-sfc": "^3.5.13", |
96 | 96 | "@vue/test-utils": "2.4.6", |
97 | 97 | "babel-plugin-transform-vite-meta-env": "^1.0.3", |
98 | 98 | "cross-env": "^7.0.3", |
99 | | - "eslint": "^9.10.0", |
| 99 | + "eslint": "^9.18.0", |
100 | 100 | "eslint-define-config": "^2.1.0", |
101 | | - "eslint-plugin-html": "8.1.1", |
102 | | - "eslint-plugin-import": "^2.30.0", |
103 | | - "eslint-plugin-vue": "^9.28.0", |
104 | | - "globals": "^15.9.0", |
105 | | - "husky": "^9.1.6", |
| 101 | + "eslint-plugin-html": "8.1.2", |
| 102 | + "eslint-plugin-import": "^2.31.0", |
| 103 | + "eslint-plugin-vue": "^9.32.0", |
| 104 | + "globals": "^15.14.0", |
| 105 | + "husky": "^9.1.7", |
106 | 106 | "identity-obj-proxy": "^3.0.0", |
107 | | - "jsdom": "^25.0.0", |
108 | | - "lint-staged": "^15.2.10", |
109 | | - "postcss": "^8.4.47", |
110 | | - "postcss-html": "^1.7.0", |
| 107 | + "jsdom": "^26.0.0", |
| 108 | + "lint-staged": "^15.4.1", |
| 109 | + "postcss": "^8.5.1", |
| 110 | + "postcss-html": "^1.8.0", |
111 | 111 | "postcss-scss": "^4.0.9", |
112 | | - "rollup": "^4.21.3", |
113 | | - "sass": "^1.79.1", |
114 | | - "stylelint": "^16.9.0", |
| 112 | + "rollup": "^4.31.0", |
| 113 | + "sass": "^1.83.4", |
| 114 | + "stylelint": "^16.13.2", |
115 | 115 | "stylelint-config-recommended-scss": "14.1.0", |
116 | 116 | "stylelint-config-recommended-vue": "^1.5.0", |
117 | | - "stylelint-config-standard": "^36.0.1", |
118 | | - "stylelint-config-standard-scss": "13.1.0", |
| 117 | + "stylelint-config-standard": "^37.0.0", |
| 118 | + "stylelint-config-standard-scss": "14.0.0", |
119 | 119 | "sucrase": "^3.35.0", |
120 | | - "typescript": "^5.6.2", |
121 | | - "unocss": "^0.62.4", |
122 | | - "unplugin-auto-import": "^0.18.3", |
123 | | - "unplugin-icons": "^0.19.3", |
124 | | - "unplugin-vue-components": "^0.27.4", |
125 | | - "vite": "^5.4.6", |
| 120 | + "typescript": "^5.7.3", |
| 121 | + "unocss": "^65.4.2", |
| 122 | + "unplugin-auto-import": "^19.0.0", |
| 123 | + "unplugin-icons": "^22.0.0", |
| 124 | + "unplugin-vue-components": "^28.0.0", |
| 125 | + "vite": "^6.0.9", |
126 | 126 | "vite-svg-loader": "^5.1.0", |
127 | | - "vitest": "^2.1.1", |
| 127 | + "vitest": "^3.0.2", |
128 | 128 | "vue-eslint-parser": "^9.4.3" |
129 | 129 | } |
130 | 130 | } |
0 commit comments