Skip to content

Commit

Permalink
Update haystack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Johnson committed Nov 2, 2022
1 parent 7c0bfe2 commit a53823f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"haystack-core": "^2.0.38",
"haystack-nclient": "^3.0.28",
"haystack-units": "^1.0.20",
"haystack-core": "^2.0.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier-eslint": "^15.0.1",
Expand All @@ -50,14 +50,14 @@
"react-dom": "^18.2.0"
},
"peerDependencies": {
"haystack-core": "^2.0.38",
"haystack-nclient": "^3.0.28",
"haystack-units": "^1.0.20"
"haystack-core": "^2.0.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21"
},
"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 a53823f

Please sign in to comment.