Skip to content

Commit

Permalink
Fix: upgrade vite + vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Johansson committed Nov 27, 2024
1 parent 062866f commit 204753f
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 812 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"client:dev": "pnpm run -C packages/main dev",
"client:build": "pnpm run -C packages/main build",
Expand All @@ -17,7 +18,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@rollup/plugin-yaml": "^4.1.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.1.6",
"typescript-eslint": "^8.16.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
Expand All @@ -26,8 +27,8 @@
"prettier": "^3.4.1",
"syncpack": "^12.4.0",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6",
"tsx": "^4.19.2",
"vite-node": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@storybook/test": "^8.4.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.4",
"storybook": "^8.4.5",
"vite": "^5.4.11"
}
Expand Down
Loading

0 comments on commit 204753f

Please sign in to comment.