|
9 | 9 | }, |
10 | 10 | "description": "A blazing fast deep object copier", |
11 | 11 | "devDependencies": { |
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", |
| 12 | + "@types/jest": "^26.0.0", |
| 13 | + "@types/lodash": "^4.14.155", |
| 14 | + "@types/node": "^14.0.13", |
| 15 | + "@types/ramda": "^0.27.6", |
| 16 | + "@types/react": "^16.9.38", |
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 | | - "html-webpack-plugin": "^3.2.0", |
23 | | - "in-publish": "^2.0.0", |
24 | | - "jest": "^25.1.0", |
| 22 | + "html-webpack-plugin": "^4.3.0", |
| 23 | + "in-publish": "^2.0.1", |
| 24 | + "jest": "^26.0.1", |
25 | 25 | "lodash": "^4.17.11", |
26 | | - "nyc": "^15.0.0", |
| 26 | + "nyc": "^15.1.0", |
27 | 27 | "ramda": "^0.27.0", |
28 | | - "react": "^16.13.0", |
29 | | - "react-dom": "^16.13.0", |
30 | | - "rollup": "^2.0.2", |
| 28 | + "react": "^16.13.1", |
| 29 | + "react-dom": "^16.13.1", |
| 30 | + "rollup": "^2.17.0", |
31 | 31 | "rollup-plugin-node-resolve": "^5.2.0", |
32 | | - "rollup-plugin-terser": "^5.2.0", |
33 | | - "rollup-plugin-typescript2": "^0.26.0", |
34 | | - "ts-jest": "^25.2.1", |
35 | | - "ts-loader": "^6.2.1", |
36 | | - "tslint": "^6.0.0", |
| 32 | + "rollup-plugin-terser": "^6.1.0", |
| 33 | + "rollup-plugin-typescript2": "^0.27.1", |
| 34 | + "ts-jest": "^26.1.0", |
| 35 | + "ts-loader": "^7.0.5", |
| 36 | + "tslint": "^6.1.2", |
37 | 37 | "tslint-config-airbnb": "^5.11.2", |
38 | 38 | "tslint-loader": "^3.5.4", |
39 | | - "typescript": "^3.8.3", |
40 | | - "webpack": "^4.42.0", |
| 39 | + "typescript": "^3.9.5", |
| 40 | + "webpack": "^4.43.0", |
41 | 41 | "webpack-cli": "^3.3.11", |
42 | | - "webpack-dev-server": "^3.10.3" |
| 42 | + "webpack-dev-server": "^3.11.0" |
43 | 43 | }, |
44 | 44 | "homepage": "https://github.com/planttheidea/fast-copy#readme", |
45 | 45 | "keywords": [ |
|
64 | 64 | "dist": "npm run clean && npm run build", |
65 | 65 | "lint": "NODE_ENV=test tslint 'src/*.ts'", |
66 | 66 | "lint:fix": "npm run lint -- --fix", |
67 | | - "prepublishOnly": "npm run lint && npm run test:coverage && npm run dist", |
| 67 | + "prepublishOnly": "npm run lint && npm run typecheck && npm run test:coverage && npm run dist", |
68 | 68 | "release": "release-it", |
69 | 69 | "release:beta": "release-it --config=.release-it.beta.json", |
70 | 70 | "release:dry": "release-it --dry-run", |
71 | 71 | "start": "npm run dev", |
72 | 72 | "test": "NODE_PATH=. jest", |
73 | 73 | "test:coverage": "npm run test -- --coverage", |
74 | | - "test:watch": "npm run test -- --watch" |
| 74 | + "test:watch": "npm run test -- --watch", |
| 75 | + "typecheck": "tsc src/*.ts --noEmit" |
75 | 76 | }, |
76 | 77 | "types": "index.d.ts", |
77 | 78 | "version": "2.0.5" |
|
0 commit comments