Skip to content

Commit

Permalink
test windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 25, 2024
1 parent 865e815 commit 646a3c3
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion apps/local-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@pigment-css/react": "^0.0.15"
"@pigment-css/react": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/react"
}
}
4 changes: 2 additions & 2 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf .next"
},
"dependencies": {
"@pigment-css/react": "^0.0.15",
"@pigment-css/react": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/react",
"@mui/utils": "workspace:^",
"@mui/base": "workspace:^",
"@mui/lab": "workspace:^",
Expand All @@ -24,7 +24,7 @@
"next": "latest"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.15",
"@pigment-css/nextjs-plugin": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/nextjs-plugin",
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@pigment-css/react": "^0.0.15",
"@pigment-css/react": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/react",
"@mui/utils": "workspace:^",
"@mui/base": "workspace:^",
"@mui/lab": "workspace:^",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "^0.0.15",
"@pigment-css/vite-plugin": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/vite-plugin",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"@octokit/rest": "^20.1.1",
"@pigment-css/react": "^0.0.15",
"@pigment-css/react": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/react",
"@playwright/test": "1.44.1",
"@types/enzyme": "^3.10.18",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@pigment-css/react": "^0.0.15",
"@pigment-css/react": "https://pkg.csb.dev/mui/pigment-css/commit/e69d7d96/@pigment-css/react",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
Expand Down
62 changes: 33 additions & 29 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 646a3c3

Please sign in to comment.