|
1 | 1 | { |
2 | 2 | "name": "react-bootstrap-editor", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "contributors": [ |
|
24 | 24 | "source": "source/index.ts", |
25 | 25 | "types": "dist/index.d.ts", |
26 | 26 | "dependencies": { |
27 | | - "@swc/helpers": "^0.4.14", |
28 | | - "edkit": "^1.0.0", |
29 | | - "mobx": "^5.15.7", |
30 | | - "mobx-react": "^6.3.1", |
31 | | - "web-utility": "^4.0.0" |
| 27 | + "@swc/helpers": "^0.5.1", |
| 28 | + "edkit": "^1.0.1", |
| 29 | + "mobx": ">=4", |
| 30 | + "mobx-react": ">=6", |
| 31 | + "web-utility": "^4.1.0" |
32 | 32 | }, |
33 | 33 | "peerDependencies": { |
34 | 34 | "react": ">=16", |
35 | 35 | "react-dom": ">=16" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@types/react": "^17.0.62", |
39 | | - "@types/react-dom": "^17.0.20", |
40 | | - "parcel": "~2.8.3", |
41 | | - "react": "^17.0.2", |
42 | | - "react-dom": "^17.0.2", |
43 | | - "typescript": "~5.1.3" |
| 38 | + "@parcel/packager-ts": "2.9.3", |
| 39 | + "@parcel/transformer-typescript-types": "2.9.3", |
| 40 | + "@types/react": "^18.2.20", |
| 41 | + "@types/react-dom": "^18.2.7", |
| 42 | + "parcel": "~2.9.3", |
| 43 | + "react": "^18.2.0", |
| 44 | + "react-dom": "^18.2.0", |
| 45 | + "typescript": "~5.1.6" |
44 | 46 | }, |
45 | 47 | "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
| 48 | + "targets": { |
| 49 | + "main": { |
| 50 | + "optimize": true |
| 51 | + } |
| 52 | + }, |
46 | 53 | "scripts": { |
47 | 54 | "start": "cd test/ && parcel index.html --open", |
48 | 55 | "build": "rm -rf dist/ && parcel build", |
|
0 commit comments