|
9 | 9 | }, |
10 | 10 | "description": "A blazing fast deep object copier", |
11 | 11 | "devDependencies": { |
12 | | - "@rollup/plugin-node-resolve": "^13.1.3", |
13 | | - "@rollup/plugin-typescript": "^8.3.1", |
14 | | - "@types/eslint": "^8.4.1", |
15 | | - "@types/jest": "^27.4.1", |
16 | | - "@types/lodash": "^4.14.181", |
17 | | - "@types/node": "^17.0.23", |
18 | | - "@types/ramda": "^0.28.7", |
19 | | - "@types/react": "^17.0.43", |
20 | | - "@typescript-eslint/eslint-plugin": "^5.18.0", |
21 | | - "@typescript-eslint/parser": "^5.18.0", |
| 12 | + "@rollup/plugin-node-resolve": "^14.1.0", |
| 13 | + "@rollup/plugin-typescript": "^8.5.0", |
| 14 | + "@types/eslint": "^8.4.6", |
| 15 | + "@types/jest": "^29.0.3", |
| 16 | + "@types/lodash": "^4.14.185", |
| 17 | + "@types/node": "^18.7.18", |
| 18 | + "@types/ramda": "^0.28.15", |
| 19 | + "@types/react": "^18.0.20", |
| 20 | + "@typescript-eslint/eslint-plugin": "^5.38.0", |
| 21 | + "@typescript-eslint/parser": "^5.38.0", |
22 | 22 | "benchee": "^1.0.3", |
23 | | - "cli-table3": "^0.6.1", |
| 23 | + "cli-table3": "^0.6.3", |
24 | 24 | "clone": "^2.1.2", |
25 | 25 | "deepclone": "^1.0.2", |
26 | | - "eslint": "^8.12.0", |
27 | | - "eslint-webpack-plugin": "^3.1.1", |
| 26 | + "eslint": "^8.23.1", |
| 27 | + "eslint-webpack-plugin": "^3.2.0", |
28 | 28 | "fast-clone": "^1.5.3", |
29 | 29 | "html-webpack-plugin": "^5.5.0", |
30 | 30 | "in-publish": "^2.0.1", |
31 | | - "jest": "^27.5.1", |
| 31 | + "jest": "^29.0.3", |
32 | 32 | "lodash": "^4.17.11", |
33 | 33 | "nyc": "^15.1.0", |
34 | 34 | "ramda": "^0.28.0", |
35 | | - "react": "^18.0.0", |
36 | | - "react-dom": "^18.0.0", |
37 | | - "release-it": "^14.14.0", |
38 | | - "rollup": "^2.70.1", |
| 35 | + "react": "^18.2.0", |
| 36 | + "react-dom": "^18.2.0", |
| 37 | + "release-it": "15.4.1", |
| 38 | + "rollup": "^2.79.1", |
39 | 39 | "rollup-plugin-terser": "^7.0.2", |
40 | | - "ts-jest": "^27.1.4", |
41 | | - "ts-loader": "^9.2.8", |
42 | | - "typescript": "^4.6.3", |
43 | | - "webpack": "^5.71.0", |
44 | | - "webpack-cli": "^4.9.2", |
45 | | - "webpack-dev-server": "^4.8.1" |
| 40 | + "ts-jest": "^29.0.1", |
| 41 | + "ts-loader": "^9.4.1", |
| 42 | + "typescript": "^4.8.3", |
| 43 | + "webpack": "^5.74.0", |
| 44 | + "webpack-cli": "^4.10.0", |
| 45 | + "webpack-dev-server": "^4.11.1" |
46 | 46 | }, |
47 | 47 | "exports": { |
48 | 48 | ".": { |
|
0 commit comments