Skip to content

Commit

Permalink
🐎 ci: 增加删除命令;调改typescript的依赖为 catalog: 定版本依赖;
Browse files Browse the repository at this point in the history
同时移除掉不需要的重定向插件;
  • Loading branch information
ruan-cat committed Sep 29, 2024
1 parent 3dc23e6 commit 01cf005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion learn-create-compoents-lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"global.d.ts"
],
"scripts": {
"build": "gulp -f build/gulpfile.js"
"build": "gulp -f build/gulpfile.js",
"rm:node_modules": "rimraf node_modules"
},
"keywords": [],
"author": "",
Expand Down
5 changes: 3 additions & 2 deletions learn-create-compoents-lib/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"rm:node_modules": "rimraf node_modules"
},
"dependencies": {
"vue": "^3.4.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.3",
"typescript": "catalog:",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.2.2",
"vue-tsc": "^2.0.29"
Expand Down
1 change: 0 additions & 1 deletion packages/vuepress-preset-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-redirect": "2.0.0-rc.8",
"rollup-plugin-visualizer": "^5.12.0",
"sass-embedded": "^1.79.3",
"vue": "^3.5.8",
Expand Down

0 comments on commit 01cf005

Please sign in to comment.