Skip to content

Commit

Permalink
chore: 将版本进行提升
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Sep 21, 2023
1 parent e66b9ff commit 315abd0
Show file tree
Hide file tree
Showing 4 changed files with 918 additions and 800 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.43.0",
"chokidar": "^3.5.3",
"comment-json": "^4.2.3",
"consola": "^3.2.3",
"fast-glob": "^3.3.1",
"unbuild": "^1.2.1",
"vite": "4.4.6"
"unbuild": "^2.0.0",
"vite": "4.4.9"
},
"devDependencies": {
"@elonehoo/rimraf": "^0.0.1",
"@types/node": "20.4.4",
"@types/node": "20.6.3",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "9.1.1",
"c8": "^8.0.0",
"eslint": "8.45.0",
"bumpp": "9.2.0",
"c8": "^8.0.1",
"eslint": "8.49.0",
"local-pkg": "^0.4.3",
"pnpm": "8.6.9",
"typescript": "5.1.6",
"vitest": "0.33.0"
"pnpm": "8.7.6",
"typescript": "5.2.2",
"vitest": "0.34.4"
}
}
8 changes: 4 additions & 4 deletions playground/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-alias": "workspace:^",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.13"
}
}
10 changes: 5 additions & 5 deletions playground/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-inspect": "^0.7.33",
"vue-tsc": "^1.8.6"
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vue-tsc": "^1.8.13"
}
}
Loading

0 comments on commit 315abd0

Please sign in to comment.