Skip to content

Commit

Permalink
Bump Pigment CSS to 0.0.18 (mui#43069)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Jul 25, 2024
1 parent 263dbdd commit a29d09c
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 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.17",
"@pigment-css/nextjs-plugin": "0.0.18",
"@types/node": "^20.5.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
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 @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "0.0.17",
"@pigment-css/vite-plugin": "0.0.18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@mui/utils": "workspace:^",
"@next/eslint-plugin-next": "^14.2.5",
"@octokit/rest": "^20.1.1",
"@pigment-css/react": "^0.0.17",
"@pigment-css/react": "^0.0.18",
"@playwright/test": "1.45.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
Expand Down Expand Up @@ -210,10 +210,10 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0",
"@pigment-css/react": "^0.0.17",
"@pigment-css/unplugin": "0.0.17",
"@pigment-css/nextjs-plugin": "0.0.17",
"@pigment-css/vite-plugin": "0.0.17"
"@pigment-css/react": "0.0.18",
"@pigment-css/unplugin": "0.0.18",
"@pigment-css/nextjs-plugin": "0.0.18",
"@pigment-css/vite-plugin": "0.0.18"
},
"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 @@ -40,7 +40,7 @@
},
"dependencies": {
"@mui/system": "workspace:*",
"@pigment-css/react": "0.0.17"
"@pigment-css/react": "0.0.18"
},
"sideEffects": false,
"publishConfig": {
Expand Down
54 changes: 27 additions & 27 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 a29d09c

Please sign in to comment.