Skip to content

Commit

Permalink
chore: rollback vitest to 3.0.5 (#3318)
Browse files Browse the repository at this point in the history
* chore: rollback vitest to 3.0.5

* test differnt match

* rollback to 3.0.5
  • Loading branch information
mimarz authored Mar 6, 2025
1 parent 638840c commit 5dfaabd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 86 deletions.
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@storybook/types": "^8.5.2",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.3",
"@vitest/browser": "^3.0.5",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/browser": "3.0.5",
"@vitest/coverage-v8": "3.0.5",
"axe-playwright": "^2.0.2",
"concurrently": "^9.1.2",
"playwright": "^1.50.0",
"remark-gfm": "^4.0.0",
"storybook": "^8.5.2",
"storybook-addon-pseudo-states": "^4.0.2",
"vitest": "^3.0.5"
"vitest": "3.0.5"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/node": "^22.10.7",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/coverage-v8": "3.0.5",
"@vitest/expect": "^3.0.5",
"chromatic": "^11.25.0",
"copyfiles": "^2.4.1",
"tsconfck": "^3.1.4",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^6.0.11",
"vitest": "^3.0.5"
"vitest": "3.0.5"
},
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit 5dfaabd

Please sign in to comment.