Skip to content

Commit

Permalink
chore(deps-dev): @babel plugins needed to build swagger-ui-react (#7779)
Browse files Browse the repository at this point in the history
* chore(deps-dev): @babel plugins needed to build swagger-ui-react

* chore(swagger-ui-react): remove unused require `fs`
  • Loading branch information
tim-lai committed Jan 19, 2022
1 parent 5cf907c commit b1e9473
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 64 deletions.
2 changes: 1 addition & 1 deletion flavors/swagger-ui-react/release/create-manifest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var jsonMerger = require("json-merger")
var fs = require("fs")

var result = jsonMerger.mergeFiles(["../../../package.json", "template.json"])

if(process.env.REACT_FLAVOR_VERSION_IDENTIFIER) {
Expand Down
184 changes: 121 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
"@babel/eslint-parser": "=7.16.3",
"@babel/plugin-proposal-class-properties": "=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-transform-modules-commonjs": "=7.16.8",
"@babel/plugin-transform-runtime": "=7.16.8",
"@babel/preset-env": "=7.16.8",
"@babel/preset-react": "=7.14.5",
Expand Down

0 comments on commit b1e9473

Please sign in to comment.