Security upgrades
This commit is contained in:
90
node_modules/@material-ui/core/package.json
generated
vendored
Normal file
90
node_modules/@material-ui/core/package.json
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"_from": "@material-ui/core",
|
||||
"_id": "@material-ui/core@4.11.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bYo9uIub8wGhZySHqLQ833zi4ZML+XCBE1XwJ8EuUVSpTWWG57Pm+YugQToJNFsEyiKFhPh8DPD0bgupz8n01g==",
|
||||
"_location": "/@material-ui/core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@material-ui/core",
|
||||
"name": "@material-ui/core",
|
||||
"escapedName": "@material-ui%2fcore",
|
||||
"scope": "@material-ui",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.11.0.tgz",
|
||||
"_shasum": "b69b26e4553c9e53f2bfaf1053e216a0af9be15a",
|
||||
"_spec": "@material-ui/core",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend",
|
||||
"author": {
|
||||
"name": "Material-UI Team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mui-org/material-ui/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"@material-ui/styles": "^4.10.0",
|
||||
"@material-ui/system": "^4.9.14",
|
||||
"@material-ui/types": "^5.1.0",
|
||||
"@material-ui/utils": "^4.10.2",
|
||||
"@types/react-transition-group": "^4.2.0",
|
||||
"clsx": "^1.0.4",
|
||||
"hoist-non-react-statics": "^3.3.2",
|
||||
"popper.js": "1.16.1-lts",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-is": "^16.8.0",
|
||||
"react-transition-group": "^4.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "React components that implement Google's Material Design.",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/material-ui"
|
||||
},
|
||||
"homepage": "https://material-ui.com/",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"material design",
|
||||
"material-ui"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"module": "./esm/index.js",
|
||||
"name": "@material-ui/core",
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.8.6",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mui-org/material-ui.git",
|
||||
"directory": "packages/material-ui"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"typings": "./index.d.ts",
|
||||
"version": "4.11.0"
|
||||
}
|
||||
Reference in New Issue
Block a user