Skip to content

Commit 1ae03a1

Browse files
committed
update vitest
1 parent 5a62d8c commit 1ae03a1

File tree

3 files changed

+245
-91
lines changed

3 files changed

+245
-91
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
88
.pnpm-debug.log*
9+
.history
910

1011
# Diagnostic reports (https://nodejs.org/api/report.html)
1112
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/react": "^18.3.3",
6262
"@types/react-dom": "^18.3.0",
6363
"@vitejs/plugin-react": "^4.3.1",
64-
"@vitest/coverage-v8": "^2.0.3",
64+
"@vitest/coverage-v8": "^3.2.3",
6565
"autoprefixer": "^10.4.19",
6666
"lucide-react": "^0.410.0",
6767
"postcss": "^8.4.39",
@@ -74,7 +74,7 @@
7474
"vite": "^5.3.4",
7575
"vite-plugin-dts": "4.0.0-beta.1",
7676
"vite-plugin-static-copy": "^1.0.6",
77-
"vitest": "^2.0.3"
77+
"vitest": "^3.2.3"
7878
},
7979
"peerDependencies": {
8080
"@chakra-ui/react": "^2.10.4",
@@ -84,5 +84,6 @@
8484
"@hivemq/ui-theme": "^0.5.0",
8585
"react": "^18.2.0",
8686
"react-dom": "^18.2.0"
87-
}
87+
},
88+
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
8889
}

0 commit comments

Comments
 (0)