Skip to content

Commit ffc3ee4

Browse files
committed
updated packages and generated build
1 parent b680c8c commit ffc3ee4

File tree

10 files changed

+1559
-1260
lines changed

10 files changed

+1559
-1260
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex"></rapi-doc></body></html>
6+
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>

dist/index.html.gz

8 Bytes
Binary file not shown.

dist/rapidoc-min.js

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.LICENSE.txt.gz

0 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

939 Bytes
Binary file not shown.

dist/report.html

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

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# to Build the Docker image from root folder execute
2+
# docker build -t mrin9/rapidoc -f ./docker/Dockerfile .
3+
14
# Run the Docker image (view a spec thats hosted on a web-server)
25
# docker run -it --rm -p 80:80 -e SPEC_URL="http://petstore.swagger.io/v2/swagger.json" mrin9/rapidoc
36

docs/rapidoc-min.js

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

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"buffer": "^6.0.3",
3535
"lit-element": "2.5.1",
3636
"lit-html": "1.4.1",
37-
"marked": "^4.0.3",
38-
"prismjs": "^1.25.0"
37+
"marked": "^4.0.10",
38+
"prismjs": "^1.26.0"
3939
},
4040
"scripts": {
4141
"build": "NODE_ENV=production webpack --mode=production",
@@ -47,30 +47,30 @@
4747
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.16.0",
51-
"@babel/eslint-parser": "^7.16.3",
52-
"@babel/preset-env": "^7.16.4",
50+
"@babel/core": "^7.16.7",
51+
"@babel/eslint-parser": "^7.16.5",
52+
"@babel/preset-env": "^7.16.8",
5353
"babel-loader": "^8.2.3",
5454
"babel-plugin-template-html-minifier": "^4.1.0",
5555
"clean-webpack-plugin": "^4.0.0",
56-
"compression-webpack-plugin": "^9.0.1",
56+
"compression-webpack-plugin": "^9.2.0",
5757
"css-loader": "^6.5.1",
5858
"eslint": "^7.32.0",
59-
"eslint-config-airbnb": "^19.0.0",
59+
"eslint-config-airbnb": "^19.0.4",
6060
"eslint-import-resolver-webpack": "^0.13.2",
6161
"eslint-loader": "^4.0.2",
62-
"eslint-plugin-import": "^2.25.3",
62+
"eslint-plugin-import": "^2.25.4",
6363
"eslint-webpack-plugin": "3.1.1",
6464
"file-loader": "^6.2.0",
6565
"filemanager-webpack-plugin": "^6.1.7",
6666
"html-webpack-plugin": "^5.5.0",
6767
"inspectpack": "^4.7.1",
6868
"style-loader": "^3.3.1",
69-
"terser-webpack-plugin": "^5.2.5",
70-
"webpack": "^5.64.1",
69+
"terser-webpack-plugin": "^5.3.0",
70+
"webpack": "^5.66.0",
7171
"webpack-bundle-analyzer": "^4.5.0",
7272
"webpack-cli": "^4.9.1",
73-
"webpack-dev-server": "^4.5.0"
73+
"webpack-dev-server": "^4.7.3"
7474
},
7575
"engines": {
7676
"node": ">=10.21.0"

0 commit comments

Comments
 (0)