Skip to content

Commit

Permalink
Bump Pigment CSS to 0.0.20 (#43219)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Aug 8, 2024
1 parent 8636fbe commit 0080a5f
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 53 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.18",
"@pigment-css/nextjs-plugin": "0.0.20",
"@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 @@ -25,7 +25,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "0.0.18",
"@pigment-css/vite-plugin": "0.0.20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0",
"@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"
"@pigment-css/react": "0.0.20",
"@pigment-css/unplugin": "0.0.20",
"@pigment-css/nextjs-plugin": "0.0.20",
"@pigment-css/vite-plugin": "0.0.20"
},
"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.18"
"@pigment-css/react": "0.0.20"
},
"sideEffects": false,
"publishConfig": {
Expand Down
93 changes: 47 additions & 46 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 0080a5f

Please sign in to comment.