|
1 | 1 | { |
2 | 2 | "name": "typescript-loadable-components-plugin", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "A custom transformer of typescript that is used to add some necessary properties to loadable-components.", |
5 | 5 | "author": "acrazing <joking.young@gmail.com>", |
6 | 6 | "main": "lib/index.js", |
|
50 | 50 | }, |
51 | 51 | "license": "MIT", |
52 | 52 | "devDependencies": { |
53 | | - "@babel/cli": "^7.10.5", |
54 | | - "@babel/core": "^7.11.4", |
55 | | - "@babel/preset-env": "^7.11.0", |
56 | | - "@babel/preset-react": "^7.10.4", |
57 | | - "@babel/preset-typescript": "^7.10.4", |
58 | | - "@loadable/babel-plugin": "^5.13.0", |
59 | | - "@loadable/component": "^5.13.1", |
60 | | - "@types/jest": "^26.0.10", |
61 | | - "@types/loadable__component": "^5.13.0", |
62 | | - "@types/node": "^14.6.2", |
63 | | - "@types/react": "^16.9.48", |
64 | | - "husky": "^4.2.5", |
65 | | - "jest": "^26.4.2", |
66 | | - "lint-staged": "^10.2.13", |
| 53 | + "@babel/cli": "^7.13.10", |
| 54 | + "@babel/core": "^7.13.13", |
| 55 | + "@babel/preset-env": "^7.13.12", |
| 56 | + "@babel/preset-react": "^7.13.13", |
| 57 | + "@babel/preset-typescript": "^7.13.0", |
| 58 | + "@loadable/babel-plugin": "^5.13.2", |
| 59 | + "@loadable/component": "^5.14.1", |
| 60 | + "@types/jest": "^26.0.22", |
| 61 | + "@types/loadable__component": "^5.13.3", |
| 62 | + "@types/node": "^14.14.37", |
| 63 | + "@types/react": "^17.0.3", |
| 64 | + "husky": "^5.2.0", |
| 65 | + "jest": "^26.6.3", |
| 66 | + "lint-staged": "^10.5.4", |
67 | 67 | "npm-run-all": "^4.1.5", |
68 | | - "prettier": "^2.1.1", |
69 | | - "react": "^16.13.1", |
70 | | - "ts-jest": "^26.3.0", |
71 | | - "ts-loader": "^8.0.3", |
72 | | - "ttypescript": "^1.5.11" |
| 68 | + "prettier": "^2.2.1", |
| 69 | + "react": "^17.0.2", |
| 70 | + "ts-jest": "^26.5.4", |
| 71 | + "ts-loader": "^8.0.18", |
| 72 | + "ttypescript": "^1.5.12" |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "tslib": "^2.0.1", |
76 | | - "typescript": "^4.0.2" |
| 75 | + "tslib": "^2.1.0", |
| 76 | + "typescript": "^4.2.3" |
77 | 77 | }, |
78 | 78 | "cliVersion": "8.11.2", |
79 | 79 | "husky": { |
|
0 commit comments