|
1 | 1 | { |
2 | 2 | "name": "github-web-widget", |
3 | | - "version": "4.0.0-rc.0", |
| 3 | + "version": "4.0.0-rc.2", |
4 | 4 | "description": "Web Components library for GitHub based on WebCell", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
24 | 24 | "main": "dist/index.umd.js", |
25 | 25 | "module": "dist/index.js", |
26 | 26 | "scripts": { |
27 | | - "prepare": "husky install", |
| 27 | + "prepare": "husky", |
28 | 28 | "start": "rm -rf .parcel-cache/ docs/demo/ && cd test/ && parcel index.html --dist-dir ../docs/demo/ --open", |
29 | 29 | "pack-demo": "cd test/ && parcel build index.html --public-url . --dist-dir ../docs/demo/", |
30 | 30 | "test": "lint-staged", |
|
35 | 35 | "prepublishOnly": "npm test && npm run build" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "dom-renderer": "^2.0.6", |
| 38 | + "dom-renderer": "^2.1.3", |
39 | 39 | "koajax": "^0.9.6", |
40 | | - "marked": "^11.1.1", |
| 40 | + "marked": "^12.0.0", |
41 | 41 | "mobx": "^6.12.0", |
42 | 42 | "prismjs": "^1.29.0", |
43 | | - "web-cell": "^3.0.0-rc.7" |
| 43 | + "web-cell": "^3.0.0-rc.15" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | 46 | "bootstrap": "^5", |
|
54 | 54 | "@parcel/transformer-typescript-tsc": "~2.11.0", |
55 | 55 | "@parcel/transformer-typescript-types": "~2.11.0", |
56 | 56 | "@types/prismjs": "^1.26.3", |
57 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
58 | | - "@typescript-eslint/parser": "^6.19.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 58 | + "@typescript-eslint/parser": "^6.21.0", |
59 | 59 | "cross-env": "^7.0.3", |
60 | 60 | "element-internals-polyfill": "^1.3.10", |
61 | 61 | "eslint": "^8.56.0", |
62 | 62 | "eslint-config-prettier": "^9.1.0", |
63 | | - "husky": "^8.0.3", |
| 63 | + "husky": "^9.0.10", |
64 | 64 | "iterable-observer": "^1.0.1", |
65 | | - "lint-staged": "^15.2.0", |
| 65 | + "lint-staged": "^15.2.2", |
66 | 66 | "open-cli": "^8.0.0", |
67 | 67 | "parcel": "~2.11.0", |
68 | | - "prettier": "^3.2.2", |
69 | | - "typedoc": "^0.25.7", |
70 | | - "typedoc-plugin-mdn-links": "^3.1.12", |
| 68 | + "prettier": "^3.2.5", |
| 69 | + "typedoc": "^0.25.8", |
| 70 | + "typedoc-plugin-mdn-links": "^3.1.15", |
71 | 71 | "typescript": "~5.3.3", |
72 | 72 | "web-utility": "^4.1.3" |
73 | 73 | }, |
|
0 commit comments