chore(deps-dev): @babel plugins needed to build swagger-ui-react (#7779)
* chore(deps-dev): @babel plugins needed to build swagger-ui-react * chore(swagger-ui-react): remove unused require `fs`
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
var jsonMerger = require("json-merger")
|
var jsonMerger = require("json-merger")
|
||||||
var fs = require("fs")
|
|
||||||
var result = jsonMerger.mergeFiles(["../../../package.json", "template.json"])
|
var result = jsonMerger.mergeFiles(["../../../package.json", "template.json"])
|
||||||
|
|
||||||
if(process.env.REACT_FLAVOR_VERSION_IDENTIFIER) {
|
if(process.env.REACT_FLAVOR_VERSION_IDENTIFIER) {
|
||||||
|
|||||||
184
package-lock.json
generated
184
package-lock.json
generated
@@ -6,7 +6,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "swagger-ui",
|
"name": "swagger-ui",
|
||||||
"version": "4.1.3",
|
"version": "4.2.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs3": "^7.16.8",
|
"@babel/runtime-corejs3": "^7.16.8",
|
||||||
@@ -51,7 +51,9 @@
|
|||||||
"@babel/eslint-parser": "=7.16.3",
|
"@babel/eslint-parser": "=7.16.3",
|
||||||
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
|
||||||
|
"@babel/plugin-proposal-object-rest-spread": "=7.16.7",
|
||||||
"@babel/plugin-proposal-optional-chaining": "=7.16.0",
|
"@babel/plugin-proposal-optional-chaining": "=7.16.0",
|
||||||
|
"@babel/plugin-transform-modules-commonjs": "=7.16.8",
|
||||||
"@babel/plugin-transform-runtime": "=7.16.8",
|
"@babel/plugin-transform-runtime": "=7.16.8",
|
||||||
"@babel/preset-env": "=7.16.8",
|
"@babel/preset-env": "=7.16.8",
|
||||||
"@babel/preset-react": "=7.14.5",
|
"@babel/preset-react": "=7.14.5",
|
||||||
@@ -598,6 +600,58 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/compat-data": "^7.16.4",
|
||||||
|
"@babel/helper-compilation-targets": "^7.16.7",
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7",
|
||||||
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||||
|
"@babel/plugin-transform-parameters": "^7.16.7"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0-0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@babel/plugin-proposal-object-rest-spread/node_modules/@babel/helper-compilation-targets": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/compat-data": "^7.16.4",
|
||||||
|
"@babel/helper-validator-option": "^7.16.7",
|
||||||
|
"browserslist": "^4.17.5",
|
||||||
|
"semver": "^6.3.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@babel/plugin-proposal-object-rest-spread/node_modules/@babel/plugin-transform-parameters": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0-0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
||||||
"version": "7.16.0",
|
"version": "7.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
|
||||||
@@ -753,6 +807,24 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
||||||
|
"version": "7.16.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
||||||
|
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/helper-module-transforms": "^7.16.7",
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7",
|
||||||
|
"@babel/helper-simple-access": "^7.16.7",
|
||||||
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0-0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@babel/plugin-transform-react-display-name": {
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
||||||
"version": "7.14.5",
|
"version": "7.14.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz",
|
||||||
@@ -1260,25 +1332,6 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-object-rest-spread": {
|
|
||||||
"version": "7.16.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
|
||||||
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/compat-data": "^7.16.4",
|
|
||||||
"@babel/helper-compilation-targets": "^7.16.7",
|
|
||||||
"@babel/helper-plugin-utils": "^7.16.7",
|
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
||||||
"@babel/plugin-transform-parameters": "^7.16.7"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=6.9.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@babel/core": "^7.0.0-0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
"node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
|
||||||
@@ -1730,24 +1783,6 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-env/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
||||||
"version": "7.16.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
|
||||||
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/helper-module-transforms": "^7.16.7",
|
|
||||||
"@babel/helper-plugin-utils": "^7.16.7",
|
|
||||||
"@babel/helper-simple-access": "^7.16.7",
|
|
||||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=6.9.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@babel/core": "^7.0.0-0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/preset-env/node_modules/@babel/plugin-transform-modules-systemjs": {
|
"node_modules/@babel/preset-env/node_modules/@babel/plugin-transform-modules-systemjs": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
||||||
@@ -29717,6 +29752,42 @@
|
|||||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@babel/plugin-proposal-object-rest-spread": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/compat-data": "^7.16.4",
|
||||||
|
"@babel/helper-compilation-targets": "^7.16.7",
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7",
|
||||||
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||||
|
"@babel/plugin-transform-parameters": "^7.16.7"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/helper-compilation-targets": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/compat-data": "^7.16.4",
|
||||||
|
"@babel/helper-validator-option": "^7.16.7",
|
||||||
|
"browserslist": "^4.17.5",
|
||||||
|
"semver": "^6.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@babel/plugin-transform-parameters": {
|
||||||
|
"version": "7.16.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
|
||||||
|
"integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"@babel/plugin-proposal-optional-chaining": {
|
"@babel/plugin-proposal-optional-chaining": {
|
||||||
"version": "7.16.0",
|
"version": "7.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
|
||||||
@@ -29827,6 +29898,18 @@
|
|||||||
"@babel/helper-plugin-utils": "^7.14.5"
|
"@babel/helper-plugin-utils": "^7.14.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@babel/plugin-transform-modules-commonjs": {
|
||||||
|
"version": "7.16.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
||||||
|
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-module-transforms": "^7.16.7",
|
||||||
|
"@babel/helper-plugin-utils": "^7.16.7",
|
||||||
|
"@babel/helper-simple-access": "^7.16.7",
|
||||||
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@babel/plugin-transform-react-display-name": {
|
"@babel/plugin-transform-react-display-name": {
|
||||||
"version": "7.14.5",
|
"version": "7.14.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz",
|
||||||
@@ -30208,19 +30291,6 @@
|
|||||||
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-proposal-object-rest-spread": {
|
|
||||||
"version": "7.16.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
|
||||||
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"@babel/compat-data": "^7.16.4",
|
|
||||||
"@babel/helper-compilation-targets": "^7.16.7",
|
|
||||||
"@babel/helper-plugin-utils": "^7.16.7",
|
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
||||||
"@babel/plugin-transform-parameters": "^7.16.7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@babel/plugin-proposal-optional-catch-binding": {
|
"@babel/plugin-proposal-optional-catch-binding": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
|
||||||
@@ -30518,18 +30588,6 @@
|
|||||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-transform-modules-commonjs": {
|
|
||||||
"version": "7.16.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
|
||||||
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"@babel/helper-module-transforms": "^7.16.7",
|
|
||||||
"@babel/helper-plugin-utils": "^7.16.7",
|
|
||||||
"@babel/helper-simple-access": "^7.16.7",
|
|
||||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@babel/plugin-transform-modules-systemjs": {
|
"@babel/plugin-transform-modules-systemjs": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
||||||
|
|||||||
@@ -94,7 +94,9 @@
|
|||||||
"@babel/eslint-parser": "=7.16.3",
|
"@babel/eslint-parser": "=7.16.3",
|
||||||
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
|
||||||
|
"@babel/plugin-proposal-object-rest-spread": "=7.16.7",
|
||||||
"@babel/plugin-proposal-optional-chaining": "=7.16.0",
|
"@babel/plugin-proposal-optional-chaining": "=7.16.0",
|
||||||
|
"@babel/plugin-transform-modules-commonjs": "=7.16.8",
|
||||||
"@babel/plugin-transform-runtime": "=7.16.8",
|
"@babel/plugin-transform-runtime": "=7.16.8",
|
||||||
"@babel/preset-env": "=7.16.8",
|
"@babel/preset-env": "=7.16.8",
|
||||||
"@babel/preset-react": "=7.14.5",
|
"@babel/preset-react": "=7.14.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user