|
17 | 17 | "production:clean": "rimraf out/"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@chakra-ui/react": "^1.6.2", |
| 20 | + "@chakra-ui/react": "^1.6.3", |
21 | 21 | "@emotion/react": "^11.4.0",
|
22 | 22 | "@emotion/styled": "^11.3.0",
|
23 |
| - "dotenv": "^9.0.2", |
| 23 | + "dotenv": "^10.0.0", |
24 | 24 | "framer-motion": "^4.1.17",
|
25 |
| - "next": "^10.2.0", |
| 25 | + "next": "^10.2.3", |
26 | 26 | "react": "^17.0.2",
|
27 | 27 | "react-dom": "^17.0.2"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@babel/core": "^7.14.3",
|
31 | 31 | "@testing-library/react": "^11.2.7",
|
32 | 32 | "@types/jest": "^26.0.23",
|
33 |
| - "@types/node": "^15.3.0", |
34 |
| - "@types/react": "^17.0.5", |
| 33 | + "@types/node": "^15.12.2", |
| 34 | + "@types/react": "^17.0.10", |
35 | 35 | "@types/react-addons-test-utils": "^0.14.25",
|
36 |
| - "@types/react-dom": "^17.0.5", |
| 36 | + "@types/react-dom": "^17.0.7", |
37 | 37 | "@types/react-test-renderer": "^17.0.1",
|
38 |
| - "@typescript-eslint/eslint-plugin": "^4.24.0", |
39 |
| - "@typescript-eslint/parser": "^4.24.0", |
| 38 | + "@typescript-eslint/eslint-plugin": "^4.26.1", |
| 39 | + "@typescript-eslint/parser": "^4.26.1", |
40 | 40 | "babel-eslint": "^10.1.0",
|
41 |
| - "babel-jest": "^26.6.3", |
| 41 | + "babel-jest": "^27.0.2", |
42 | 42 | "babel-plugin-module-resolver": "^4.1.0",
|
43 | 43 | "cross-env": "^7.0.3",
|
44 |
| - "eslint": "^7.26.0", |
| 44 | + "eslint": "^7.28.0", |
45 | 45 | "eslint-config-airbnb-typescript": "^12.3.1",
|
46 | 46 | "eslint-config-prettier": "^8.3.0",
|
47 | 47 | "eslint-config-react-app": "^6.0.0",
|
48 | 48 | "eslint-import-resolver-babel-module": "^5.3.1",
|
49 | 49 | "eslint-import-resolver-typescript": "^2.4.0",
|
50 | 50 | "eslint-plugin-flowtype": "^5.7.2",
|
51 |
| - "eslint-plugin-import": "^2.23.2", |
| 51 | + "eslint-plugin-import": "^2.23.4", |
52 | 52 | "eslint-plugin-jest": "^24.3.6",
|
53 | 53 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
54 | 54 | "eslint-plugin-prettier": "^3.4.0",
|
55 |
| - "eslint-plugin-react": "^7.23.2", |
| 55 | + "eslint-plugin-react": "^7.24.0", |
56 | 56 | "eslint-plugin-react-hooks": "^4.2.0",
|
57 |
| - "jest": "^26.6.3", |
| 57 | + "jest": "^27.0.4", |
58 | 58 | "npm-run-all": "^4.1.5",
|
59 |
| - "prettier": "^2.3.0", |
| 59 | + "prettier": "^2.3.1", |
60 | 60 | "react-addons-test-utils": "^15.6.2",
|
61 | 61 | "rimraf": "^3.0.2",
|
62 |
| - "ts-jest": "^26.5.6", |
63 |
| - "typescript": "^4.2.4", |
| 62 | + "ts-jest": "^27.0.3", |
| 63 | + "typescript": "^4.3.2", |
64 | 64 | "yarn-or-npm": "^3.0.1"
|
65 | 65 | }
|
66 | 66 | }
|
0 commit comments