Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Jul 25, 2024
1 parent 77a2773 commit 02cd096
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 305 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"dependencies": {
"@vercel/nft": "^0.27.2",
"@vercel/nft": "^0.27.3",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"globby": "^14.0.2",
Expand All @@ -64,22 +64,21 @@
"@hyperse/eslint-config-hyperse": "^1.0.10",
"@hyperse/exec-program": "^1.0.6",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.6.0",
"husky": "9.0.11",
"eslint": "^9.7.0",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"next": "14.2.4",
"next": "14.2.5",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.1"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"engines": {
"node": ">=18"
Expand Down
5 changes: 2 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { fileURLToPath } from 'url';
import { configDefaults, defineConfig } from 'vitest/config';

export default defineConfig({
test: {
globals: true,
testTimeout: 100000000,
testTimeout: 100000,
exclude: [...configDefaults.exclude],
alias: {
'~/': fileURLToPath(new URL('./src/', import.meta.url)),
'@/': new URL('./src/', import.meta.url).pathname,
},
include: ['**/?(*.){test,spec}.?(c|m)[jt]s?(x)'],
},
Expand Down
Loading

0 comments on commit 02cd096

Please sign in to comment.