|
1 | 1 | { |
2 | 2 | "name": "api-console", |
3 | 3 | "description": "The API Console to automatically generate API documentation from RAML and OAS files.", |
4 | | - "version": "6.1.0", |
| 4 | + "version": "6.1.1", |
5 | 5 | "license": "CPAL-1.0", |
6 | 6 | "main": "api-console.js", |
7 | 7 | "keywords": [ |
|
58 | 58 | "@api-components/api-model-generator": "^0.2.8", |
59 | 59 | "@commitlint/cli": "^8.3.5", |
60 | 60 | "@commitlint/config-conventional": "^8.3.4", |
61 | | - "@open-wc/building-rollup": "^0.22.10", |
| 61 | + "@open-wc/building-rollup": "^0.22.11", |
62 | 62 | "@open-wc/testing": "^2.5.8", |
63 | 63 | "@open-wc/testing-karma": "^3.3.9", |
64 | 64 | "@polymer/gen-typescript-declarations": "^1.6.2", |
65 | 65 | "@polymer/iron-test-helpers": "^3.0.0", |
66 | 66 | "amf-client-js": "^4.0.6", |
67 | 67 | "body-parser": "^1.19.0", |
68 | 68 | "deepmerge": "^4.2.1", |
69 | | - "es-dev-server": "^1.45.3", |
| 69 | + "es-dev-server": "^1.46.0", |
70 | 70 | "esm": "^3.2.25", |
71 | 71 | "express": "^4.17.1", |
72 | | - "fs-extra": "^8.1.0", |
| 72 | + "fs-extra": "^9.0.0", |
73 | 73 | "husky": "^4.2.1", |
74 | 74 | "karma": "^4.4.1", |
75 | | - "lint-staged": "^10.0.9", |
| 75 | + "lint-staged": "^10.1.0", |
76 | 76 | "multer": "^1.4.2", |
77 | 77 | "node-cache": "^5.1.0", |
78 | 78 | "rimraf": "^3.0.1", |
79 | | - "rollup": "^2.2.0", |
| 79 | + "rollup": "^2.3.1", |
80 | 80 | "rollup-plugin-cpy": "^2.0.1", |
81 | 81 | "rollup-plugin-postcss": "^2.5.0", |
82 | 82 | "sinon": "^9.0.1", |
83 | 83 | "tmp": "0.1.0", |
84 | | - "uglify-js": "^3.7.6", |
| 84 | + "uglify-js": "^3.8.1", |
85 | 85 | "unzipper": "^0.10.10", |
86 | 86 | "uuid": "^7.0.2" |
87 | 87 | }, |
|
0 commit comments