Skip to content

Commit

Permalink
fixup! 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 6878cd2 commit 4e13303
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@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",
"@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
2 changes: 1 addition & 1 deletion packages/highs-solver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@types/tail": "^2.2.3",
"inlinable": "^0.3.4"
"inlinable": "^0.3.5"
}
}

0 comments on commit 4e13303

Please sign in to comment.