|
1 | 1 | { |
2 | 2 | "name": "pure-admin-thin", |
3 | | - "version": "5.8.0", |
| 3 | + "version": "5.9.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
|
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | 51 | "@pureadmin/descriptions": "^1.2.1", |
52 | | - "@pureadmin/table": "^3.2.0", |
53 | | - "@pureadmin/utils": "^2.4.8", |
54 | | - "@vueuse/core": "^10.11.1", |
55 | | - "@vueuse/motion": "^2.2.3", |
| 52 | + "@pureadmin/table": "^3.2.1", |
| 53 | + "@pureadmin/utils": "^2.5.0", |
| 54 | + "@vueuse/core": "^12.0.0", |
| 55 | + "@vueuse/motion": "^2.2.6", |
56 | 56 | "animate.css": "^4.1.1", |
57 | | - "axios": "^1.7.4", |
58 | | - "dayjs": "^1.11.12", |
| 57 | + "axios": "^1.7.9", |
| 58 | + "dayjs": "^1.11.13", |
59 | 59 | "echarts": "^5.5.1", |
60 | | - "element-plus": "^2.8.0", |
| 60 | + "element-plus": "^2.9.0", |
61 | 61 | "js-cookie": "^3.0.5", |
62 | 62 | "localforage": "^1.10.0", |
63 | 63 | "mitt": "^3.0.1", |
64 | 64 | "nprogress": "^0.2.0", |
65 | | - "path": "^0.12.7", |
66 | | - "pinia": "^2.2.2", |
67 | | - "pinyin-pro": "^3.24.2", |
68 | | - "qs": "^6.13.0", |
| 65 | + "path-browserify": "^1.0.1", |
| 66 | + "pinia": "^2.3.0", |
| 67 | + "pinyin-pro": "^3.26.0", |
| 68 | + "qs": "^6.13.1", |
69 | 69 | "responsive-storage": "^2.2.0", |
70 | | - "sortablejs": "^1.15.2", |
71 | | - "vue": "^3.4.38", |
72 | | - "vue-router": "^4.4.3", |
73 | | - "vue-tippy": "^6.4.4", |
| 70 | + "sortablejs": "^1.15.6", |
| 71 | + "vue": "^3.5.13", |
| 72 | + "vue-router": "^4.5.0", |
| 73 | + "vue-tippy": "^6.5.0", |
74 | 74 | "vue-types": "^5.1.3" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@commitlint/cli": "^19.4.0", |
78 | | - "@commitlint/config-conventional": "^19.2.2", |
79 | | - "@commitlint/types": "^19.0.3", |
80 | | - "@eslint/js": "^9.9.0", |
81 | | - "@faker-js/faker": "^8.4.1", |
| 77 | + "@commitlint/cli": "^19.6.0", |
| 78 | + "@commitlint/config-conventional": "^19.6.0", |
| 79 | + "@commitlint/types": "^19.5.0", |
| 80 | + "@eslint/js": "^9.16.0", |
| 81 | + "@faker-js/faker": "^9.3.0", |
82 | 82 | "@iconify-icons/ep": "^1.2.12", |
83 | 83 | "@iconify-icons/ri": "^1.2.10", |
84 | | - "@iconify/vue": "^4.1.2", |
85 | | - "@pureadmin/theme": "^3.2.0", |
86 | | - "@types/gradient-string": "^1.1.6", |
| 84 | + "@iconify/vue": "^4.2.0", |
87 | 85 | "@types/js-cookie": "^3.0.6", |
88 | | - "@types/node": "^20.16.1", |
| 86 | + "@types/node": "^20.17.9", |
89 | 87 | "@types/nprogress": "^0.2.3", |
90 | | - "@types/qs": "^6.9.15", |
| 88 | + "@types/path-browserify": "^1.0.3", |
| 89 | + "@types/qs": "^6.9.17", |
91 | 90 | "@types/sortablejs": "^1.15.8", |
92 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
93 | | - "@typescript-eslint/parser": "^7.18.0", |
94 | | - "@vitejs/plugin-vue": "^5.1.2", |
95 | | - "@vitejs/plugin-vue-jsx": "^4.0.1", |
| 91 | + "@typescript-eslint/eslint-plugin": "^8.18.0", |
| 92 | + "@typescript-eslint/parser": "^8.18.0", |
| 93 | + "@vitejs/plugin-vue": "^5.2.1", |
| 94 | + "@vitejs/plugin-vue-jsx": "^4.1.1", |
96 | 95 | "autoprefixer": "^10.4.20", |
97 | | - "boxen": "^7.1.1", |
98 | | - "cssnano": "^7.0.5", |
99 | | - "eslint": "^9.9.0", |
| 96 | + "boxen": "^8.0.1", |
| 97 | + "code-inspector-plugin": "^0.18.2", |
| 98 | + "cssnano": "^7.0.6", |
| 99 | + "eslint": "^9.16.0", |
100 | 100 | "eslint-config-prettier": "^9.1.0", |
101 | 101 | "eslint-define-config": "^2.1.0", |
102 | 102 | "eslint-plugin-prettier": "^5.2.1", |
103 | | - "eslint-plugin-vue": "^9.27.0", |
104 | | - "gradient-string": "^2.0.2", |
105 | | - "husky": "^9.1.4", |
106 | | - "lint-staged": "^15.2.9", |
107 | | - "postcss": "^8.4.41", |
| 103 | + "eslint-plugin-vue": "^9.32.0", |
| 104 | + "gradient-string": "^3.0.0", |
| 105 | + "husky": "^9.1.7", |
| 106 | + "lint-staged": "^15.2.10", |
| 107 | + "postcss": "^8.4.49", |
108 | 108 | "postcss-html": "^1.7.0", |
109 | 109 | "postcss-import": "^16.1.0", |
110 | 110 | "postcss-scss": "^4.0.9", |
111 | | - "prettier": "^3.3.3", |
112 | | - "rimraf": "^5.0.10", |
| 111 | + "prettier": "^3.4.2", |
| 112 | + "rimraf": "^6.0.1", |
113 | 113 | "rollup-plugin-visualizer": "^5.12.0", |
114 | | - "sass": "^1.77.8", |
115 | | - "stylelint": "^16.8.2", |
116 | | - "stylelint-config-recess-order": "^5.0.1", |
| 114 | + "sass": "^1.82.0", |
| 115 | + "stylelint": "^16.11.0", |
| 116 | + "stylelint-config-recess-order": "^5.1.1", |
117 | 117 | "stylelint-config-recommended-vue": "^1.5.0", |
118 | 118 | "stylelint-config-standard-scss": "^13.1.0", |
119 | 119 | "stylelint-prettier": "^5.0.2", |
120 | 120 | "svgo": "^3.3.2", |
121 | | - "tailwindcss": "^3.4.10", |
122 | | - "typescript": "^5.5.4", |
123 | | - "vite": "^5.4.1", |
| 121 | + "tailwindcss": "^3.4.16", |
| 122 | + "typescript": "5.6.3", |
| 123 | + "vite": "^6.0.3", |
124 | 124 | "vite-plugin-cdn-import": "^1.0.1", |
125 | | - "vite-plugin-checker": "^0.7.2", |
126 | 125 | "vite-plugin-compression": "^0.5.1", |
127 | | - "vite-plugin-fake-server": "^2.1.1", |
| 126 | + "vite-plugin-fake-server": "^2.1.4", |
128 | 127 | "vite-plugin-remove-console": "^2.2.0", |
129 | 128 | "vite-plugin-router-warn": "^1.0.0", |
130 | | - "vite-plugin-vue-inspector": "^5.1.3", |
131 | 129 | "vite-svg-loader": "^5.1.0", |
132 | 130 | "vue-eslint-parser": "^9.4.3", |
133 | | - "vue-tsc": "^2.0.29" |
| 131 | + "vue-tsc": "^2.1.10" |
134 | 132 | }, |
135 | 133 | "engines": { |
136 | | - "node": "^18.18.0 || ^20.9.0 || >=21.1.0", |
| 134 | + "node": "^18.18.0 || ^20.9.0 || >=22.0.0", |
137 | 135 | "pnpm": ">=9" |
138 | 136 | }, |
139 | 137 | "pnpm": { |
|
0 commit comments