Skip to content

Commit 80144fb

Browse files
committed
generated build and update packages
1 parent 45c97e5 commit 80144fb

File tree

6 files changed

+40
-25
lines changed

6 files changed

+40
-25
lines changed

dist/rapidoc-min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

46 Bytes
Binary file not shown.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.7",
47+
"@babel/core": "^7.12.8",
4848
"@babel/preset-env": "^7.12.7",
4949
"babel-eslint": "^10.1.0",
5050
"babel-loader": "^8.2.1",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
2929
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3030

31-
"@babel/core@^7.12.7":
32-
version "7.12.7"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
34-
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
31+
"@babel/core@^7.12.8":
32+
version "7.12.8"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
34+
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
3535
dependencies:
3636
"@babel/code-frame" "^7.10.4"
3737
"@babel/generator" "^7.12.5"
3838
"@babel/helper-module-transforms" "^7.12.1"
3939
"@babel/helpers" "^7.12.5"
4040
"@babel/parser" "^7.12.7"
4141
"@babel/template" "^7.12.7"
42-
"@babel/traverse" "^7.12.7"
42+
"@babel/traverse" "^7.12.8"
4343
"@babel/types" "^7.12.7"
4444
convert-source-map "^1.7.0"
4545
debug "^4.1.0"
@@ -1040,7 +1040,7 @@
10401040
globals "^11.1.0"
10411041
lodash "^4.17.19"
10421042

1043-
"@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7":
1043+
"@babel/traverse@^7.12.5":
10441044
version "7.12.7"
10451045
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
10461046
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
@@ -1055,6 +1055,21 @@
10551055
globals "^11.1.0"
10561056
lodash "^4.17.19"
10571057

1058+
"@babel/traverse@^7.12.8":
1059+
version "7.12.8"
1060+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
1061+
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
1062+
dependencies:
1063+
"@babel/code-frame" "^7.10.4"
1064+
"@babel/generator" "^7.12.5"
1065+
"@babel/helper-function-name" "^7.10.4"
1066+
"@babel/helper-split-export-declaration" "^7.11.0"
1067+
"@babel/parser" "^7.12.7"
1068+
"@babel/types" "^7.12.7"
1069+
debug "^4.1.0"
1070+
globals "^11.1.0"
1071+
lodash "^4.17.19"
1072+
10581073
"@babel/traverse@^7.7.0":
10591074
version "7.9.6"
10601075
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"

0 commit comments

Comments
 (0)