Skip to content

Commit

Permalink
Update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijesh Bittu committed Nov 1, 2024
1 parent f05fabf commit b454dca
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 667 deletions.
10 changes: 5 additions & 5 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@pigment-css/react": "workspace:^",
"@mui/material": "^5.16.6",
"@mui/material-nextjs": "^5.16.6",
"@mui/material": "^6.1.6",
"@mui/material-nextjs": "^6.1.6",
"local-ui-lib": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "latest"
"next": "15.0.2"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "workspace:^",
"@types/node": "^20.5.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.0",
"typescript": "^5.4.4"
},
Expand Down
38 changes: 19 additions & 19 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
},
"dependencies": {
"@pigment-css/react": "workspace:^",
"@mui/utils": "next",
"@mui/base": "next",
"@mui/lab": "next",
"@mui/material": "next",
"@mui/system": "next",
"@mui/icons-material": "next",
"clsx": "^2.1.0",
"@mui/utils": "6.1.6",
"@mui/base": "5.0.0-beta.61",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.6",
"@mui/system": "6.1.6",
"@mui/icons-material": "6.1.6",
"clsx": "^2.1.1",
"local-ui-lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@pigment-css/vite-plugin": "workspace:^",
"@types/react": "^18.3.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.38",
"@vitejs/plugin-react": "^4.3.3",
"postcss": "^8.4.47",
"postcss-combine-media-query": "^1.0.1",
"vite": "5.2.8",
"vite-plugin-pages": "^0.32.1"
"vite": "5.4.10",
"vite-plugin-pages": "^0.32.3"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit b454dca

Please sign in to comment.