|
17 | 17 | "production:clean": "rimraf out/"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@chakra-ui/react": "^1.6.12", |
21 |
| - "@emotion/react": "^11.5.0", |
22 |
| - "@emotion/styled": "^11.3.0", |
| 20 | + "@chakra-ui/react": "^1.7.3", |
| 21 | + "@emotion/react": "^11.7.1", |
| 22 | + "@emotion/styled": "^11.6.0", |
23 | 23 | "dotenv": "^10.0.0",
|
24 |
| - "framer-motion": "^5.2.0", |
25 |
| - "next": "^12.0.2", |
| 24 | + "framer-motion": "^5.5.5", |
| 25 | + "next": "^12.0.7", |
26 | 26 | "react": "^17.0.2",
|
27 | 27 | "react-dom": "^17.0.2"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@testing-library/react": "^12.1.2",
|
31 |
| - "@types/jest": "^27.0.2", |
32 |
| - "@types/node": "^16.11.6", |
33 |
| - "@types/react": "^17.0.34", |
| 31 | + "@types/jest": "^27.0.3", |
| 32 | + "@types/node": "^17.0.2", |
| 33 | + "@types/react": "^17.0.37", |
34 | 34 | "@types/react-addons-test-utils": "^15.6.0",
|
35 | 35 | "@types/react-dom": "^17.0.11",
|
36 | 36 | "@types/react-test-renderer": "^17.0.1",
|
37 |
| - "@typescript-eslint/eslint-plugin": "^5.3.0", |
38 |
| - "@typescript-eslint/parser": "^5.3.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.8.0", |
| 38 | + "@typescript-eslint/parser": "^5.8.0", |
39 | 39 | "cross-env": "^7.0.3",
|
40 |
| - "eslint": "^8.1.0", |
41 |
| - "eslint-config-airbnb": "18.2.1", |
42 |
| - "eslint-config-airbnb-typescript": "^14.0.1", |
43 |
| - "eslint-config-next": "^12.0.2", |
| 40 | + "eslint": "^8.5.0", |
| 41 | + "eslint-config-airbnb": "19.0.2", |
| 42 | + "eslint-config-airbnb-typescript": "^16.1.0", |
| 43 | + "eslint-config-next": "^12.0.7", |
44 | 44 | "eslint-config-prettier": "^8.3.0",
|
45 |
| - "eslint-config-react-app": "^6.0.0", |
| 45 | + "eslint-config-react-app": "^7.0.0", |
46 | 46 | "eslint-import-resolver-typescript": "^2.5.0",
|
47 |
| - "eslint-plugin-import": "^2.25.2", |
48 |
| - "eslint-plugin-jest": "^25.2.3", |
49 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 47 | + "eslint-plugin-import": "^2.25.3", |
| 48 | + "eslint-plugin-jest": "^25.3.0", |
| 49 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
50 | 50 | "eslint-plugin-prettier": "^4.0.0",
|
51 |
| - "eslint-plugin-react": "^7.26.1", |
52 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
53 |
| - "jest": "^27.3.1", |
| 51 | + "eslint-plugin-react": "^7.27.1", |
| 52 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 53 | + "eslint-plugin-sonarjs": "^0.11.0", |
| 54 | + "jest": "^27.4.5", |
54 | 55 | "npm-run-all": "^4.1.5",
|
55 |
| - "prettier": "^2.4.1", |
| 56 | + "prettier": "^2.5.1", |
56 | 57 | "rimraf": "^3.0.2",
|
57 |
| - "ts-jest": "^27.0.7", |
58 |
| - "typescript": "^4.4.4", |
| 58 | + "ts-jest": "^27.1.2", |
| 59 | + "typescript": "^4.5.4", |
59 | 60 | "yarn-or-npm": "^3.0.1"
|
60 | 61 | }
|
61 | 62 | }
|
0 commit comments