Skip to content

Commit 18b285f

Browse files
committed
Updated packages
1 parent 13d89f8 commit 18b285f

13 files changed

+300
-233
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</rapi-doc>
7070
-->
7171
<rapi-doc
72-
spec-url="https://petstore.swagger.io/v2/swagger.json"
72+
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
7373
layout="row"
7474
theme="light"
7575
>

dist/index.html.gz

-4 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

8 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

-126 Bytes
Binary file not shown.

dist/report.html

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

docs/rapidoc-min.js

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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</rapi-doc>
7070
-->
7171
<rapi-doc
72-
spec-url="https://petstore.swagger.io/v2/swagger.json"
72+
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
7373
layout="row"
7474
theme="light"
7575
>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-env": "^7.3.4",
4343
"babel-loader": "^8.0.5",
4444
"babel-plugin-template-html-minifier": "^2.2.1",
45-
"clean-webpack-plugin": "^1.0.1",
45+
"clean-webpack-plugin": "^2.0.0",
4646
"compression-webpack-plugin": "^2.0.0",
4747
"css-loader": "^2.1.0",
4848
"file-loader": "^3.0.1",
@@ -51,9 +51,9 @@
5151
"node-sass": "^4.11.0",
5252
"sass-loader": "^7.1.0",
5353
"style-loader": "^0.23.1",
54-
"webpack": "^4.29.5",
55-
"webpack-bundle-analyzer": "^3.0.4",
54+
"webpack": "^4.29.6",
55+
"webpack-bundle-analyzer": "^3.1.0",
5656
"webpack-cli": "^3.2.3",
57-
"webpack-dev-server": "^3.2.0"
57+
"webpack-dev-server": "^3.2.1"
5858
}
5959
}

0 commit comments

Comments
 (0)