Skip to content

Commit f788360

Browse files
committed
chore(deps): update
1 parent 792536c commit f788360

File tree

7 files changed

+821
-920
lines changed

7 files changed

+821
-920
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"editor.defaultFormatter": "esbenp.prettier-vscode"
2626
},
2727
"editor.codeActionsOnSave": {
28-
"source.fixAll.eslint": true
28+
"source.fixAll.eslint": "explicit"
2929
},
3030
"i18n-ally.localesPaths": "locales",
3131
"i18n-ally.keystyle": "nested",

README.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Support modern browsers, not IE
162162

163163
## License
164164

165-
In principle, no fees and copyrights are charged, and it is commercially available, but if you need secondary open source (such as using this platform for secondary development and open source, the front-end code must be open source and free), please contact the author for permission! (Free, just take a record)
165+
Completely free and open source
166166

167167
[MIT © 2020-present, pure-admin](./LICENSE)
168168

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ docker run -dp 8080:80 --name pure-admin vue-pure-admin
162162

163163
## 许可证
164164

165-
原则上不收取任何费用及版权,可商用,不过如需二次开源(比如用此平台二次开发并开源,要求前端代码必须开源免费)请联系作者获取许可!(免费,走个记录而已)
165+
完全免费开源
166166

167167
[MIT © 2020-present, pure-admin](./LICENSE)
168168

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@
5353
"@logicflow/core": "^1.2.18",
5454
"@logicflow/extension": "^1.2.19",
5555
"@pureadmin/descriptions": "^1.2.0",
56-
"@pureadmin/table": "^2.4.1",
57-
"@pureadmin/utils": "^1.10.1",
58-
"@vueuse/core": "^10.7.0",
56+
"@pureadmin/table": "^3.0.0",
57+
"@pureadmin/utils": "^2.0.1",
58+
"@vueuse/core": "^10.7.1",
5959
"@vueuse/motion": "^2.0.0",
6060
"@wangeditor/editor": "^5.1.23",
6161
"@wangeditor/editor-for-vue": "^5.1.12",
6262
"@zxcvbn-ts/core": "^3.0.4",
6363
"animate.css": "^4.1.1",
64-
"axios": "^1.6.2",
64+
"axios": "^1.6.3",
6565
"china-area-data": "^5.0.1",
6666
"cropperjs": "^1.6.1",
6767
"dayjs": "^1.11.10",
6868
"echarts": "^5.4.3",
6969
"el-table-infinite-scroll": "^3.0.3",
70-
"element-plus": "^2.4.3",
70+
"element-plus": "^2.4.4",
7171
"intro.js": "^7.2.0",
7272
"js-cookie": "^3.0.5",
7373
"jsbarcode": "^3.11.6",
@@ -78,7 +78,7 @@
7878
"nprogress": "^0.2.0",
7979
"path": "^0.12.7",
8080
"pinia": "^2.1.7",
81-
"pinyin-pro": "^3.18.4",
81+
"pinyin-pro": "^3.18.5",
8282
"qrcode": "^1.5.3",
8383
"qs": "^6.11.2",
8484
"responsive-storage": "^2.2.0",
@@ -88,50 +88,50 @@
8888
"v-contextmenu": "3.0.0",
8989
"v3-infinite-loading": "^1.3.1",
9090
"version-rocket": "^1.7.1",
91-
"vue": "^3.3.11",
91+
"vue": "^3.3.13",
9292
"vue-i18n": "^9.8.0",
93-
"vue-json-pretty": "^2.2.4",
93+
"vue-json-pretty": "^2.3.0",
9494
"vue-pdf-embed": "^1.2.1",
9595
"vue-router": "^4.2.5",
96-
"vue-tippy": "^6.3.1",
96+
"vue-tippy": "^6.4.1",
9797
"vue-types": "^5.1.1",
9898
"vue-virtual-scroller": "2.0.0-beta.8",
9999
"vue-waterfall-plugin-next": "^2.3.1",
100100
"vue3-danmaku": "^1.6.0",
101101
"vuedraggable": "^4.1.0",
102-
"wavesurfer.js": "^7.5.1",
103-
"xgplayer": "^3.0.10",
102+
"wavesurfer.js": "^7.5.7",
103+
"xgplayer": "^3.0.11",
104104
"xlsx": "^0.18.5"
105105
},
106106
"devDependencies": {
107107
"@commitlint/cli": "^18.4.3",
108108
"@commitlint/config-conventional": "^18.4.3",
109109
"@commitlint/types": "^18.4.3",
110-
"@eslint/js": "^8.55.0",
110+
"@eslint/js": "^8.56.0",
111111
"@faker-js/faker": "^8.3.1",
112112
"@iconify-icons/ep": "^1.2.12",
113113
"@iconify-icons/ri": "^1.2.10",
114114
"@iconify/vue": "^4.1.1",
115-
"@intlify/unplugin-vue-i18n": "^1.5.0",
115+
"@intlify/unplugin-vue-i18n": "^2.0.0",
116116
"@pureadmin/theme": "^3.2.0",
117117
"@types/intro.js": "^5.1.5",
118118
"@types/js-cookie": "^3.0.6",
119-
"@types/node": "^20.10.4",
119+
"@types/node": "^20.10.5",
120120
"@types/nprogress": "^0.2.3",
121121
"@types/qrcode": "^1.5.5",
122-
"@types/qs": "^6.9.10",
122+
"@types/qs": "^6.9.11",
123123
"@types/sortablejs": "^1.15.7",
124-
"@typescript-eslint/eslint-plugin": "^6.13.2",
125-
"@typescript-eslint/parser": "^6.13.2",
126-
"@vitejs/plugin-vue": "^4.5.2",
124+
"@typescript-eslint/eslint-plugin": "^6.16.0",
125+
"@typescript-eslint/parser": "^6.16.0",
126+
"@vitejs/plugin-vue": "^5.0.0",
127127
"@vitejs/plugin-vue-jsx": "^3.1.0",
128128
"autoprefixer": "^10.4.16",
129129
"cloc": "^2.11.0",
130-
"cssnano": "^6.0.1",
131-
"eslint": "^8.55.0",
130+
"cssnano": "^6.0.2",
131+
"eslint": "^8.56.0",
132132
"eslint-config-prettier": "^9.1.0",
133-
"eslint-define-config": "^2.0.0",
134-
"eslint-plugin-prettier": "^5.0.1",
133+
"eslint-define-config": "^2.1.0",
134+
"eslint-plugin-prettier": "^5.1.2",
135135
"eslint-plugin-vue": "^9.19.2",
136136
"husky": "^8.0.3",
137137
"lint-staged": "^15.2.0",
@@ -142,25 +142,25 @@
142142
"postcss-scss": "^4.0.9",
143143
"prettier": "^3.1.1",
144144
"rimraf": "^5.0.5",
145-
"rollup-plugin-visualizer": "^5.11.0",
145+
"rollup-plugin-visualizer": "^5.12.0",
146146
"sass": "^1.69.5",
147-
"stylelint": "^16.0.2",
147+
"stylelint": "^16.1.0",
148148
"stylelint-config-recess-order": "^4.4.0",
149149
"stylelint-config-recommended-vue": "^1.5.0",
150150
"stylelint-config-standard-scss": "^12.0.0",
151151
"stylelint-prettier": "^5.0.0",
152-
"svgo": "^3.0.5",
153-
"tailwindcss": "^3.3.6",
152+
"svgo": "^3.1.0",
153+
"tailwindcss": "^3.4.0",
154154
"typescript": "^5.3.3",
155-
"vite": "^5.0.7",
155+
"vite": "^5.0.10",
156156
"vite-plugin-cdn-import": "^0.3.5",
157157
"vite-plugin-compression": "^0.5.1",
158158
"vite-plugin-fake-server": "^2.0.0",
159159
"vite-plugin-remove-console": "^2.2.0",
160160
"vite-plugin-router-warn": "^1.0.0",
161161
"vite-svg-loader": "^5.1.0",
162162
"vue-eslint-parser": "^9.3.2",
163-
"vue-tsc": "^1.8.25"
163+
"vue-tsc": "^1.8.27"
164164
},
165165
"engines": {
166166
"node": "^18.12.0 || >=20.0.0",

0 commit comments

Comments
 (0)