Skip to content

Commit f0ff132

Browse files
committed
release: update 6.2.0
1 parent 6106ebf commit f0ff132

File tree

20 files changed

+1763
-1658
lines changed

20 files changed

+1763
-1658
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.17.1
1+
v22.20.0

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"tailwindCSS.experimental.configFile": "src/style/tailwind.css",
23
"editor.formatOnType": true,
34
"editor.formatOnSave": true,
45
"[vue]": {

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure-admin-thin",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -51,85 +51,85 @@
5151
"@pureadmin/descriptions": "^1.2.1",
5252
"@pureadmin/table": "^3.3.0",
5353
"@pureadmin/utils": "^2.6.2",
54-
"@vueuse/core": "^13.6.0",
54+
"@vueuse/core": "^14.0.0",
5555
"@vueuse/motion": "^3.0.3",
5656
"animate.css": "^4.1.1",
57-
"axios": "^1.11.0",
58-
"dayjs": "^1.11.13",
59-
"echarts": "^5.6.0",
60-
"element-plus": "^2.10.4",
57+
"axios": "^1.12.2",
58+
"dayjs": "^1.11.18",
59+
"echarts": "^6.0.0",
60+
"element-plus": "^2.11.5",
6161
"js-cookie": "^3.0.5",
6262
"localforage": "^1.10.0",
6363
"mitt": "^3.0.1",
6464
"nprogress": "^0.2.0",
6565
"path-browserify": "^1.0.1",
6666
"pinia": "^3.0.3",
67-
"pinyin-pro": "^3.26.0",
67+
"pinyin-pro": "^3.27.0",
6868
"qs": "^6.14.0",
6969
"responsive-storage": "^2.2.0",
7070
"sortablejs": "^1.15.6",
71-
"vue": "^3.5.18",
72-
"vue-router": "^4.5.1",
71+
"vue": "^3.5.22",
72+
"vue-router": "^4.6.3",
7373
"vue-tippy": "^6.7.1",
7474
"vue-types": "^6.0.0"
7575
},
7676
"devDependencies": {
77-
"@commitlint/cli": "^19.8.1",
78-
"@commitlint/config-conventional": "^19.8.1",
79-
"@commitlint/types": "^19.8.1",
80-
"@eslint/js": "^9.32.0",
81-
"@faker-js/faker": "^9.9.0",
82-
"@iconify/json": "^2.2.364",
77+
"@commitlint/cli": "^20.1.0",
78+
"@commitlint/config-conventional": "^20.0.0",
79+
"@commitlint/types": "^20.0.0",
80+
"@eslint/js": "^9.38.0",
81+
"@faker-js/faker": "^10.1.0",
82+
"@iconify/json": "^2.2.400",
8383
"@iconify/vue": "4.2.0",
84-
"@tailwindcss/vite": "^4.1.11",
84+
"@tailwindcss/vite": "^4.1.16",
8585
"@types/js-cookie": "^3.0.6",
86-
"@types/node": "^20.19.9",
86+
"@types/node": "^20.19.23",
8787
"@types/nprogress": "^0.2.3",
8888
"@types/path-browserify": "^1.0.3",
8989
"@types/qs": "^6.14.0",
90-
"@types/sortablejs": "^1.15.8",
90+
"@types/sortablejs": "^1.15.9",
9191
"@vitejs/plugin-vue": "^6.0.1",
92-
"@vitejs/plugin-vue-jsx": "^5.0.1",
92+
"@vitejs/plugin-vue-jsx": "^5.1.1",
9393
"boxen": "^8.0.1",
94-
"code-inspector-plugin": "^1.0.3",
95-
"cssnano": "^7.1.0",
96-
"eslint": "^9.32.0",
94+
"code-inspector-plugin": "^1.2.10",
95+
"cssnano": "^7.1.1",
96+
"eslint": "^9.38.0",
9797
"eslint-config-prettier": "^10.1.8",
98-
"eslint-plugin-prettier": "^5.5.3",
99-
"eslint-plugin-vue": "^10.3.0",
98+
"eslint-plugin-prettier": "^5.5.4",
99+
"eslint-plugin-vue": "^10.5.1",
100100
"gradient-string": "^3.0.0",
101101
"husky": "^9.1.7",
102-
"lint-staged": "^16.1.2",
102+
"lint-staged": "^16.2.6",
103103
"postcss": "^8.5.6",
104104
"postcss-html": "^1.8.0",
105105
"postcss-load-config": "^6.0.1",
106106
"postcss-scss": "^4.0.9",
107107
"prettier": "^3.6.2",
108108
"rimraf": "^6.0.1",
109-
"rollup-plugin-visualizer": "^6.0.3",
110-
"sass": "^1.89.2",
111-
"stylelint": "^16.23.0",
112-
"stylelint-config-recess-order": "^7.1.0",
109+
"rollup-plugin-visualizer": "^6.0.5",
110+
"sass": "^1.93.2",
111+
"stylelint": "^16.25.0",
112+
"stylelint-config-recess-order": "^7.4.0",
113113
"stylelint-config-recommended-vue": "^1.6.1",
114114
"stylelint-config-standard-scss": "^14.0.0",
115115
"stylelint-prettier": "^5.0.3",
116116
"svgo": "^4.0.0",
117-
"tailwindcss": "^4.1.11",
118-
"typescript": "^5.8.3",
119-
"typescript-eslint": "^8.38.0",
120-
"unplugin-icons": "^22.2.0",
121-
"vite": "^7.0.6",
117+
"tailwindcss": "^4.1.16",
118+
"typescript": "^5.9.3",
119+
"typescript-eslint": "^8.46.2",
120+
"unplugin-icons": "^22.5.0",
121+
"vite": "^7.1.12",
122122
"vite-plugin-cdn-import": "^1.0.1",
123123
"vite-plugin-compression": "^0.5.1",
124124
"vite-plugin-fake-server": "^2.2.0",
125125
"vite-plugin-remove-console": "^2.2.0",
126126
"vite-plugin-router-warn": "^1.0.0",
127127
"vite-svg-loader": "^5.1.0",
128128
"vue-eslint-parser": "^10.2.0",
129-
"vue-tsc": "^3.0.4"
129+
"vue-tsc": "^3.1.2"
130130
},
131131
"engines": {
132-
"node": "^20.19.0 || >=22.12.0",
132+
"node": "^20.19.0 || >=22.13.0",
133133
"pnpm": ">=9"
134134
},
135135
"pnpm": {

0 commit comments

Comments
 (0)