Skip to content

Commit

Permalink
Update depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Nov 27, 2024
1 parent 44394c7 commit dee48a9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 29 deletions.
55 changes: 29 additions & 26 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 @@ -43,9 +43,9 @@
"typescript": "^4.8.2"
},
"dependencies": {
"haystack-core": "^2.0.52",
"haystack-nclient": "^3.0.40",
"haystack-units": "^1.0.27",
"haystack-core": "^2.0.62",
"haystack-nclient": "^3.0.46",
"haystack-units": "^1.0.32",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"declaration": true,
"baseUrl": ".",
"experimentalDecorators": true,
"skipLibCheck": true,
"paths": {
"*": ["node_modules/*", "src/types/*"]
}
Expand Down

0 comments on commit dee48a9

Please sign in to comment.