Specify "latest" versions
This commit is contained in:
parent
14451a8d7b
commit
9040c88897
14
package.json
14
package.json
|
|
@ -3,17 +3,17 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"homepage": "https://dapplion.github.io/augmented-tbc-design",
|
"homepage": "https://dapplion.github.io/augmented-tbc-design",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "latest",
|
"@material-ui/core": "^4.3.0",
|
||||||
"@types/lodash": "^4.14.136",
|
"@types/lodash": "^4.14.136",
|
||||||
"@types/react": "latest",
|
"@types/react": "^16.8.24",
|
||||||
"@types/react-dom": "latest",
|
"@types/react-dom": "^16.8.5",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"react": "latest",
|
"react": "^16.8.6",
|
||||||
"react-dom": "latest",
|
"react-dom": "^16.8.6",
|
||||||
"react-number-format": "^4.0.8",
|
"react-number-format": "^4.0.8",
|
||||||
"react-scripts": "latest",
|
"react-scripts": "^3.0.1",
|
||||||
"recharts": "^1.6.2",
|
"recharts": "^1.6.2",
|
||||||
"typescript": "latest"
|
"typescript": "^3.5.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue