|
37 | 37 | "rc-tabs": "^11.10.5" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/core": "^7.12.13", |
41 | | - "@babel/plugin-proposal-export-default-from": "^7.12.13", |
42 | | - "@babel/preset-env": "^7.12.13", |
43 | | - "@types/classnames": "^2.2.11", |
| 40 | + "@babel/core": "^7.16.7", |
| 41 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 42 | + "@babel/preset-env": "^7.16.8", |
| 43 | + "@types/classnames": "^2.3.1", |
44 | 44 | "@types/hoist-non-react-statics": "^3.3.1", |
45 | | - "@types/lodash": "^4.14.168", |
46 | | - "@types/node": "^14.14.25", |
47 | | - "@types/prismjs": "^1.16.2", |
48 | | - "@types/react": "^17.0.1", |
49 | | - "@types/react-dom": "^17.0.0", |
50 | | - "@types/shelljs": "^0.8.8", |
51 | | - "less": "^4.1.1", |
| 45 | + "@types/lodash": "^4.14.178", |
| 46 | + "@types/node": "^17.0.9", |
| 47 | + "@types/prismjs": "^1.16.6", |
| 48 | + "@types/react": "^17.0.38", |
| 49 | + "@types/react-dom": "^17.0.11", |
| 50 | + "@types/shelljs": "^0.8.11", |
| 51 | + "less": "^4.1.2", |
52 | 52 | "parcel": "1.12.4", |
53 | | - "prismjs": "^1.23.0", |
54 | | - "react": "^17.0.1", |
55 | | - "react-dom": "^17.0.1", |
| 53 | + "prismjs": "^1.26.0", |
| 54 | + "react": "^17.0.2", |
| 55 | + "react-dom": "^17.0.2", |
56 | 56 | "shelljs": "^0.8.4", |
57 | | - "ts-node": "^9.1.1", |
| 57 | + "ts-node": "^10.4.0", |
58 | 58 | "tslint": "^6.1.3", |
59 | 59 | "tslint-react": "^5.0.0", |
60 | | - "typedoc": "^0.20.23", |
61 | | - "typescript": "^4.1.3" |
| 60 | + "typedoc": "^0.22.11", |
| 61 | + "typescript": "^4.5.4" |
62 | 62 | }, |
63 | 63 | "peerDependencies": { |
64 | 64 | "react": ">=15.0.0", |
65 | 65 | "react-dom": ">=15.0.0" |
66 | 66 | }, |
67 | | - "resolutions": { |
68 | | - |
69 | | - }, |
| 67 | + "resolutions": {}, |
70 | 68 | "scripts": { |
71 | 69 | "example": "parcel example/*.html --open --out-dir temp --no-source-maps --no-hmr", |
72 | 70 | "build-less": "lessc style/index-light.less dist/rc-dock.css & lessc style/index-dark.less dist/rc-dock-dark.css ", |
|
0 commit comments