mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
739 B
JSON
30 lines
739 B
JSON
{
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.41",
|
|
"@rails/webpacker": "^5.2.1",
|
|
"@types/react": "^17.0.13",
|
|
"axios": "^0.21.2",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"pluralize": "^8.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-simple-format": "^0.3.0",
|
|
"react_ujs": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.15",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
},
|
|
"resolutions": {
|
|
"chokidar": "^3.4.0"
|
|
}
|
|
}
|