Skip to content

Commit

Permalink
Updating vite and vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Jul 9, 2024
1 parent 4063507 commit 01cdf46
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 372 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@vanilla-extract/recipes": "^0.5.2",
"@vanilla-extract/sprinkles": "^1.6.1",
"@vanilla-extract/vite-plugin": "^4.0.9",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.1",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"ethers": "5.7.2",
"framer-motion": "^7.6.7",
"happy-dom": "^14.7.1",
"happy-dom": "^14.12.3",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.11",
Expand All @@ -104,11 +104,11 @@
"react-dom": "^18.3.1",
"storybook": "^7.6.17",
"typescript": "^4.9.5",
"vite": "^5.2.11",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
"vitest": "^2.0.1"
},
"peerDependencies": {
"framer-motion": ">=6",
Expand Down
Loading

0 comments on commit 01cdf46

Please sign in to comment.