Skip to content

Commit

Permalink
upgrade vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Oct 22, 2023
1 parent 8801ea4 commit ceb1cdf
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 126 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"@types/use-sync-external-store": "^0.0.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"aslemammad-vite-plugin-macro": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "10.1.0",
Expand All @@ -138,7 +138,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.3",
"eslint-plugin-vitest": "^0.3.6",
"jsdom": "^22.1.0",
"json": "^11.0.0",
"postinstall-postinstall": "^2.1.0",
Expand All @@ -154,7 +154,7 @@
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "0.33.0"
"vitest": "^0.34.6"
},
"peerDependencies": {
"@types/react": ">=16.8",
Expand Down
Loading

0 comments on commit ceb1cdf

Please sign in to comment.