Skip to content

Commit

Permalink
deps: bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Dec 15, 2024
1 parent 1b6c55b commit 6878cd2
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 420 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test": "pnpm -r run test run --coverage && rm -rf out/coverage && mkdir -p out/coverage && for p in packages/*; do if [ -d \"$p/out/coverage\" ]; then cp -r \"$p/out/coverage\" out/coverage/\"${p#*/}\"; fi; done"
},
"devDependencies": {
"@opvious/eslint-plugin": "^0.9.1",
"@opvious/prettier-typescript": "^0.9.1",
"@opvious/tsconfig": "^0.9.1",
"@opvious/eslint-plugin": "^0.12.0",
"@opvious/prettier-typescript": "^0.12.0",
"@opvious/tsconfig": "^0.12.0",
"@types/node": "^18.19.64",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^9.15.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/highs-solver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"watch": "tsc -b -w src test"
},
"dependencies": {
"@opvious/stl-errors": "^0.26.2",
"@opvious/stl-telemetry": "^0.26.2",
"@opvious/stl-utils": "^0.26.2",
"@opvious/stl-errors": "^0.27.3",
"@opvious/stl-telemetry": "^0.27.3",
"@opvious/stl-utils": "^0.27.3",
"highs-addon": "workspace:*",
"tail": "^2.2.6",
"tmp-promise": "^3.0.3"
Expand Down
Loading

0 comments on commit 6878cd2

Please sign in to comment.