Skip to content

Commit

Permalink
fix(package.json): update @codesandbox/nodebox and outvariant versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored May 19, 2023
1 parent dbe0364 commit e20d475
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sandpack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"README.md"
],
"dependencies": {
"@codesandbox/nodebox": "0.1.4",
"@codesandbox/nodebox": "0.1.8",
"buffer": "^6.0.3",
"dequal": "^2.0.2",
"outvariant": "1.3.0",
"outvariant": "1.4.0",
"static-browser-server": "1.0.3"
},
"devDependencies": {
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1300,12 +1300,12 @@
style-mod "^4.0.0"
w3c-keyname "^2.2.4"

"@codesandbox/[email protected].4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@codesandbox/nodebox/-/nodebox-0.1.4.tgz#1c9ed4caf6cda764500aec3d46b245e2e9b88ccc"
integrity sha512-+MR7JibjGjTRDmyQbL8Mliej6wakQP7q99+wGL/nOzd0Q3s+YWGQfv0QpYKbdMClKUTFJGvwzwOeqHVTkpWNCQ==
"@codesandbox/[email protected].8":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@codesandbox/nodebox/-/nodebox-0.1.8.tgz#2dc701005cedefac386f17a69a4c9a4f38c2325d"
integrity sha512-2VRS6JDSk+M+pg56GA6CryyUSGPjBEe8Pnae0QL3jJF1mJZJVMDKr93gJRtBbLkfZN6LD/DwMtf+2L0bpWrjqg==
dependencies:
outvariant "^1.3.0"
outvariant "^1.4.0"
strict-event-emitter "^0.4.3"

"@colors/[email protected]":
Expand Down Expand Up @@ -14124,7 +14124,12 @@ osenv@^0.1.4:
os-homedir "^1.0.0"
os-tmpdir "^1.0.0"

[email protected], outvariant@^1.3.0:
[email protected], outvariant@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.0.tgz#e742e4bda77692da3eca698ef5bfac62d9fba06e"
integrity sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==

outvariant@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.3.0.tgz#c39723b1d2cba729c930b74bf962317a81b9b1c9"
integrity sha512-yeWM9k6UPfG/nzxdaPlJkB2p08hCg4xP6Lx99F+vP8YF7xyZVfTmJjrrNalkmzudD4WFvNLVudQikqUmF8zhVQ==
Expand Down

1 comment on commit e20d475

@vercel
Copy link

@vercel vercel bot commented on e20d475 May 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.