Skip to content

Commit

Permalink
fix: better shared dependencies deduping
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 12, 2023
1 parent ee54f50 commit 09619e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"dependencies": {
"@mux/playback-core": "^0.11.0",
"@mux/upchunk": "^3.0.0",
"@sanity/icons": "^2.1.0",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^1.0.0",
"@sanity/uuid": "^3.0.1",
"@sanity/icons": "^2",
"@sanity/incompatible-plugin": "^1",
"@sanity/ui": "^1",
"@sanity/uuid": "^3",
"classnames": "^2.3.2",
"jsonwebtoken-esm": "^1.0.3",
"media-chrome": "^0.16.0",
Expand Down

2 comments on commit 09619e2

@vercel
Copy link

@vercel vercel bot commented on 09619e2 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input-codesandbox – ./example

sanity-plugin-mux-input-codesandbox-git-main.sanity.build
mux-player-codesandbox.sanity.build
sanity-plugin-mux-input-codesandbox.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 09619e2 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input – ./

sanity-plugin-mux-input.sanity.build
sanity-plugin-mux-input-git-main.sanity.build

Please sign in to comment.