Skip to content

Commit f037857

Browse files
committed
chore: update pkg
1 parent 2666cb7 commit f037857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"tsc": "tsc --noEmit",
6262
"vue-tsc": "vue-tsc --noEmit",
6363
"site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
64+
"build-site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site",
6465
"pub:site": "npm run site && node site/scripts/pushToOSS.js",
6566
"prepare": "husky install",
6667
"version": "node ./scripts/generate-version",
@@ -128,7 +129,6 @@
128129
"@vitejs/plugin-vue": "^3.0.0",
129130
"@vitejs/plugin-vue-jsx": "^2.0.0",
130131
"@vue/babel-plugin-jsx": "^1.0.0",
131-
"@vue/cli-plugin-eslint": "^5.0.0",
132132
"@vue/eslint-config-prettier": "^8.0.0",
133133
"@vue/eslint-config-typescript": "^11.0.0",
134134
"@vue/test-utils": "^2.0.2",
@@ -173,7 +173,7 @@
173173
"eslint-plugin-jest": "^26.0.0",
174174
"eslint-plugin-markdown": "^2.0.0",
175175
"eslint-plugin-no-explicit-type-exports": "^0.12.0",
176-
"eslint-plugin-prettier": "^3.1.0",
176+
"eslint-plugin-prettier": "^5.2.1",
177177
"eslint-plugin-vue": "^9.17.0",
178178
"fast-glob": "^3.2.7",
179179
"fetch-jsonp": "^1.1.3",
@@ -218,7 +218,7 @@
218218
"nprogress": "^0.2.0",
219219
"postcss": "^8.2.12",
220220
"postcss-loader": "^6.0.0",
221-
"prettier": "^2.2.0",
221+
"prettier": "^3.3.0",
222222
"pretty-quick": "^3.0.0",
223223
"prismjs": "^1.23.0",
224224
"progress": "^2.0.3",

0 commit comments

Comments
 (0)