Skip to content

Commit

Permalink
Remove nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 14, 2023
1 parent 617ba89 commit 0de99a5
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 12 deletions.
3 changes: 1 addition & 2 deletions packages/app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.10.17",
"copy-to-clipboard": "^3.3.1",
"react-error-boundary": "^4.0.3",
"nanoid": "^3.0.0"
"react-error-boundary": "^4.0.3"
},
"peerDependencies": {
"mobx": "^6.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"rbush": "^3.0.1",
"react-error-boundary": "^4.0.3",
"serialize-error": "^8.0.0",
"nanoid": "^3.0.0",
"svg-path-generator": "^1.1.0"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/embedded-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.10.17",
"copy-to-clipboard": "^3.3.1",
"react-error-boundary": "^4.0.3",
"nanoid": "^3.0.0"
"react-error-boundary": "^4.0.3"
},
"peerDependencies": {
"mobx": "^6.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/product-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"copy-to-clipboard": "^3.3.1",
"librpc-web-mod": "^1.0.0",
"react-error-boundary": "^4.0.3",
"serialize-error": "^8.0.0",
"nanoid": "^3.0.0"
"serialize-error": "^8.0.0"
},
"peerDependencies": {
"mobx": "^6.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/web-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"@mui/material": "^5.10.17",
"clone": "^2.0.0",
"copy-to-clipboard": "^3.3.1",
"react-error-boundary": "^4.0.3",
"nanoid": "^3.0.0"
"react-error-boundary": "^4.0.3"
},
"peerDependencies": {
"mobx": "^6.0.0",
Expand Down
1 change: 0 additions & 1 deletion products/jbrowse-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"prop-types": "^15.0.0",
"react-error-boundary": "^4.0.0",
"rxjs": "^7.0.0",
"nanoid": "^3.0.0",
"tss-react": "^4.4.1",
"use-query-params": "^2.0.0",
"webpack": "^5.72.0"
Expand Down
1 change: 0 additions & 1 deletion products/jbrowse-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"react-error-boundary": "^4.0.3",
"requestidlecallback-polyfill": "^1.0.2",
"rxjs": "^7.0.0",
"nanoid": "^3.0.0",
"tss-react": "^4.4.1",
"use-query-params": "^2.0.0",
"webpack": "^5.72.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14021,7 +14021,7 @@ nan@^2.17.0:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==

nanoid@^3.0.0, nanoid@^3.3.6:
nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
Expand Down

0 comments on commit 0de99a5

Please sign in to comment.