Skip to content

Commit

Permalink
chore(deps): update vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 37ec01e commit fa10b19
Show file tree
Hide file tree
Showing 11 changed files with 382 additions and 520 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"textlint": "^14.0.4",
"tsup": "^8.1.0",
"typescript": "5.5.3",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"@babel/core": "^7.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-anolilab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"rimraf": "^5.0.5",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"engines": {
"node": ">=18.* <=21.*"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@commitlint/cli": "^18.4.4",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"@commitlint/cli": "^17.6.5 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"tsup": "^8.0.1",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"semantic-release": "^24.2.0",
"type-fest": "^4.26.1",
"typescript": "5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.8"
},
"peerDependencies": {
"eslint": "^8.49.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"semantic-release-conventional-commits": "^3.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"engines": {
"node": ">=18.* <=21.*"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"rimraf": "^5.0.5",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"prettier": "2.x || 3.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"semantic-release": "^22.0.12",
"stylelint": "15.11.0",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"postcss": "^8.4.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"semantic-release": "^22.0.12",
"textlint": "^13.4.1",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"textlint": "^13.3.2"
Expand Down
Loading

0 comments on commit fa10b19

Please sign in to comment.