Pin dependencies
This commit is contained in:
22
package.json
22
package.json
@@ -7,19 +7,19 @@
|
||||
"type-check": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.4.1",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@mui/lab": "^5.0.0-alpha.50",
|
||||
"@mui/material": "^5.0.3",
|
||||
"@emotion/react": "11.4.1",
|
||||
"@emotion/styled": "11.3.0",
|
||||
"@mui/lab": "5.0.0-alpha.50",
|
||||
"@mui/material": "5.0.3",
|
||||
"next": "latest",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.21",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"prettier": "^2.4.1",
|
||||
"typescript": "^4.4.4"
|
||||
"@types/node": "12.20.29",
|
||||
"@types/react": "17.0.29",
|
||||
"@types/react-dom": "17.0.9",
|
||||
"prettier": "2.4.1",
|
||||
"typescript": "4.4.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user