Skip to content

Commit

Permalink
Bump Pigment CSS to 0.0.28 (#44611)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent c744ba9 commit 07c1590
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "0.0.27",
"@pigment-css/nextjs-plugin": "0.0.28",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@pigment-css/vite-plugin": "0.0.27",
"@pigment-css/vite-plugin": "0.0.28",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webfontloader": "^1.6.38",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"@mui/utils": "workspace:^",
"@next/eslint-plugin-next": "^15.0.3",
"@octokit/rest": "^21.0.2",
"@pigment-css/react": "0.0.27",
"@pigment-css/react": "0.0.28",
"@playwright/test": "1.48.2",
"@types/babel__core": "^7.20.5",
"@types/fs-extra": "^11.0.4",
Expand Down Expand Up @@ -220,10 +220,10 @@
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"cross-fetch": "^4.0.0",
"@pigment-css/react": "0.0.27",
"@pigment-css/unplugin": "0.0.27",
"@pigment-css/nextjs-plugin": "0.0.27",
"@pigment-css/vite-plugin": "0.0.27"
"@pigment-css/react": "0.0.28",
"@pigment-css/unplugin": "0.0.28",
"@pigment-css/nextjs-plugin": "0.0.28",
"@pigment-css/vite-plugin": "0.0.28"
},
"nyc": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@mui/system": "workspace:*"
},
"peerDependencies": {
"@pigment-css/react": "^0.0.27"
"@pigment-css/react": "^0.0.27 || ^0.0.28"
},
"sideEffects": false,
"publishConfig": {
Expand Down
71 changes: 36 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit 07c1590

Please sign in to comment.