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

Update dependency @pigment-css/vite-plugin to ^0.0.29 #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@pigment-css/react": "^0.0.28",
"@pigment-css/vite-plugin": "^0.0.28",
"@pigment-css/vite-plugin": "^0.0.29",
"@react-universal/core": "workspace:*"
},
"devDependencies": {
Expand Down
44 changes: 38 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3463,19 +3463,51 @@ __metadata:
languageName: node
linkType: hard

"@pigment-css/vite-plugin@npm:^0.0.28":
version: 0.0.28
resolution: "@pigment-css/vite-plugin@npm:0.0.28"
"@pigment-css/react@npm:^0.0.29":
version: 0.0.29
resolution: "@pigment-css/react@npm:0.0.29"
dependencies:
"@babel/core": "npm:^7.26.0"
"@babel/helper-module-imports": "npm:^7.25.9"
"@babel/helper-plugin-utils": "npm:^7.25.9"
"@babel/parser": "npm:^7.26.2"
"@babel/types": "npm:^7.26.0"
"@emotion/css": "npm:^11.13.4"
"@emotion/is-prop-valid": "npm:^1.3.1"
"@emotion/react": "npm:^11.13.3"
"@emotion/serialize": "npm:^1.3.2"
"@emotion/styled": "npm:^11.13.0"
"@mui/system": "npm:^6.1.6"
"@mui/utils": "npm:^6.1.6"
"@wyw-in-js/processor-utils": "npm:^0.5.5"
"@wyw-in-js/shared": "npm:^0.5.5"
"@wyw-in-js/transform": "npm:^0.5.5"
clsx: "npm:^2.1.1"
cssesc: "npm:^3.0.0"
csstype: "npm:^3.1.3"
lodash: "npm:^4.17.21"
prop-types: "npm:^15.8.1"
stylis: "npm:^4.3.4"
stylis-plugin-rtl: "npm:^2.1.1"
peerDependencies:
react: ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/116890ccff9a6ab0b76627e19b4cd633c9fd39fe0aa973d2b625beb9451034fb24318c9ed053a29943e2daa9effd8beac0d0573513071a7b5653c89276afbcd9
languageName: node
linkType: hard

"@pigment-css/vite-plugin@npm:^0.0.29":
version: 0.0.29
resolution: "@pigment-css/vite-plugin@npm:0.0.29"
dependencies:
"@babel/core": "npm:^7.26.0"
"@babel/preset-typescript": "npm:^7.26.0"
"@pigment-css/react": "npm:^0.0.28"
"@pigment-css/react": "npm:^0.0.29"
"@wyw-in-js/shared": "npm:^0.5.5"
"@wyw-in-js/transform": "npm:^0.5.5"
babel-plugin-define-var: "npm:^0.1.0"
peerDependencies:
vite: ^4.0.0 || ^5.0.0
checksum: 10c0/a873dd52825cc0e0d83f605a5094693c47bbf2f73ec9417ce1c680abb587e058d6bfdb6f583cd9c4d1508c71361c2443bb337a39a94a150f285a05b15a0e7a35
checksum: 10c0/9c744edd5dd5bd7887bbdda47e6aad83a290fd0c7700205f458e7bc9cef76a3c5595234fa506e51c57a156bd9613c3a81c02d15cf3a5fcde1254d2947ec2bfa4
languageName: node
linkType: hard

Expand Down Expand Up @@ -3889,7 +3921,7 @@ __metadata:
resolution: "@react-universal/vite-plugin@workspace:packages/vite-plugin"
dependencies:
"@pigment-css/react": "npm:^0.0.28"
"@pigment-css/vite-plugin": "npm:^0.0.28"
"@pigment-css/vite-plugin": "npm:^0.0.29"
"@react-universal/core": "workspace:*"
esbuild: "npm:^0.24.2"
react: "npm:18.3.1"
Expand Down
Loading