Skip to content

Commit

Permalink
chore: upgrade vite vitest and happy-dom version
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Sep 12, 2023
1 parent 78f5648 commit c74cb88
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 229 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"cross-env": "^7.0.3",
"fake-indexeddb": "^4.0.2",
"flush-promises": "^1.0.2",
"happy-dom": "^8.1.3",
"happy-dom": "11.0.2",
"typescript": "^4.9.5",
"unocss": "^0.48.3",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"vite": "4.4.9",
"vitest": "0.34.4",
"vue-router-mock": "^0.2.0",
"vue-tsc": "^1.0.24"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/teach-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"flush-promises": "^1.0.2",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"happy-dom": "^8.1.3",
"happy-dom": "11.0.2",
"minimatch": "^6.1.6",
"typescript": "^4.9.5",
"unocss": "^0.48.3",
"vite": "^4.0.4",
"vitest": "^0.27.0",
"vite": "4.4.9",
"vitest": "0.34.4",
"vue-router-mock": "^0.2.0",
"vue-tsc": "^1.0.24"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=16.14.0"
"node": ">=18.17.1"
},
"scripts": {
"bootstrap": "pnpm i",
Expand Down
Loading

1 comment on commit c74cb88

@vercel
Copy link

@vercel vercel bot commented on c74cb88 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.