Skip to content

Commit

Permalink
Merge branch 'main' into fix-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth authored Dec 15, 2024
2 parents 88d6e09 + 862c302 commit 4cac0e7
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 429 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"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",
"@types/node": "^18.19.64",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^9.15.0",
"@opvious/eslint-plugin": "^0.12.0",
"@opvious/prettier-typescript": "^0.12.0",
"@opvious/tsconfig": "^0.12.0",
"@types/node": "^18.19.68",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"ts-essentials": "^10.0.3",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/highs-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"optionalDependencies": {
"cmake-js": "^7.3.0",
"node-addon-api": "^8.2.2"
"node-addon-api": "^8.3.0"
},
"devDependencies": {
"tmp-promise": "^3.0.3"
Expand Down
8 changes: 4 additions & 4 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 All @@ -45,6 +45,6 @@
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@types/tail": "^2.2.3",
"inlinable": "^0.3.4"
"inlinable": "^0.3.5"
}
}
Loading

0 comments on commit 4cac0e7

Please sign in to comment.