|
24 | 24 | "main": "dist/index.js", |
25 | 25 | "module": "dist/index.esm.js", |
26 | 26 | "dependencies": { |
27 | | - "@swc/helpers": "^0.3.3", |
| 27 | + "@swc/helpers": "^0.3.17", |
28 | 28 | "mobx": ">=4.0.0 <6.0.0", |
29 | 29 | "regenerator-runtime": "^0.13.9", |
30 | | - "urlpattern-polyfill": "^1.0.0-rc5", |
31 | | - "web-cell": "^3.0.0-beta.0", |
32 | | - "web-utility": "^3.4.2" |
| 30 | + "urlpattern-polyfill": "^5.0.3", |
| 31 | + "web-cell": "^3.0.0-beta.1", |
| 32 | + "web-utility": "^3.7.3" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@parcel/packager-ts": "^2.3.2", |
36 | | - "@parcel/transformer-less": "^2.3.2", |
37 | | - "@parcel/transformer-typescript-types": "^2.3.2", |
38 | | - "@types/jest": "^27.4.0", |
39 | | - "element-internals-polyfill": "^0.1.54", |
| 35 | + "@parcel/packager-ts": "~2.6.0", |
| 36 | + "@parcel/transformer-less": "~2.6.0", |
| 37 | + "@parcel/transformer-typescript-types": "~2.6.0", |
| 38 | + "@types/jest": "^28.1.1", |
| 39 | + "element-internals-polyfill": "^1.1.4", |
40 | 40 | "fs-match": "^1.6.0", |
41 | | - "husky": "^7.0.4", |
42 | | - "jest": "^27.4.7", |
| 41 | + "husky": "^8.0.1", |
| 42 | + "jest": "^28.1.0", |
| 43 | + "jest-environment-jsdom": "^28.1.0", |
43 | 44 | "koapache": "^2.2.1", |
44 | | - "lint-staged": "^12.3.4", |
45 | | - "parcel": "^2.3.2", |
46 | | - "prettier": "^2.5.1", |
| 45 | + "lint-staged": "^13.0.0", |
| 46 | + "parcel": "~2.6.0", |
| 47 | + "prettier": "^2.6.2", |
47 | 48 | "process": "^0.11.10", |
48 | | - "puppeteer-core": "^13.1.3", |
49 | | - "ts-jest": "^27.1.3", |
50 | | - "typedoc": "^0.22.11", |
51 | | - "typescript": "~4.3.5" |
| 49 | + "puppeteer-core": "^14.2.1", |
| 50 | + "ts-jest": "^28.0.4", |
| 51 | + "typedoc": "^0.22.17", |
| 52 | + "typescript": "~4.7.3" |
52 | 53 | }, |
53 | 54 | "scripts": { |
54 | 55 | "prepare": "husky install", |
|
73 | 74 | }, |
74 | 75 | "lint-staged": { |
75 | 76 | "*.{html,md,json,ts,tsx}": "prettier --write" |
76 | | - }, |
77 | | - "browserslist": "> 0.5%, last 2 versions, not dead", |
78 | | - "targets": { |
79 | | - "main": { |
80 | | - "optimize": true |
81 | | - } |
82 | 77 | } |
83 | 78 | } |
0 commit comments