Skip to content

Commit

Permalink
fix: lower uuid version to fix lib export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Apr 25, 2022
1 parent bcd4755 commit fd30315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"lodash.debounce": "^4.0.8",
"node-notifier": "^8.0.0",
"universal-analytics": "^0.4.23",
"uuid": "^8.3.0",
"uuid": "7.0.3",
"v8-compile-cache": "^2.1.1"
},
"devDependencies": {
Expand All @@ -97,7 +97,7 @@
"@types/lodash.debounce": "^4.0.6",
"@types/node-notifier": "^6.0.1",
"@types/universal-analytics": "^0.4.4",
"@types/uuid": "^8.3.0",
"@types/uuid": "7.0.3",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"electron": "18.1.0",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4799,10 +4799,10 @@
resolved "https://registry.yarnpkg.com/@types/universal-analytics/-/universal-analytics-0.4.4.tgz#496a52b92b599a0112bec7c12414062de6ea8449"
integrity sha512-9g3F0SGxVr4UDd6y07bWtFnkpSSX1Ake7U7AGHgSFrwM6pF53/fV85bfxT2JLWS/3sjLCcyzoYzQlCxpkVo7wA==

"@types/uuid@^8.3.0":
version "8.3.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
"@types/uuid@7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.3.tgz#45cd03e98e758f8581c79c535afbd4fc27ba7ac8"
integrity sha512-PUdqTZVrNYTNcIhLHkiaYzoOIaUi5LFg/XLerAdgvwQrUCx+oSbtoBze1AMyvYbcwzUSNC+Isl58SM4Sm/6COw==

"@types/vfile-message@*":
version "2.0.0"
Expand Down Expand Up @@ -22932,6 +22932,11 @@ utils-merge@1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

uuid@7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==

uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
Expand Down

0 comments on commit fd30315

Please sign in to comment.