Skip to content

Commit

Permalink
chore(deps): bump vitest to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 10, 2024
1 parent 9f0aa60 commit a9b8b7d
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 238 deletions.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "~5.4.5",
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1",
"vitest": "0.34.1"
"vitest": "1.6.0"
},
"peerDependencies": {
"@cosmos-kit/core": "2.8.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.4.5",
"vitest": "^0.34.1"
"vitest": "^1.6.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-airbnb-base": "15.0.0",
"ses": "0.18.7",
"typescript": "~5.4.5",
"vitest": "^0.34.1"
"vitest": "^1.6.0"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit a9b8b7d

Please sign in to comment.