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

chore(Playroom): Upgrade version #1268

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading