Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency uuid to v9 - test rename #11512

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file removed .yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"resolutions": {
"@optimizely/js-sdk-utils": "0.4.0",
"moment": "2.30.1",
"uuid": "3.4.0",
"uuid": "9.0.1",
"winston@3.8.2": "patch:winston@npm:3.8.2#.yarn/patches/winston-npm-3.8.2-2035e9cac4.patch",
"ramda@0.28.0": "patch:ramda@npm:0.28.0#.yarn/patches/ramda-npm-0.28.0-6a5fe8f6cc.patch"
},
Expand Down Expand Up @@ -128,7 +128,7 @@
"react-router-config": "5.1.1",
"react-router-dom": "5.3.4",
"url-parse": "1.5.10",
"uuid": "8.3.2",
"uuid": "9.0.1",
"winston": "patch:winston@3.8.2#./patches/winston-file-descriptor.patch",
"xmldoc": "1.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/bundleSize/bundleSizeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
* We are allowing a variance of -5 on `MIN_SIZE` and +5 on `MAX_SIZE` to avoid the need for frequent changes, as bundle sizes can fluctuate
*/

export const MIN_SIZE = 640 - 5;
export const MAX_SIZE = 1093 + 5;
export const MIN_SIZE = 634 - 5;
export const MAX_SIZE = 1102 + 5;
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15229,7 +15229,7 @@ __metadata:
ts-loader: 9.5.1
typescript: 5.4.5
url-parse: 1.5.10
uuid: 8.3.2
uuid: 9.0.1
wait-on: 7.2.0
webpack: 5.91.0
webpack-bundle-analyzer: 4.10.1
Expand Down Expand Up @@ -16793,12 +16793,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:3.4.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: ./bin/uuid
checksum: 58de2feed61c59060b40f8203c0e4ed7fd6f99d42534a499f1741218a1dd0c129f4aa1de797bcf822c8ea5da7e4137aa3673431a96dae729047f7aca7b27866f
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

Expand Down