|
|
@@ -8,6 +8,10 @@
|
|
|
"name": "psicoadmin",
|
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
|
+ "@emotion/react": "^11.5.0",
|
|
|
+ "@emotion/styled": "^11.3.0",
|
|
|
+ "@mui/icons-material": "^5.1.0",
|
|
|
+ "@mui/material": "^5.1.0",
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
"@testing-library/user-event": "^12.1.10",
|
|
|
@@ -1481,6 +1485,160 @@
|
|
|
"integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==",
|
|
|
"license": "CC0-1.0"
|
|
|
},
|
|
|
+ "node_modules/@emotion/babel-plugin": {
|
|
|
+ "version": "11.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz",
|
|
|
+ "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": "^7.12.13",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.12.13",
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.5",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "babel-plugin-macros": "^2.6.1",
|
|
|
+ "convert-source-map": "^1.5.0",
|
|
|
+ "escape-string-regexp": "^4.0.0",
|
|
|
+ "find-root": "^1.1.0",
|
|
|
+ "source-map": "^0.5.7",
|
|
|
+ "stylis": "^4.0.3"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/babel-plugin/node_modules/source-map": {
|
|
|
+ "version": "0.5.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
|
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/cache": {
|
|
|
+ "version": "11.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.5.0.tgz",
|
|
|
+ "integrity": "sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/sheet": "^1.0.3",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "stylis": "^4.0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/hash": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/is-prop-valid": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@emotion/memoize": "^0.7.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/memoize": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/react": {
|
|
|
+ "version": "11.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.5.0.tgz",
|
|
|
+ "integrity": "sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/cache": "^11.5.0",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/sheet": "^1.0.3",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "hoist-non-react-statics": "^3.3.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0",
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@babel/core": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/serialize": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
|
|
|
+ "dependencies": {
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/unitless": "^0.7.5",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "csstype": "^3.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/sheet": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ=="
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/styled": {
|
|
|
+ "version": "11.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz",
|
|
|
+ "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/babel-plugin": "^11.3.0",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/utils": "^1.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0",
|
|
|
+ "@emotion/react": "^11.0.0-rc.0",
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@babel/core": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/unitless": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/utils": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
|
|
|
+ },
|
|
|
+ "node_modules/@emotion/weak-memoize": {
|
|
|
+ "version": "0.2.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
|
|
|
+ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
|
|
+ },
|
|
|
"node_modules/@eslint/eslintrc": {
|
|
|
"version": "0.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz",
|
|
|
@@ -1832,6 +1990,224 @@
|
|
|
"node": ">= 10.14.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@mui/core": {
|
|
|
+ "version": "5.0.0-alpha.54",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/core/-/core-5.0.0-alpha.54.tgz",
|
|
|
+ "integrity": "sha512-8TxdHqDdSb6wjhsnpE5n7qtkFKDG3PUSlVY0gR3VcdsHXscUY13l3VbMQW1brI4D/R9zx5VYmxIHWaHFgw4RtA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "@popperjs/core": "^2.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.2",
|
|
|
+ "react-dom": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/icons-material": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@mui/material": "^5.0.0",
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/material": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-K76v7zRhpJToInSI8sRcEmTwpVFBZ223VIusjZRKXN8JzX+PuErG7skfa1yUuhc3f4VEqcYYUw0LvI+DJJ05eg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/core": "5.0.0-alpha.54",
|
|
|
+ "@mui/system": "^5.1.0",
|
|
|
+ "@mui/types": "^7.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "@types/react-transition-group": "^4.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.9",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2",
|
|
|
+ "react-transition-group": "^4.4.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/material-ui"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@emotion/react": "^11.5.0",
|
|
|
+ "@emotion/styled": "^11.3.0",
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.2",
|
|
|
+ "react-dom": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@emotion/react": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@emotion/styled": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/private-theming": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-RWzpvwZTNoCUlWFtf7uMDY4QkNL6pI3V2Ac4MZeVzJr3DLluQrt0JjUdsy8CVS7HCTp1YGiyZsJ7H8PfR9jIOw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/material-ui"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/styled-engine": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-Z27hexqYL21z+iVat47n1E/Tj4r83JK6hXaOFj2rYMYz0lJQ6YGLF+c2B3NNJoglL76Vo0w4yKC63FsO+015kw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@emotion/cache": "^11.5.0",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/material-ui"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@emotion/react": "^11.4.1",
|
|
|
+ "@emotion/styled": "^11.3.0",
|
|
|
+ "react": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@emotion/react": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@emotion/styled": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/system": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-1h+YDnPGfTWZkf7lgeNV+vw6altxXGLclXLdxs9GPzEMNYXX7xveUjmndYpO1p/yx7GNG2gLWWkFZ1TYCeo4+Q==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/private-theming": "^5.1.0",
|
|
|
+ "@mui/styled-engine": "^5.1.0",
|
|
|
+ "@mui/types": "^7.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.9",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/material-ui"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@emotion/react": "^11.5.0",
|
|
|
+ "@emotion/styled": "^11.3.0",
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@emotion/react": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@emotion/styled": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/types": {
|
|
|
+ "version": "7.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.1.0.tgz",
|
|
|
+ "integrity": "sha512-Hh7ALdq/GjfIwLvqH3XftuY3bcKhupktTm+S6qRIDGOtPtRuq2L21VWzOK4p7kblirK0XgGVH5BLwa6u8z/6QQ==",
|
|
|
+ "peerDependencies": {
|
|
|
+ "@types/react": "*"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@mui/utils": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-TbAa3DZBGE6xjrVsQ6e0Iw0jwgGZqPg/48aZJJWXJJjU8NU5OhBRutYhrk/kbdDRmsIArHNdpJayBSi7yETYvg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@types/prop-types": "^15.7.4",
|
|
|
+ "@types/react-is": "^16.7.1 || ^17.0.0",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^17.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
|
"version": "2.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
|
|
|
@@ -2799,6 +3175,14 @@
|
|
|
"csstype": "^3.0.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/react-is": {
|
|
|
+ "version": "17.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz",
|
|
|
+ "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/react": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@types/react-transition-group": {
|
|
|
"version": "4.4.4",
|
|
|
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz",
|
|
|
@@ -5780,6 +6164,14 @@
|
|
|
"wrap-ansi": "^6.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/clsx": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/co": {
|
|
|
"version": "4.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
|
@@ -9019,6 +9411,11 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/find-root": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
|
|
|
+ },
|
|
|
"node_modules/find-up": {
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
|
@@ -15598,10 +15995,9 @@
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/react-is": {
|
|
|
- "version": "17.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
|
|
|
- "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==",
|
|
|
- "license": "MIT"
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
},
|
|
|
"node_modules/react-lifecycles-compat": {
|
|
|
"version": "3.0.4",
|
|
|
@@ -18217,6 +18613,11 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/stylis": {
|
|
|
+ "version": "4.0.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.10.tgz",
|
|
|
+ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg=="
|
|
|
+ },
|
|
|
"node_modules/supports-color": {
|
|
|
"version": "7.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
@@ -21801,6 +22202,125 @@
|
|
|
"resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
|
|
|
"integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg=="
|
|
|
},
|
|
|
+ "@emotion/babel-plugin": {
|
|
|
+ "version": "11.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz",
|
|
|
+ "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-module-imports": "^7.12.13",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.12.13",
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.5",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "babel-plugin-macros": "^2.6.1",
|
|
|
+ "convert-source-map": "^1.5.0",
|
|
|
+ "escape-string-regexp": "^4.0.0",
|
|
|
+ "find-root": "^1.1.0",
|
|
|
+ "source-map": "^0.5.7",
|
|
|
+ "stylis": "^4.0.3"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "escape-string-regexp": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
|
|
|
+ },
|
|
|
+ "source-map": {
|
|
|
+ "version": "0.5.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
|
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/cache": {
|
|
|
+ "version": "11.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.5.0.tgz",
|
|
|
+ "integrity": "sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/sheet": "^1.0.3",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "stylis": "^4.0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/hash": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
+ },
|
|
|
+ "@emotion/is-prop-valid": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/memoize": "^0.7.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/memoize": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
|
+ },
|
|
|
+ "@emotion/react": {
|
|
|
+ "version": "11.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.5.0.tgz",
|
|
|
+ "integrity": "sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/cache": "^11.5.0",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/sheet": "^1.0.3",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "hoist-non-react-statics": "^3.3.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/serialize": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/unitless": "^0.7.5",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "csstype": "^3.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/sheet": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ=="
|
|
|
+ },
|
|
|
+ "@emotion/styled": {
|
|
|
+ "version": "11.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz",
|
|
|
+ "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/babel-plugin": "^11.3.0",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/utils": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/unitless": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
+ },
|
|
|
+ "@emotion/utils": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
|
|
|
+ },
|
|
|
+ "@emotion/weak-memoize": {
|
|
|
+ "version": "0.2.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
|
|
|
+ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
|
|
+ },
|
|
|
"@eslint/eslintrc": {
|
|
|
"version": "0.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz",
|
|
|
@@ -22077,6 +22597,100 @@
|
|
|
"chalk": "^4.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@mui/core": {
|
|
|
+ "version": "5.0.0-alpha.54",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/core/-/core-5.0.0-alpha.54.tgz",
|
|
|
+ "integrity": "sha512-8TxdHqDdSb6wjhsnpE5n7qtkFKDG3PUSlVY0gR3VcdsHXscUY13l3VbMQW1brI4D/R9zx5VYmxIHWaHFgw4RtA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "@popperjs/core": "^2.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/icons-material": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/material": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-K76v7zRhpJToInSI8sRcEmTwpVFBZ223VIusjZRKXN8JzX+PuErG7skfa1yUuhc3f4VEqcYYUw0LvI+DJJ05eg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/core": "5.0.0-alpha.54",
|
|
|
+ "@mui/system": "^5.1.0",
|
|
|
+ "@mui/types": "^7.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "@types/react-transition-group": "^4.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.9",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2",
|
|
|
+ "react-transition-group": "^4.4.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/private-theming": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-RWzpvwZTNoCUlWFtf7uMDY4QkNL6pI3V2Ac4MZeVzJr3DLluQrt0JjUdsy8CVS7HCTp1YGiyZsJ7H8PfR9jIOw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/styled-engine": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-Z27hexqYL21z+iVat47n1E/Tj4r83JK6hXaOFj2rYMYz0lJQ6YGLF+c2B3NNJoglL76Vo0w4yKC63FsO+015kw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@emotion/cache": "^11.5.0",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/system": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-1h+YDnPGfTWZkf7lgeNV+vw6altxXGLclXLdxs9GPzEMNYXX7xveUjmndYpO1p/yx7GNG2gLWWkFZ1TYCeo4+Q==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@mui/private-theming": "^5.1.0",
|
|
|
+ "@mui/styled-engine": "^5.1.0",
|
|
|
+ "@mui/types": "^7.1.0",
|
|
|
+ "@mui/utils": "^5.1.0",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.9",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/types": {
|
|
|
+ "version": "7.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.1.0.tgz",
|
|
|
+ "integrity": "sha512-Hh7ALdq/GjfIwLvqH3XftuY3bcKhupktTm+S6qRIDGOtPtRuq2L21VWzOK4p7kblirK0XgGVH5BLwa6u8z/6QQ==",
|
|
|
+ "requires": {}
|
|
|
+ },
|
|
|
+ "@mui/utils": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-TbAa3DZBGE6xjrVsQ6e0Iw0jwgGZqPg/48aZJJWXJJjU8NU5OhBRutYhrk/kbdDRmsIArHNdpJayBSi7yETYvg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.16.0",
|
|
|
+ "@types/prop-types": "^15.7.4",
|
|
|
+ "@types/react-is": "^16.7.1 || ^17.0.0",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@nodelib/fs.scandir": {
|
|
|
"version": "2.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
|
|
|
@@ -22725,6 +23339,14 @@
|
|
|
"csstype": "^3.0.2"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/react-is": {
|
|
|
+ "version": "17.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz",
|
|
|
+ "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==",
|
|
|
+ "requires": {
|
|
|
+ "@types/react": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@types/react-transition-group": {
|
|
|
"version": "4.4.4",
|
|
|
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz",
|
|
|
@@ -24938,6 +25560,11 @@
|
|
|
"wrap-ansi": "^6.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "clsx": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
|
|
+ },
|
|
|
"co": {
|
|
|
"version": "4.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
|
@@ -27273,6 +27900,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "find-root": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
|
|
|
+ },
|
|
|
"find-up": {
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
|
@@ -31955,9 +32587,9 @@
|
|
|
"integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew=="
|
|
|
},
|
|
|
"react-is": {
|
|
|
- "version": "17.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
|
|
|
- "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
},
|
|
|
"react-lifecycles-compat": {
|
|
|
"version": "3.0.4",
|
|
|
@@ -33863,6 +34495,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "stylis": {
|
|
|
+ "version": "4.0.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.10.tgz",
|
|
|
+ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg=="
|
|
|
+ },
|
|
|
"supports-color": {
|
|
|
"version": "7.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|