File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7676 "@types/react" : " ^17" ,
7777 "@types/react-dom" : " ^17" ,
7878 "@types/svg4everybody" : " ^2.1.1" ,
79+ "@types/uuid" : " ^8.3.4" ,
7980 "@typescript-eslint/eslint-plugin" : " ^5.20.0" ,
8081 "@typescript-eslint/parser" : " ^5.20.0" ,
8182 "babel-loader" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 1- import createUUID from 'uuid' ;
1+ import { v4 as createUUID } from 'uuid' ;
22import { updateScroll } from 'react-relative-portal' ;
33
44export const uuid : ( ) => string =
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30413041 resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
30423042 integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
30433043
3044+ "@types/uuid@^8.3.4":
3045+ version "8.3.4"
3046+ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
3047+ integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
3048+
30443049"@types/wait-on@^5.0.0":
30453050 version "5.3.1"
30463051 resolved "https://registry.yarnpkg.com/@types/wait-on/-/wait-on-5.3.1.tgz#bc5520d1d8b90b9caab1bef23315685ded73320d"
You can’t perform that action at this time.
0 commit comments