|
1 | 1 | { |
2 | 2 | "name": "web-cell", |
3 | | - "version": "2.3.0-beta.4", |
| 3 | + "version": "2.3.0", |
4 | 4 | "description": "Web Components engine based on JSX & TypeScript", |
5 | 5 | "keywords": [ |
6 | 6 | "web", |
|
23 | 23 | "source": "source/index.ts", |
24 | 24 | "types": "dist/index.d.ts", |
25 | 25 | "dependencies": { |
26 | | - "web-utility": "^2.2.1" |
| 26 | + "web-utility": "^2.4.4" |
27 | 27 | }, |
28 | 28 | "peerDependencies": { |
29 | 29 | "@webcomponents/webcomponentsjs": "^2.5.0", |
30 | | - "core-js": "^3.8.1", |
| 30 | + "core-js": "^3.9.0", |
31 | 31 | "jsdom": "^16.4.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@types/core-js": "^2.5.4", |
35 | | - "@types/jest": "^26.0.19", |
36 | | - "@types/jsdom": "^16.2.5", |
37 | | - "@typescript-eslint/parser": "^4.11.0", |
38 | | - "element-internals-polyfill": "0.1.1", |
39 | | - "eslint": "^7.16.0", |
40 | | - "eslint-config-prettier": "^7.1.0", |
41 | | - "eslint-plugin-prettier": "^3.3.0", |
42 | | - "husky": "^4.3.6", |
| 35 | + "@types/jest": "^26.0.20", |
| 36 | + "@types/jsdom": "^16.2.6", |
| 37 | + "@typescript-eslint/parser": "^4.15.2", |
| 38 | + "element-internals-polyfill": "0.1.9", |
| 39 | + "eslint": "^7.20.0", |
| 40 | + "eslint-config-prettier": "^8.0.0", |
| 41 | + "eslint-plugin-prettier": "^3.3.1", |
| 42 | + "husky": "^4.3.8", |
43 | 43 | "jest": "^26.6.3", |
44 | | - "lint-staged": "^10.5.3", |
| 44 | + "lint-staged": "^10.5.4", |
45 | 45 | "open-cli": "^6.0.1", |
46 | 46 | "parcel-bundler": "^1.12.4", |
47 | 47 | "prettier": "^2.2.1", |
48 | 48 | "snabbdom": "^2.1.0", |
49 | | - "ts-jest": "^26.4.4", |
50 | | - "typedoc": "^0.19.2", |
51 | | - "typescript": "^4.1.3" |
| 49 | + "ts-jest": "^26.5.2", |
| 50 | + "typedoc": "^0.20.28", |
| 51 | + "typescript": "^4.2.2" |
52 | 52 | }, |
53 | 53 | "scripts": { |
54 | 54 | "lint": "lint-staged", |
55 | 55 | "test": "npm run lint && jest", |
56 | 56 | "pack-type": "tsc && rm -f dist/*.{js,map} dist/**/*.{js,map}", |
57 | 57 | "pack-dist": "parcel build source/index.ts --global WebCell", |
58 | | - "pack-docs": "typedoc source/", |
| 58 | + "pack-docs": "rm -rf docs/ && typedoc source/", |
59 | 59 | "build": "rm -rf dist/ && npm run pack-type && npm run pack-dist && npm run pack-docs", |
60 | | - "help": "npm run pack-docs && open-cli docs/index.html", |
| 60 | + "start": "npm run pack-docs && open-cli docs/index.html", |
61 | 61 | "prepublishOnly": "npm test && npm run build" |
62 | 62 | }, |
63 | 63 | "lint-staged": { |
|
0 commit comments