|
28 | 28 | "storybook": "start-storybook"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "next": "^9.3.2", |
| 31 | + "ky": "^0.19.0", |
| 32 | + "ky-universal": "^0.5.0", |
| 33 | + "next": "^9.3.3", |
32 | 34 | "react": "^16.12.0",
|
33 | 35 | "react-dom": "^16.12.0"
|
34 | 36 | },
|
|
41 | 43 | "@testing-library/react": "^10.0.1",
|
42 | 44 | "@testing-library/testcafe": "^4.0.0",
|
43 | 45 | "@types/jest": "^25.1.4",
|
44 |
| - "@types/node": "^13.1.8", |
| 46 | + "@types/node": "^13.9.8", |
45 | 47 | "@types/react": "^16.9.19",
|
46 |
| - "@typescript-eslint/eslint-plugin": "^2.17.0", |
47 |
| - "@typescript-eslint/parser": "^2.17.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 49 | + "@typescript-eslint/parser": "^2.26.0", |
48 | 50 | "awesome-typescript-loader": "^5.2.1",
|
49 | 51 | "babel-loader": "^8.1.0",
|
50 | 52 | "concurrently": "^5.0.2",
|
|
53 | 55 | "eslint-plugin-prettier": "^3.1.2",
|
54 | 56 | "eslint-plugin-react": "^7.18.0",
|
55 | 57 | "eslint-plugin-testcafe": "^0.2.1",
|
56 |
| - "jest": "^25.1.0", |
| 58 | + "jest": "^25.2.4", |
57 | 59 | "prettier": "^2.0.2",
|
58 | 60 | "serverless": "^1.61.3",
|
59 |
| - "serverless-next.js": "^1.8.0", |
| 61 | + "serverless-next.js": "^1.9.7", |
60 | 62 | "testcafe": "^1.8.1",
|
61 |
| - "ts-jest": "^25.0.0", |
| 63 | + "ts-jest": "^25.3.0", |
62 | 64 | "typescript": "^3.7.5",
|
63 | 65 | "wait-on": "^4.0.0"
|
64 | 66 | },
|
|
0 commit comments