Skip to content

Commit

Permalink
Marija's review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 7, 2024
1 parent a58f16b commit 3af14e2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions examples/base-ui-cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@mui/base": "latest",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"typescript": "~5.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/base-ui-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@mui/base": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/joy-ui-cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@mui/joy": "latest",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"typescript": "~5.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-cra-styled-components-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"styled-components": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-cra-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"styled-components": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-cra-tailwind-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/react-dom": "^18.0.0",
"autoprefixer": "latest",
"postcss": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"tailwindcss": "latest",
"typescript": "~5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@mui/material": "^5.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0",
"typescript": "~5.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^5.0.0"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-express-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"express": "latest",
"nodemon": "latest",
"npm-run-all": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"webpack": "latest",
"webpack-cli": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@mui/material": "^5.0.0",
"gatsby": "latest",
"gatsby-plugin-react-helmet": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "latest",
"react-dom": "latest",
"react-helmet": "^6.0.0"
},
"scripts": {
Expand Down

0 comments on commit 3af14e2

Please sign in to comment.