Skip to content

Commit 45bf1f3

Browse files
committed
chore: master into feat/oas3
2 parents b65e50d + cf1fabf commit 45bf1f3

File tree

2 files changed

+52
-14
lines changed

2 files changed

+52
-14
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.1.0",
4+
"version": "6.1.1",
55
"license": "CPAL-1.0",
66
"main": "api-console.js",
77
"keywords": [
@@ -58,30 +58,30 @@
5858
"@api-components/api-model-generator": "^0.2.8",
5959
"@commitlint/cli": "^8.3.5",
6060
"@commitlint/config-conventional": "^8.3.4",
61-
"@open-wc/building-rollup": "^0.22.10",
61+
"@open-wc/building-rollup": "^0.22.11",
6262
"@open-wc/testing": "^2.5.8",
6363
"@open-wc/testing-karma": "^3.3.9",
6464
"@polymer/gen-typescript-declarations": "^1.6.2",
6565
"@polymer/iron-test-helpers": "^3.0.0",
6666
"amf-client-js": "^4.0.6",
6767
"body-parser": "^1.19.0",
6868
"deepmerge": "^4.2.1",
69-
"es-dev-server": "^1.45.3",
69+
"es-dev-server": "^1.46.0",
7070
"esm": "^3.2.25",
7171
"express": "^4.17.1",
72-
"fs-extra": "^8.1.0",
72+
"fs-extra": "^9.0.0",
7373
"husky": "^4.2.1",
7474
"karma": "^4.4.1",
75-
"lint-staged": "^10.0.9",
75+
"lint-staged": "^10.1.0",
7676
"multer": "^1.4.2",
7777
"node-cache": "^5.1.0",
7878
"rimraf": "^3.0.1",
79-
"rollup": "^2.2.0",
79+
"rollup": "^2.3.1",
8080
"rollup-plugin-cpy": "^2.0.1",
8181
"rollup-plugin-postcss": "^2.5.0",
8282
"sinon": "^9.0.1",
8383
"tmp": "0.1.0",
84-
"uglify-js": "^3.7.6",
84+
"uglify-js": "^3.8.1",
8585
"unzipper": "^0.10.10",
8686
"uuid": "^7.0.2"
8787
},

0 commit comments

Comments
 (0)