Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Mar 20, 2023
1 parent a241730 commit 36da1ba
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 41 deletions.
65 changes: 32 additions & 33 deletions package-lock.json

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

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"haystack-core": "^2.0.45",
"haystack-nclient": "^3.0.32",
"haystack-units": "^1.0.23",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier-eslint": "^15.0.1",
Expand All @@ -46,14 +43,12 @@
"typescript": "^4.8.2"
},
"dependencies": {
"haystack-core": "^2.0.46",
"haystack-nclient": "^3.0.33",
"haystack-units": "^1.0.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"haystack-core": "^2.0.45",
"haystack-nclient": "^3.0.32",
"haystack-units": "^1.0.23"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test && npm run checktypes",
Expand Down

0 comments on commit 36da1ba

Please sign in to comment.