Skip to content

Commit

Permalink
chore(testing): Update Vitest (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jul 9, 2024
1 parent cdb6ce6 commit 77c1cd3
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 350 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"packageManager": "yarn@4.3.1",
"scripts": {
"build": "turbo build",
"check": "yarn lint && turbo check",
"check": "turbo check && yarn lint",
"compile": "turbo compile",
"docs": "turbo docs",
"lint": "eslint .",
Expand Down Expand Up @@ -48,6 +48,6 @@
"typedoc-plugin-markdown": "^4.1.2",
"typedoc-plugin-merge-modules": "^6.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
"typescript-eslint": "^7.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
"vitest": "^2.0.1"
},
"optionalDependencies": {
"yup": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0",
"vitest": "^2.0.1",
"yup": "^1.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0",
"vitest": "^2.0.1",
"yup": "^1.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 77c1cd3

Please sign in to comment.