Skip to content

Commit

Permalink
[dependencies] Bump Pigment CSS to 0.0.23 (#43793)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Sep 18, 2024
1 parent 3dd7c96 commit 3db9344
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 44 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.22",
"@pigment-css/nextjs-plugin": "0.0.23",
"@types/node": "^20.16.5",
"@types/react": "^18.3.4",
"@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 @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "0.0.22",
"@pigment-css/vite-plugin": "0.0.23",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@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": "^14.2.11",
"@octokit/rest": "^21.0.2",
"@pigment-css/react": "0.0.22",
"@pigment-css/react": "0.0.23",
"@playwright/test": "1.47.1",
"@types/babel__core": "^7.20.5",
"@types/fs-extra": "^11.0.4",
Expand Down Expand Up @@ -219,10 +219,10 @@
"@types/react": "^18.3.4",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0",
"@pigment-css/react": "0.0.22",
"@pigment-css/unplugin": "0.0.22",
"@pigment-css/nextjs-plugin": "0.0.22",
"@pigment-css/vite-plugin": "0.0.22"
"@pigment-css/react": "0.0.23",
"@pigment-css/unplugin": "0.0.23",
"@pigment-css/nextjs-plugin": "0.0.23",
"@pigment-css/vite-plugin": "0.0.23"
},
"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 @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "^7.25.6",
"@mui/system": "workspace:*",
"@pigment-css/react": "0.0.22"
"@pigment-css/react": "0.0.23"
},
"sideEffects": false,
"publishConfig": {
Expand Down
Loading

0 comments on commit 3db9344

Please sign in to comment.