Skip to content

Commit

Permalink
Update haystack units
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Feb 22, 2023
1 parent b05caac commit 55cb9f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.31.1",
"haystack-core": "^2.0.45",
"haystack-nclient": "^3.0.32",
"haystack-units": "^1.0.22",
"haystack-units": "^1.0.23",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier-eslint": "^15.0.1",
Expand All @@ -52,12 +52,12 @@
"peerDependencies": {
"haystack-core": "^2.0.45",
"haystack-nclient": "^3.0.32",
"haystack-units": "^1.0.22"
"haystack-units": "^1.0.23"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test && npm run checktypes",
"pre-push": "npm run lint && npm test && npm run checktypes"
}
}
}
}

0 comments on commit 55cb9f3

Please sign in to comment.