Skip to content

Commit a66a914

Browse files
committed
add uuid library
1 parent 0155b7a commit a66a914

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

package-lock.json

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react-scripts": "5.0.0",
2020
"styled-components": "^5.3.3",
2121
"typescript": "^4.5.5",
22+
"uuid": "^8.3.2",
2223
"web-vitals": "^2.1.4"
2324
},
2425
"scripts": {
@@ -52,6 +53,7 @@
5253
"@babel/preset-env": "^7.16.11",
5354
"@babel/preset-react": "^7.16.7",
5455
"@types/styled-components": "^5.1.22",
56+
"@types/uuid": "^8.3.4",
5557
"babel-jest": "^27.5.1",
5658
"env-cmd": "^10.1.0",
5759
"jest": "^27.5.1",

0 commit comments

Comments
 (0)