Skip to content

Commit

Permalink
chore: Fix various peer dependency warnings (mui#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Aug 2, 2020
1 parent 5043b9b commit 5424cdd
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 325 deletions.
4 changes: 4 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"node": ">=8.0.0"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@date-io/hijri": "^2.6.0",
"@date-io/jalaali": "^2.6.0",
Expand All @@ -25,6 +27,7 @@
"@material-ui/icons": "^5.0.0-alpha.4",
"@material-ui/lab": "^5.0.0-alpha.5",
"@material-ui/pickers": "^4.0.0-alpha.1",
"@mdx-js/mdx": "^0.15.7",
"@now/node": "^1.7.3",
"@types/fuzzy-search": "^2.1.0",
"@types/isomorphic-fetch": "^0.0.35",
Expand Down Expand Up @@ -73,6 +76,7 @@
"sinon": "^9.0.2",
"styled-jsx": "^3.3.0",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"yup": "^0.29.1"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,15 @@
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-transition-group": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"babel-loader": "^8.1.0",
"babel-plugin-optimize-clsx": "^2.6.1",
"babel-plugin-react-remove-properties": "^0.3.0",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"date-fns": "^2.12.0",
"dayjs": "^1.8.27",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.5",
"fs-extra": "^9.0.0",
"full-icu": "^1.3.1",
"jest": "^26.1.0",
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"url": "git+https://github.com/mui-org/material-ui-pickers.git"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.8.4",
"@cypress/webpack-preprocessor": "^4.1.0",
"@material-ui/core": "^4.11.0",
"@percy/cypress": "^2.3.1",
"@testing-library/cypress": "^6.0.0",
"@testing-library/dom": "^7.21.5",
Expand All @@ -58,6 +59,9 @@
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.6",
"wait-on": "^5.1.0",
"yarn-deduplicate": "^2.1.1"
},
Expand All @@ -70,5 +74,9 @@
"/docs/_shared",
"/e2e/",
"**/build"
]
],
"resolutions": {
"**/@babel/core": "^7.9.6",
"**/webpack": "^4.43.0"
}
}
Loading

0 comments on commit 5424cdd

Please sign in to comment.