Skip to content

Commit

Permalink
chore(Playroom): Upgrade version (#1268)
Browse files Browse the repository at this point in the history
This update solves this annoying issue
seek-oss/playroom#368
  • Loading branch information
yceballost authored Oct 11, 2024
1 parent dd0fdad commit 240bfb1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.2",
"node-fetch": "^2.6.7",
"playroom": "^0.38.0",
"playroom": "^0.39.0",
"postcss": "^8.4.18",
"postcss-loader": "^4.2.0",
"prettier": "^3.3.2",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5562,7 +5562,7 @@ __metadata:
mini-css-extract-plugin: ^1.6.2
moment: ^2.29.1
node-fetch: ^2.6.7
playroom: ^0.38.0
playroom: ^0.39.0
postcss: ^8.4.18
postcss-loader: ^4.2.0
prettier: ^3.3.2
Expand Down Expand Up @@ -6721,6 +6721,15 @@ __metadata:
languageName: node
linkType: hard

"@vanilla-extract/dynamic@npm:^2.1.2":
version: 2.1.2
resolution: "@vanilla-extract/dynamic@npm:2.1.2"
dependencies:
"@vanilla-extract/private": ^1.0.6
checksum: ec6ec9b02c7ec8a9d60aebf63225fd3f930c06ad824321f03f683f1948eb6d4e554d934303da140b3230b4af2fa15bab494c6da2a3b9a172e4118c245b4f942a
languageName: node
linkType: hard

"@vanilla-extract/integration@npm:^6.3.0":
version: 6.5.0
resolution: "@vanilla-extract/integration@npm:6.5.0"
Expand Down Expand Up @@ -6779,6 +6788,13 @@ __metadata:
languageName: node
linkType: hard

"@vanilla-extract/private@npm:^1.0.6":
version: 1.0.6
resolution: "@vanilla-extract/private@npm:1.0.6"
checksum: 2265b02af29d8cd40f6ddeeed197fb2df1a7695f5a9821d5e3597677179be8b83bcd8fe4df4a6178544f89123d745a3c6a13599d4fe4e5873b065a8ad329f690
languageName: node
linkType: hard

"@vanilla-extract/sprinkles@npm:^1.5.1, @vanilla-extract/sprinkles@npm:^1.6.2":
version: 1.6.2
resolution: "@vanilla-extract/sprinkles@npm:1.6.2"
Expand Down Expand Up @@ -17872,9 +17888,9 @@ __metadata:
languageName: node
linkType: hard

"playroom@npm:^0.38.0":
version: 0.38.0
resolution: "playroom@npm:0.38.0"
"playroom@npm:^0.39.0":
version: 0.39.0
resolution: "playroom@npm:0.39.0"
dependencies:
"@babel/core": ^7.20.5
"@babel/parser": ^7.23.4
Expand All @@ -17890,6 +17906,7 @@ __metadata:
"@types/react-dom": ^18.0.9
"@vanilla-extract/css": ^1.9.2
"@vanilla-extract/css-utils": ^0.1.3
"@vanilla-extract/dynamic": ^2.1.2
"@vanilla-extract/sprinkles": ^1.5.1
"@vanilla-extract/webpack-plugin": ^2.3.6
babel-loader: ^9.1.0
Expand Down Expand Up @@ -17935,7 +17952,7 @@ __metadata:
react-dom: ^17 || ^18
bin:
playroom: bin/cli.cjs
checksum: 996e76a77a39f74627f07a28b899ab7a5da54c099ffed67f1a1c51d55c285668b9e7a8a1c66acaa3e7e8c641be7157975ba7c5a834deeffbdcb73c72ae210eb7
checksum: 29f04ad1a3654346b1e4490dd7b527276bbf4ed03950db018e85ed5d28e1fb9d0d0ceeb721db8f2bb80aff661e26e382d4f2ccacc3a2b2333e43b9a59dc731a6
languageName: node
linkType: hard

Expand Down

1 comment on commit 240bfb1

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-mrlr7ww4y-flows-projects-65bb050e.vercel.app

Built with commit 240bfb1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.