|
18 | 18 | "commit": "cz"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "clsx": "^1.2.1", |
| 21 | + "clsx": "^2.0.0", |
22 | 22 | "is-ci": "^3.0.1",
|
23 |
| - "next": "^13.2.3", |
| 23 | + "next": "^13.4.13", |
24 | 24 | "react": "^18.2.0",
|
25 | 25 | "react-dom": "^18.2.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@commitlint/cli": "^17.4.4", |
29 |
| - "@commitlint/config-conventional": "^17.4.4", |
30 |
| - "@ianvs/prettier-plugin-sort-imports": "^3.7.1", |
31 |
| - "@testing-library/jest-dom": "^5.16.5", |
| 28 | + "@commitlint/cli": "^17.7.1", |
| 29 | + "@commitlint/config-conventional": "^17.7.0", |
| 30 | + "@ianvs/prettier-plugin-sort-imports": "^4.1.0", |
| 31 | + "@testing-library/jest-dom": "^5.17.0", |
32 | 32 | "@testing-library/react": "^14.0.0",
|
33 |
| - "@types/jest": "^29.4.0", |
34 |
| - "@types/node": "^18.14.4", |
35 |
| - "@types/react": "^18.0.28", |
36 |
| - "@types/react-dom": "^18.0.11", |
37 |
| - "@typescript-eslint/eslint-plugin": "^5.54.0", |
38 |
| - "@typescript-eslint/parser": "^5.54.0", |
39 |
| - "autoprefixer": "^10.4.13", |
| 33 | + "@types/jest": "^29.5.3", |
| 34 | + "@types/node": "^20.4.10", |
| 35 | + "@types/react": "^18.2.20", |
| 36 | + "@types/react-dom": "^18.2.7", |
| 37 | + "@typescript-eslint/eslint-plugin": "^6.3.0", |
| 38 | + "@typescript-eslint/parser": "^6.3.0", |
| 39 | + "autoprefixer": "^10.4.14", |
40 | 40 | "commitizen": "^4.3.0",
|
41 |
| - "cssnano": "^5.1.15", |
| 41 | + "cssnano": "^6.0.1", |
42 | 42 | "cz-conventional-changelog": "^3.3.0",
|
43 | 43 | "devmoji": "^2.3.0",
|
44 |
| - "eslint": "^8.35.0", |
| 44 | + "eslint": "^8.47.0", |
45 | 45 | "eslint-config-airbnb": "19.0.4",
|
46 |
| - "eslint-config-airbnb-typescript": "^17.0.0", |
47 |
| - "eslint-config-next": "^13.2.3", |
48 |
| - "eslint-config-prettier": "^8.6.0", |
| 46 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 47 | + "eslint-config-next": "^13.4.13", |
| 48 | + "eslint-config-prettier": "^9.0.0", |
49 | 49 | "eslint-config-react-app": "^7.0.1",
|
50 |
| - "eslint-import-resolver-typescript": "^3.5.3", |
51 |
| - "eslint-plugin-import": "^2.27.5", |
52 |
| - "eslint-plugin-jest": "^27.2.1", |
| 50 | + "eslint-import-resolver-typescript": "^3.6.0", |
| 51 | + "eslint-plugin-import": "^2.28.0", |
| 52 | + "eslint-plugin-jest": "^27.2.3", |
53 | 53 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
54 |
| - "eslint-plugin-prettier": "^4.2.1", |
55 |
| - "eslint-plugin-react": "^7.32.2", |
| 54 | + "eslint-plugin-prettier": "^5.0.0", |
| 55 | + "eslint-plugin-react": "^7.33.1", |
56 | 56 | "eslint-plugin-react-hooks": "^4.6.0",
|
57 |
| - "eslint-plugin-sonarjs": "^0.18.0", |
58 |
| - "eslint-plugin-unused-imports": "^2.0.0", |
| 57 | + "eslint-plugin-sonarjs": "^0.20.0", |
| 58 | + "eslint-plugin-unused-imports": "^3.0.0", |
59 | 59 | "husky": "^8.0.3",
|
60 |
| - "jest": "^29.4.3", |
61 |
| - "jest-environment-jsdom": "^29.4.3", |
62 |
| - "lint-staged": "^13.1.2", |
63 |
| - "next-router-mock": "^0.9.2", |
| 60 | + "jest": "^29.6.2", |
| 61 | + "jest-environment-jsdom": "^29.6.2", |
| 62 | + "lint-staged": "^13.2.3", |
| 63 | + "next-router-mock": "^0.9.8", |
64 | 64 | "npm-run-all": "^4.1.5",
|
65 |
| - "postcss": "^8.4.21", |
66 |
| - "prettier": "^2.8.4", |
67 |
| - "prettier-plugin-tailwindcss": "^0.2.4", |
68 |
| - "rimraf": "^4.1.4", |
69 |
| - "tailwindcss": "^3.2.7", |
70 |
| - "typescript": "^4.9.5", |
| 65 | + "postcss": "^8.4.27", |
| 66 | + "prettier": "^3.0.1", |
| 67 | + "prettier-plugin-tailwindcss": "^0.5.2", |
| 68 | + "rimraf": "^5.0.1", |
| 69 | + "tailwindcss": "^3.3.3", |
| 70 | + "typescript": "^5.1.6", |
71 | 71 | "yarn-or-npm": "^3.0.1"
|
72 | 72 | }
|
73 | 73 | }
|
0 commit comments