|
41 | 41 | "trailingComma": "all"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/preset-env": "^7.15.6", |
45 |
| - "@babel/preset-typescript": "^7.15.0", |
46 |
| - "@testing-library/jest-dom": "^5.14.1", |
47 |
| - "@testing-library/react": "^12.1.2", |
| 44 | + "@babel/preset-env": "^7.16.11", |
| 45 | + "@babel/preset-typescript": "^7.16.7", |
| 46 | + "@testing-library/jest-dom": "^5.16.2", |
| 47 | + "@testing-library/react": "^12.1.4", |
48 | 48 | "@testing-library/react-hooks": "^7.0.2",
|
49 |
| - "@types/jest": "^27.0.2", |
50 |
| - "@types/react": "^17.0.27", |
51 |
| - "@types/react-dom": "^17.0.9", |
52 |
| - "esbuild": "^0.13.4", |
53 |
| - "husky": ">=6", |
54 |
| - "jest": "^27.2.4", |
55 |
| - "jest-marbles": "^3.0.1", |
| 49 | + "@types/jest": "^27.4.1", |
| 50 | + "@types/react": "^17.0.40", |
| 51 | + "@types/react-dom": "^17.0.13", |
| 52 | + "babel-jest": "^27.5.1", |
| 53 | + "esbuild": "^0.14.25", |
| 54 | + "husky": ">=7.0.4", |
| 55 | + "jest": "^27.5.1", |
| 56 | + "jest-marbles": "^3.0.2", |
56 | 57 | "lint-staged": ">=11.2.0",
|
57 |
| - "prettier": "^2.4.1", |
| 58 | + "prettier": "^2.5.1", |
58 | 59 | "react": "^17.0.2",
|
59 | 60 | "react-dom": "^17.0.2",
|
60 | 61 | "react-test-renderer": "^17.0.2",
|
61 |
| - "rxjs": "^7.3.1", |
62 |
| - "ts-jest": "^27.0.5", |
| 62 | + "rxjs": "^7.5.5", |
| 63 | + "ts-jest": "^27.1.3", |
63 | 64 | "tslib": "^2.3.1",
|
64 |
| - "typescript": "^4.4.3", |
| 65 | + "typescript": "^4.6.2", |
65 | 66 | "wsrun": "^5.2.4"
|
66 | 67 | },
|
67 | 68 | "lint-staged": {
|
68 | 69 | "*.{js,jsx,ts,tsx,json,md}": "prettier --write"
|
69 |
| - } |
| 70 | + }, |
| 71 | + "dependencies": {} |
70 | 72 | }
|
0 commit comments