Skip to content

Commit

Permalink
Update Vitest npm packages to v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Nov 26, 2024
1 parent c4f7f93 commit d360cef
Show file tree
Hide file tree
Showing 10 changed files with 245 additions and 239 deletions.
4 changes: 2 additions & 2 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
"@types/node": "22.10.0",
"@types/papaparse": "5.3.15",
"@types/sanitize-html": "2.13.0",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
"@types/md5": "2.3.5",
"@types/mime-types": "2.1.4",
"@types/nodemailer": "6.4.17",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "22.10.0",
"@types/react": "18.2.68",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"react": "18.2.0",
"rollup": "4.27.4",
"tslib": "2.8.1",
"typescript": "5.6.3",
"vite-plugin-wasm-pack": "0.1.12",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@local/graph/sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@local/harpc/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@local/tsconfig": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private",
"@types/node": "22.10.0",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@types/dotenv-flow": "3.3.3",
"@types/node": "22.10.0",
"@types/wait-on": "5.3.4",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.0",
"@types/pluralize": "0.0.33",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"graphql": "16.9.0",
"next": "13.5.5",
"react": "18.2.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions libs/@local/hash-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@types/uuid": "10.0.0",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions tests/hash-backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node-fetch": "2.6.12",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-istanbul": "2.1.6",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
448 changes: 227 additions & 221 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d360cef

Please sign in to comment.