Skip to content

Commit

Permalink
v4.11.3-deprecations.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 25, 2021
1 parent 7c47391 commit 6cf7cf7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.11.3-deprecations.0",
"version": "4.11.3-deprecations.1",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.11.3-deprecations.0",
"version": "4.11.3-deprecations.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.11.3-deprecations.0",
"@material-ui/core": "^4.11.3-deprecations.1",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.11.3-deprecations.0",
"version": "4.11.3-deprecations.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "4.11.3-deprecations.0",
"version": "4.11.3-deprecations.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.11.3-deprecations.0",
"version": "4.11.3-deprecations.1",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.11.3-deprecations.0",
"@material-ui/system": "^4.11.3-deprecations.0",
"@material-ui/styles": "4.11.3-deprecations.1",
"@material-ui/system": "4.11.3-deprecations.1",
"@material-ui/types": "^5.1.0",
"@material-ui/utils": "^4.11.2",
"@types/react-transition-group": "^4.2.0",
Expand Down

0 comments on commit 6cf7cf7

Please sign in to comment.