Skip to content

Commit

Permalink
Add uuid package
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Feb 1, 2024
1 parent 2bcfd6a commit 94af4ba
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 10 deletions.
70 changes: 61 additions & 9 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"plotly.js-basic-dist": "^2.20.0",
"react-plotly.js": "^2.6.0",
"redux": "^4.1.2",
"utf-8-validate": "^5.0.10"
"utf-8-validate": "^5.0.10",
"uuid": "^9.0.1"
},
"devDependencies": {
"@apollo/client": "^3.6.0",
Expand All @@ -39,6 +40,7 @@
"@types/node": "^17.0.18",
"@types/react-plotly.js": "^2.5.2",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^9.0.8",
"base64-js": "^1.3.1",
"clipboard-copy": "^4.0.1",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit 94af4ba

Please sign in to comment.