зеркало из https://github.com/microsoft/helium-ui.git
update material ui to next tag
This commit is contained in:
Родитель
e64b65b151
Коммит
6cdcf18ea4
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
20
package.json
20
package.json
|
@ -3,18 +3,18 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^3.9.3",
|
||||
"@types/jest": "24.0.12",
|
||||
"@types/node": "12.0.0",
|
||||
"@types/react-dom": "16.8.4",
|
||||
"axios": "^0.18.0",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-scripts": "3.0.1",
|
||||
"ts-lint": "^4.5.1",
|
||||
"typescript": "3.4.5"
|
||||
"@material-ui/core": "next",
|
||||
"@material-ui/icons": "latest",
|
||||
"@types/react": "latest",
|
||||
"@types/react-dom": "latest",
|
||||
"react": "latest",
|
||||
"react-dom": "latest",
|
||||
"react-scripts": "latest",
|
||||
"typescript": "latest",
|
||||
"axios": "^0.18.0"
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "npm install",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
|
|
Загрузка…
Ссылка в новой задаче