Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Johnson committed Nov 23, 2022
1 parent b172a77 commit e3f434b
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.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21",
"haystack-core": "^2.0.43",
"haystack-nclient": "^3.0.30",
"haystack-units": "^1.0.22",
"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.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21"
"haystack-core": "^2.0.43",
"haystack-nclient": "^3.0.30",
"haystack-units": "^1.0.22"
},
"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 e3f434b

Please sign in to comment.