|
9 | 9 | }, |
10 | 10 | "description": "A blazing fast deep object copier", |
11 | 11 | "devDependencies": { |
12 | | - "@types/jest": "^24.0.21", |
13 | | - "@types/lodash": "^4.14.144", |
14 | | - "@types/node": "^12.12.5", |
15 | | - "@types/ramda": "^0.26.33", |
16 | | - "@types/react": "^16.9.11", |
| 12 | + "@types/jest": "^25.1.4", |
| 13 | + "@types/lodash": "^4.14.149", |
| 14 | + "@types/node": "^13.9.0", |
| 15 | + "@types/ramda": "^0.26.43", |
| 16 | + "@types/react": "^16.9.23", |
17 | 17 | "benchee": "^1.0.3", |
18 | 18 | "cli-table2": "^0.2.0", |
19 | 19 | "clone": "^2.1.2", |
20 | 20 | "deepclone": "^1.0.2", |
21 | 21 | "fast-clone": "^1.5.3", |
22 | 22 | "html-webpack-plugin": "^3.2.0", |
23 | 23 | "in-publish": "^2.0.0", |
24 | | - "jest": "^24.9.0", |
| 24 | + "jest": "^25.1.0", |
25 | 25 | "lodash": "^4.17.11", |
26 | | - "nyc": "^14.1.1", |
27 | | - "ramda": "^0.26.1", |
28 | | - "react": "^16.11.0", |
29 | | - "react-dom": "^16.11.0", |
30 | | - "rollup": "^1.26.3", |
| 26 | + "nyc": "^15.0.0", |
| 27 | + "ramda": "^0.27.0", |
| 28 | + "react": "^16.13.0", |
| 29 | + "react-dom": "^16.13.0", |
| 30 | + "rollup": "^2.0.2", |
31 | 31 | "rollup-plugin-node-resolve": "^5.2.0", |
32 | | - "rollup-plugin-terser": "^5.1.2", |
33 | | - "rollup-plugin-typescript2": "^0.24.3", |
34 | | - "ts-jest": "^24.1.0", |
| 32 | + "rollup-plugin-terser": "^5.2.0", |
| 33 | + "rollup-plugin-typescript2": "^0.26.0", |
| 34 | + "ts-jest": "^25.2.1", |
35 | 35 | "ts-loader": "^6.2.1", |
36 | | - "tslint": "^5.20.0", |
| 36 | + "tslint": "^6.0.0", |
37 | 37 | "tslint-config-airbnb": "^5.11.2", |
38 | 38 | "tslint-loader": "^3.5.4", |
39 | | - "typescript": "^3.6.4", |
40 | | - "webpack": "^4.41.2", |
41 | | - "webpack-cli": "^3.3.10", |
42 | | - "webpack-dev-server": "^3.9.0" |
| 39 | + "typescript": "^3.8.3", |
| 40 | + "webpack": "^4.42.0", |
| 41 | + "webpack-cli": "^3.3.11", |
| 42 | + "webpack-dev-server": "^3.10.3" |
43 | 43 | }, |
44 | 44 | "homepage": "https://github.com/planttheidea/fast-copy#readme", |
45 | 45 | "keywords": [ |
|
0 commit comments