|
28 | 28 | "typecheck": "tsc --project tsconfig.eslint.json" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@shopify/network": "^2.0.8", |
32 | | - "@shopify/react-performance": "2.1.14-react-18-react-testing-beta.0", |
| 31 | + "@shopify/network": "^3.0.0", |
| 32 | + "@shopify/react-performance": "^3.0.1", |
33 | 33 | "events": "^3.3.0", |
34 | 34 | "promjs": "^0.4.1", |
35 | 35 | "react-beforeunload": "^2.5.3" |
|
39 | 39 | "@cabify/eslint-config": "1.0.2", |
40 | 40 | "@cabify/package-build": "0.0.2", |
41 | 41 | "@testing-library/jest-dom": "5.16.4", |
42 | | - "@testing-library/react": "13.1.1", |
43 | | - "@testing-library/user-event": "14.1.1", |
44 | | - "@types/jest": "27.4.1", |
45 | | - "@types/react": "18.0.8", |
| 42 | + "@testing-library/react": "13.3.0", |
| 43 | + "@testing-library/user-event": "14.2.0", |
| 44 | + "@types/jest": "27.5.1", |
| 45 | + "@types/react": "18.0.12", |
46 | 46 | "@types/react-beforeunload": "2.1.1", |
47 | | - "@types/react-dom": "18.0.3", |
| 47 | + "@types/react-dom": "18.0.5", |
48 | 48 | "all-contributors-cli": "6.20.0", |
49 | 49 | "cross-env": "7.0.3", |
50 | | - "eslint": "8.14.0", |
| 50 | + "eslint": "8.17.0", |
51 | 51 | "eslint-import-resolver-typescript": "2.7.1", |
52 | 52 | "isomorphic-unfetch": "3.1.0", |
53 | | - "jest": "28.0.3", |
54 | | - "jest-environment-jsdom": "28.0.2", |
55 | | - "msw": "0.39.2", |
| 53 | + "jest": "28.1.0", |
| 54 | + "jest-environment-jsdom": "28.1.0", |
| 55 | + "msw": "0.42.0", |
56 | 56 | "prettier": "2.6.2", |
57 | 57 | "react": "18.1.0", |
58 | | - "react-dom": "18.0.0", |
| 58 | + "react-dom": "18.1.0", |
59 | 59 | "rimraf": "3.0.2", |
60 | | - "typescript": "4.6.4" |
| 60 | + "typescript": "4.7.3" |
61 | 61 | }, |
62 | 62 | "publishConfig": { |
63 | 63 | "access": "public" |
|
0 commit comments