|
33 | 33 | "@advanced-rest-client/oauth-authorization": "^4.0.2", |
34 | 34 | "@advanced-rest-client/xhr-simple-request": "^3.0.0", |
35 | 35 | "@anypoint-web-components/anypoint-button": "^1.0.14", |
36 | | - "@api-components/amf-helper-mixin": "^4.0.24", |
| 36 | + "@api-components/amf-helper-mixin": "^4.1.1", |
37 | 37 | "@api-components/api-console-ext-comm": "^3.0.0", |
38 | | - "@api-components/api-documentation": "^4.1.1", |
| 38 | + "@api-components/api-documentation": "^5.0.0", |
39 | 39 | "@api-components/api-navigation": "^4.1.0", |
40 | | - "@api-components/api-request-panel": "^4.1.2", |
| 40 | + "@api-components/api-request-panel": "^5.0.1", |
41 | 41 | "@api-components/raml-aware": "^3.0.0", |
42 | 42 | "@polymer/app-layout": "^3.1.0", |
43 | 43 | "@polymer/iron-media-query": "^3.0.0", |
44 | 44 | "@polymer/paper-toast": "^3.0.0", |
45 | 45 | "lit-element": "^2.3.1", |
46 | | - "lit-element-router": "^1.2.5", |
47 | 46 | "lit-html": "^1.2.1" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
|
58 | 57 | "@api-components/api-model-generator": "^0.2.8", |
59 | 58 | "@commitlint/cli": "^8.3.5", |
60 | 59 | "@commitlint/config-conventional": "^8.3.4", |
61 | | - "@open-wc/building-rollup": "^0.22.11", |
62 | | - "@open-wc/testing": "^2.5.8", |
63 | | - "@open-wc/testing-karma": "^3.3.9", |
| 60 | + "@open-wc/building-rollup": "^1.2.0", |
| 61 | + "@open-wc/testing": "^2.5.15", |
| 62 | + "@open-wc/testing-karma": "^3.3.17", |
64 | 63 | "@polymer/gen-typescript-declarations": "^1.6.2", |
65 | 64 | "@polymer/iron-test-helpers": "^3.0.0", |
66 | 65 | "amf-client-js": "^4.0.6", |
67 | 66 | "body-parser": "^1.19.0", |
68 | 67 | "deepmerge": "^4.2.1", |
69 | | - "es-dev-server": "^1.46.0", |
| 68 | + "es-dev-server": "^1.47.0", |
70 | 69 | "esm": "^3.2.25", |
71 | 70 | "express": "^4.17.1", |
72 | 71 | "fs-extra": "^9.0.0", |
73 | 72 | "husky": "^4.2.1", |
74 | | - "karma": "^4.4.1", |
75 | 73 | "lint-staged": "^10.1.0", |
76 | 74 | "multer": "^1.4.2", |
77 | 75 | "node-cache": "^5.1.0", |
78 | 76 | "rimraf": "^3.0.1", |
79 | | - "rollup": "^2.3.1", |
| 77 | + "rollup": "^2.7.3", |
80 | 78 | "rollup-plugin-cpy": "^2.0.1", |
81 | | - "rollup-plugin-postcss": "^2.5.0", |
| 79 | + "rollup-plugin-postcss": "^3.1.1", |
82 | 80 | "sinon": "^9.0.1", |
83 | 81 | "tmp": "0.1.0", |
84 | 82 | "uglify-js": "^3.8.1", |
85 | 83 | "unzipper": "^0.10.10", |
86 | | - "uuid": "^7.0.2" |
| 84 | + "uuid": "^7.0.2", |
| 85 | + "typescript": "^3.8.3", |
| 86 | + "typescript-lit-html-plugin": "^0.9.0" |
87 | 87 | }, |
88 | 88 | "scripts": { |
89 | 89 | "update-types": "NODE_OPTIONS=--max_old_space_size=2048 gen-typescript-declarations --deleteExisting --outDir .", |
|
0 commit comments