|
16 | 16 | "prepare": "husky install"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@chakra-ui/react": "^2.3.6", |
20 |
| - "@emotion/react": "^11.10.4", |
21 |
| - "@emotion/styled": "^11.10.4", |
22 |
| - "framer-motion": "^7.6.1", |
23 |
| - "next": "^13.0.0", |
| 19 | + "@chakra-ui/react": "^2.4.1", |
| 20 | + "@emotion/react": "^11.10.5", |
| 21 | + "@emotion/styled": "^11.10.5", |
| 22 | + "framer-motion": "^7.6.12", |
| 23 | + "next": "^13.0.5", |
24 | 24 | "react": "^18.2.0",
|
25 | 25 | "react-dom": "^18.2.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 | 28 | "@testing-library/react": "^13.4.0",
|
29 |
| - "@types/jest": "^29.2.0", |
30 |
| - "@types/node": "^18.11.6", |
31 |
| - "@types/react": "^18.0.23", |
| 29 | + "@types/jest": "^29.2.3", |
| 30 | + "@types/node": "^18.11.9", |
| 31 | + "@types/react": "^18.0.25", |
32 | 32 | "@types/react-addons-test-utils": "^15.6.0",
|
33 |
| - "@types/react-dom": "^18.0.7", |
| 33 | + "@types/react-dom": "^18.0.9", |
34 | 34 | "@types/react-test-renderer": "^18.0.0",
|
35 |
| - "@typescript-eslint/eslint-plugin": "^5.41.0", |
36 |
| - "@typescript-eslint/parser": "^5.41.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^5.44.0", |
| 36 | + "@typescript-eslint/parser": "^5.44.0", |
37 | 37 | "cross-env": "^7.0.3",
|
38 |
| - "eslint": "^8.26.0", |
| 38 | + "eslint": "^8.28.0", |
39 | 39 | "eslint-config-airbnb": "19.0.4",
|
40 | 40 | "eslint-config-airbnb-typescript": "^17.0.0",
|
41 |
| - "eslint-config-next": "^13.0.0", |
| 41 | + "eslint-config-next": "^13.0.5", |
42 | 42 | "eslint-config-prettier": "^8.5.0",
|
43 | 43 | "eslint-config-react-app": "^7.0.1",
|
44 | 44 | "eslint-import-resolver-typescript": "^3.5.2",
|
45 | 45 | "eslint-plugin-import": "^2.26.0",
|
46 |
| - "eslint-plugin-jest": "^27.1.3", |
| 46 | + "eslint-plugin-jest": "^27.1.6", |
47 | 47 | "eslint-plugin-jsx-a11y": "^6.6.1",
|
48 | 48 | "eslint-plugin-prettier": "^4.2.1",
|
49 |
| - "eslint-plugin-react": "^7.31.10", |
| 49 | + "eslint-plugin-react": "^7.31.11", |
50 | 50 | "eslint-plugin-react-hooks": "^4.6.0",
|
51 | 51 | "eslint-plugin-sonarjs": "^0.16.0",
|
52 |
| - "husky": "^8.0.1", |
53 |
| - "jest": "^29.2.2", |
54 |
| - "jest-environment-jsdom": "^29.2.2", |
| 52 | + "husky": "^8.0.2", |
| 53 | + "jest": "^29.3.1", |
| 54 | + "jest-environment-jsdom": "^29.3.1", |
55 | 55 | "lint-staged": "^13.0.3",
|
56 | 56 | "npm-run-all": "^4.1.5",
|
57 |
| - "prettier": "^2.7.1", |
| 57 | + "prettier": "^2.8.0", |
58 | 58 | "rimraf": "^3.0.2",
|
59 | 59 | "ts-jest": "^29.0.3",
|
60 |
| - "typescript": "^4.8.4", |
| 60 | + "typescript": "^4.9.3", |
61 | 61 | "yarn-or-npm": "^3.0.1"
|
62 | 62 | }
|
63 | 63 | }
|
0 commit comments