Skip to content

Commit

Permalink
feat: ✨ bump vitest to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Dec 4, 2023
1 parent 4ff090c commit 9cf6796
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 363 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/react": "18.2.41",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/coverage-v8": "1.0.1",
"autoprefixer": "10.4.16",
"daisyui": "4.4.17",
"daisyui": "4.4.19",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -70,23 +70,23 @@
"eslint-plugin-node-import": "1.0.4",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.4",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-testing-library": "6.2.0",
"gitzy": "4.0.0",
"happy-dom": "12.10.3",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"storybook": "7.6.3",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"typescript": "5.3.2",
"vite": "5.0.4",
"vitest": "0.34.6"
"vite": "5.0.5",
"vitest": "1.0.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

1 comment on commit 9cf6796

@vercel
Copy link

@vercel vercel bot commented on 9cf6796 Dec 4, 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.