Skip to content

Commit

Permalink
Merge branch 'main' into fix/prod-transition
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Nov 27, 2024
2 parents 7db0045 + 5a5406d commit a44c5ce
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 232 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "3.5.13",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"type": "module",
"scripts": {
"dev": "node scripts/dev.js",
Expand Down Expand Up @@ -69,9 +69,9 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "5.0.4",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/hash-sum": "^1.0.2",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@types/semver": "^7.5.8",
"@types/serve-handler": "^6.1.4",
"@vitest/coverage-v8": "^2.1.5",
Expand All @@ -97,7 +97,7 @@
"pug": "^3.0.3",
"puppeteer": "~23.3.0",
"rimraf": "^6.0.1",
"rollup": "^4.27.2",
"rollup": "^4.27.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit a44c5ce

Please sign in to comment.