|
28 | 28 | "storybook": "start-storybook"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "ky": "^0.19.0", |
32 |
| - "ky-universal": "^0.5.0", |
33 |
| - "next": "^9.3.3", |
34 |
| - "react": "^16.12.0", |
35 |
| - "react-dom": "^16.12.0" |
| 31 | + "ky": "0.25.1", |
| 32 | + "ky-universal": "0.8.2", |
| 33 | + "next": "10.0.3", |
| 34 | + "react": "17.0.1", |
| 35 | + "react-dom": "17.0.1" |
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@ffmpeg-installer/ffmpeg": "^1.0.20", |
39 |
| - "@storybook/addon-actions": "^5.3.17", |
40 |
| - "@storybook/preset-typescript": "^3.0.0", |
41 |
| - "@storybook/react": "^5.3.17", |
42 |
| - "@testing-library/jest-dom": "^5.0.2", |
43 |
| - "@testing-library/react": "^10.0.1", |
44 |
| - "@testing-library/testcafe": "^4.0.0", |
45 |
| - "@types/jest": "^25.1.4", |
46 |
| - "@types/node": "^13.9.8", |
47 |
| - "@types/react": "^16.9.19", |
48 |
| - "@typescript-eslint/eslint-plugin": "^2.26.0", |
49 |
| - "@typescript-eslint/parser": "^2.26.0", |
50 |
| - "awesome-typescript-loader": "^5.2.1", |
51 |
| - "babel-loader": "^8.1.0", |
52 |
| - "concurrently": "^5.0.2", |
53 |
| - "eslint": "^6.8.0", |
54 |
| - "eslint-config-prettier": "^6.9.0", |
55 |
| - "eslint-plugin-prettier": "^3.1.2", |
56 |
| - "eslint-plugin-react": "^7.18.0", |
57 |
| - "eslint-plugin-testcafe": "^0.2.1", |
58 |
| - "jest": "^25.2.4", |
59 |
| - "prettier": "^2.0.2", |
60 |
| - "serverless": "^1.61.3", |
61 |
| - "serverless-next.js": "^1.9.7", |
62 |
| - "testcafe": "^1.8.1", |
63 |
| - "ts-jest": "^25.3.0", |
64 |
| - "typescript": "^3.7.5", |
65 |
| - "wait-on": "^4.0.0" |
| 38 | + "@ffmpeg-installer/ffmpeg": "1.0.20", |
| 39 | + "@storybook/addon-actions": "6.1.10", |
| 40 | + "@storybook/addon-links": "6.1.10", |
| 41 | + "@storybook/addon-storysource": "6.1.10", |
| 42 | + "@storybook/react": "6.1.10", |
| 43 | + "@testing-library/jest-dom": "5.11.6", |
| 44 | + "@testing-library/react": "11.2.2", |
| 45 | + "@testing-library/testcafe": "4.3.1", |
| 46 | + "@testing-library/user-event": "12.5.0", |
| 47 | + "@types/jest": "26.0.17", |
| 48 | + "@types/node": "14.14.11", |
| 49 | + "@types/react": "17.0.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "4.9.1", |
| 51 | + "@typescript-eslint/parser": "4.9.1", |
| 52 | + "babel-loader": "8.2.2", |
| 53 | + "concurrently": "5.3.0", |
| 54 | + "eslint": "7.15.0", |
| 55 | + "eslint-config-airbnb": "18.2.1", |
| 56 | + "eslint-config-prettier": "7.0.0", |
| 57 | + "eslint-plugin-import": "2.22.1", |
| 58 | + "eslint-plugin-jest": "24.1.3", |
| 59 | + "eslint-plugin-jsx-a11y": "6.4.1", |
| 60 | + "eslint-plugin-prettier": "3.2.0", |
| 61 | + "eslint-plugin-react": "7.21.5", |
| 62 | + "eslint-plugin-react-hooks": "4.2.0", |
| 63 | + "eslint-plugin-testcafe": "0.2.1", |
| 64 | + "eslint-plugin-testing-library": "3.10.1", |
| 65 | + "jest": "26.6.3", |
| 66 | + "next-page-tester": "0.10.0", |
| 67 | + "prettier": "2.2.1", |
| 68 | + "serverless-next.js": "1.14.0", |
| 69 | + "testcafe": "1.9.4", |
| 70 | + "ts-jest": "26.4.4", |
| 71 | + "ts-node": "9.1.1", |
| 72 | + "typescript": "4.1.2", |
| 73 | + "wait-on": "5.2.0" |
66 | 74 | },
|
67 | 75 | "husky": {
|
68 | 76 | "hooks": {
|
|
0 commit comments