Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Oct 17, 2023
1 parent f111cd6 commit 5c88d31
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 597 deletions.
14 changes: 7 additions & 7 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.1.24",
"@opvious/prettier-typescript": "^0.1.24",
"@opvious/tsconfig": "^0.1.24",
"@opvious/eslint-plugin": "^0.1.27",
"@opvious/prettier-typescript": "^0.1.27",
"@opvious/tsconfig": "^0.1.27",
"@types/node": "^18.11.7",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.12.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.51.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"prettier": "^2.6.1",
"ts-essentials": "^9.3.0",
"typescript": "^5.0.2",
"vitest": "^0.30.1"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.{ts,tsx}": [
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.21.14",
"@opvious/stl-telemetry": "^0.21.14",
"@opvious/stl-utils": "^0.21.14",
"@opvious/stl-errors": "^0.22.15",
"@opvious/stl-telemetry": "^0.22.15",
"@opvious/stl-utils": "^0.22.15",
"highs-addon": "workspace:*",
"tail": "^2.2.6",
"tmp-promise": "^3.0.3"
Expand Down
Loading

0 comments on commit 5c88d31

Please sign in to comment.