Skip to content

Commit

Permalink
upgrade vitest to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 9, 2024
1 parent 9509154 commit 5c533c1
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 820 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.2",
"chromatic": "^11.0.0",
"electron": "28.2.3",
"electron-devtools-installer": "^3.2.0",
Expand All @@ -90,15 +90,15 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.2",
"mysql2": "^3.9.8",
"prettier": "^3.3.2",
"react-router-dom": "^6.22.1",
"storybook": "^8.3.5",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"vitest": "^1.3.1"
"vitest": "^2.1.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5c533c1

Please sign in to comment.