|
18 | 18 | "commit": "cz"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@chakra-ui/react": "^2.4.9", |
22 |
| - "@emotion/react": "^11.10.5", |
23 |
| - "@emotion/styled": "^11.10.5", |
24 |
| - "framer-motion": "^8.4.6", |
| 21 | + "@chakra-ui/react": "^2.5.1", |
| 22 | + "@emotion/react": "^11.10.6", |
| 23 | + "@emotion/styled": "^11.10.6", |
| 24 | + "framer-motion": "^10.0.1", |
25 | 25 | "is-ci": "^3.0.1",
|
26 |
| - "next": "^13.1.2", |
| 26 | + "next": "^13.2.3", |
27 | 27 | "react": "^18.2.0",
|
28 | 28 | "react-dom": "^18.2.0"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@commitlint/cli": "^17.4.2", |
32 |
| - "@commitlint/config-conventional": "^17.4.2", |
| 31 | + "@commitlint/cli": "^17.4.4", |
| 32 | + "@commitlint/config-conventional": "^17.4.4", |
| 33 | + "@ianvs/prettier-plugin-sort-imports": "^3.7.1", |
33 | 34 | "@testing-library/jest-dom": "^5.16.5",
|
34 |
| - "@testing-library/react": "^13.4.0", |
35 |
| - "@types/jest": "^29.2.5", |
36 |
| - "@types/node": "^18.11.18", |
37 |
| - "@types/react": "^18.0.26", |
38 |
| - "@types/react-dom": "^18.0.10", |
39 |
| - "@typescript-eslint/eslint-plugin": "^5.48.2", |
40 |
| - "@typescript-eslint/parser": "^5.48.2", |
41 |
| - "commitizen": "^4.2.6", |
| 35 | + "@testing-library/react": "^14.0.0", |
| 36 | + "@types/jest": "^29.4.0", |
| 37 | + "@types/node": "^18.14.4", |
| 38 | + "@types/react": "^18.0.28", |
| 39 | + "@types/react-dom": "^18.0.11", |
| 40 | + "@typescript-eslint/eslint-plugin": "^5.54.0", |
| 41 | + "@typescript-eslint/parser": "^5.54.0", |
| 42 | + "commitizen": "^4.3.0", |
42 | 43 | "cz-conventional-changelog": "^3.3.0",
|
43 | 44 | "devmoji": "^2.3.0",
|
44 |
| - "eslint": "^8.32.0", |
| 45 | + "eslint": "^8.35.0", |
45 | 46 | "eslint-config-airbnb": "19.0.4",
|
46 | 47 | "eslint-config-airbnb-typescript": "^17.0.0",
|
47 |
| - "eslint-config-next": "^13.1.2", |
| 48 | + "eslint-config-next": "^13.2.3", |
48 | 49 | "eslint-config-prettier": "^8.6.0",
|
49 | 50 | "eslint-config-react-app": "^7.0.1",
|
50 | 51 | "eslint-import-resolver-typescript": "^3.5.3",
|
51 | 52 | "eslint-plugin-import": "^2.27.5",
|
52 | 53 | "eslint-plugin-jest": "^27.2.1",
|
53 | 54 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
54 | 55 | "eslint-plugin-prettier": "^4.2.1",
|
55 |
| - "eslint-plugin-react": "^7.32.1", |
| 56 | + "eslint-plugin-react": "^7.32.2", |
56 | 57 | "eslint-plugin-react-hooks": "^4.6.0",
|
57 |
| - "eslint-plugin-simple-import-sort": "^9.0.0", |
58 | 58 | "eslint-plugin-sonarjs": "^0.18.0",
|
59 | 59 | "eslint-plugin-unused-imports": "^2.0.0",
|
60 | 60 | "husky": "^8.0.3",
|
61 |
| - "jest": "^29.3.1", |
62 |
| - "jest-environment-jsdom": "^29.3.1", |
63 |
| - "lint-staged": "^13.1.0", |
64 |
| - "next-router-mock": "^0.9.1-beta.0", |
| 61 | + "jest": "^29.4.3", |
| 62 | + "jest-environment-jsdom": "^29.4.3", |
| 63 | + "lint-staged": "^13.1.2", |
| 64 | + "next-router-mock": "^0.9.2", |
65 | 65 | "npm-run-all": "^4.1.5",
|
66 |
| - "prettier": "^2.8.3", |
67 |
| - "rimraf": "^4.1.1", |
68 |
| - "typescript": "^4.9.4", |
| 66 | + "prettier": "^2.8.4", |
| 67 | + "rimraf": "^4.1.4", |
| 68 | + "typescript": "^4.9.5", |
69 | 69 | "yarn-or-npm": "^3.0.1"
|
70 | 70 | }
|
71 | 71 | }
|
0 commit comments