Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2.1.8 (#15161)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent ffa1dea commit be82d3a
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 98 deletions.
2 changes: 1 addition & 1 deletion graph-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"wrangler": "3.91.0"
},
"devDependencies": {
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"scripts": {
"dev": "yarn wrangler dev",
Expand Down
2 changes: 1 addition & 1 deletion locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"supertest": "7.0.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"files": [
"build",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "5.6.3"
},
"devDependencies": {
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.7",
"eslint": "9.14.0",
"eslint-plugin-evm-address-to-checksummed": "0.0.6",
Expand All @@ -29,7 +29,7 @@
"lint-staged": "15.2.10",
"prettier": "3.4.1",
"typescript-eslint": "8.16.0",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"workspaces": [
"packages/**",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"peerDependencies": {
"zod": "3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/email-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"repository": {
"type": "git",
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 @@ -33,6 +33,6 @@
},
"devDependencies": {
"globals": "15.13.0",
"vitest": "2.1.4"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/paywall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vite": "6.0.2",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-node-polyfills": "0.22.0",
"vitest": "2.1.4",
"vitest": "2.1.8",
"vitest-fetch-mock": "0.4.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unlock-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier": "3.4.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"dependencies": {
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "22.10.1",
"@unlock-protocol/networks": "workspace:^",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"dependencies": {
"ethers": "6.13.4",
Expand Down
2 changes: 1 addition & 1 deletion unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"postcss": "8.4.49",
"react-test-renderer": "18.3.1",
"tailwindcss": "3.4.15",
"vitest": "2.1.4",
"vitest": "2.1.8",
"vitest-fetch-mock": "0.4.2",
"vitest-localstorage-mock": "0.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"remark": "15.0.1",
"remark-html": "16.0.1",
"tailwindcss": "3.4.15",
"vitest": "2.1.4"
"vitest": "2.1.8"
},
"scripts": {
"dev": "next dev -p 3002",
Expand Down
2 changes: 1 addition & 1 deletion wedlocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"devDependencies": {
"@babel/plugin-transform-runtime": "7.25.9",
"regenerator-runtime": "0.14.1",
"vitest": "2.1.4"
"vitest": "2.1.8"
}
}
Loading

0 comments on commit be82d3a

Please sign in to comment.