|
|
@@ -2933,6 +2933,30 @@
|
|
|
"@babel/helper-module-imports": "^7.15.4",
|
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
|
"lodash": "^4.17.11"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": {
|
|
|
+ "version": "7.16.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
|
|
+ "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "^7.16.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.15.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
|
+ "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.16.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
|
|
+ "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.15.7",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"babel-plugin-syntax-jsx": {
|