|
16 | 16 | "test-watch": "jest --watch" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@headlessui/react": "^1.7.10", |
| 19 | + "@headlessui/react": "^1.7.17", |
20 | 20 | "@heroicons/react": "^2.0.15", |
21 | | - "next": "13.4.4", |
| 21 | + "next": "^13.5.6", |
22 | 22 | "react": "18.2.0", |
23 | 23 | "react-dom": "18.2.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@next/bundle-analyzer": "^13.1.1", |
27 | | - "@next/eslint-plugin-next": "^13.1.1", |
28 | | - "@testing-library/jest-dom": "^5.16.5", |
| 26 | + "@next/bundle-analyzer": "^13.5.6", |
| 27 | + "@next/eslint-plugin-next": "^13.5.6", |
| 28 | + "@testing-library/jest-dom": "^6.1.4", |
29 | 29 | "@testing-library/react": "^14.0.0", |
30 | | - "@types/node": "20.2.5", |
31 | | - "@types/react": "18.2.7", |
32 | | - "@types/react-dom": "18.2.4", |
33 | | - "@typescript-eslint/eslint-plugin": "^5.48.0", |
34 | | - "@typescript-eslint/parser": "^5.0.0", |
35 | | - "autoprefixer": "^10.4.13", |
36 | | - "eslint": "^8.31.0", |
| 30 | + "@types/node": "20.8.7", |
| 31 | + "@types/react": "18.2.31", |
| 32 | + "@types/react-dom": "18.2.14", |
| 33 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 34 | + "@typescript-eslint/parser": "^6.8.0", |
| 35 | + "autoprefixer": "^10.4.16", |
| 36 | + "eslint": "^8.52.0", |
37 | 37 | "eslint-config-airbnb-base": "^15.0.0", |
38 | | - "eslint-config-airbnb-typescript": "^17.0.0", |
39 | | - "eslint-config-next": "^13.1.1", |
40 | | - "eslint-config-prettier": "^8.6.0", |
41 | | - "eslint-plugin-import": "^2.26.0", |
| 38 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 39 | + "eslint-config-next": "^13.5.6", |
| 40 | + "eslint-config-prettier": "^9.0.0", |
| 41 | + "eslint-plugin-import": "^2.28.1", |
42 | 42 | "eslint-plugin-jsx-a11y": "^6.6.1", |
43 | | - "eslint-plugin-prettier": "^4.2.1", |
44 | | - "eslint-plugin-react": "^7.31.11", |
| 43 | + "eslint-plugin-prettier": "^5.0.1", |
| 44 | + "eslint-plugin-react": "^7.33.2", |
45 | 45 | "eslint-plugin-react-hooks": "^4.6.0", |
46 | 46 | "eslint-plugin-simple-import-sort": "^10.0.0", |
47 | | - "eslint-plugin-unused-imports": "^2.0.0", |
| 47 | + "eslint-plugin-unused-imports": "^3.0.0", |
48 | 48 | "husky": "^8.0.3", |
49 | | - "jest": "^29.3.1", |
50 | | - "jest-environment-jsdom": "^29.3.1", |
51 | | - "lint-staged": "^13.1.0", |
| 49 | + "jest": "^29.7.0", |
| 50 | + "jest-environment-jsdom": "^29.7.0", |
| 51 | + "lint-staged": "^15.0.2", |
52 | 52 | "npm-run-all": "^4.1.5", |
53 | 53 | "postcss": "^8.4.31", |
54 | | - "prettier": "^2.8.1", |
55 | | - "rimraf": "^5.0.1", |
56 | | - "tailwindcss": "^3.3.2", |
57 | | - "typescript": "^5.0.4" |
| 54 | + "prettier": "^3.0.3", |
| 55 | + "rimraf": "^5.0.5", |
| 56 | + "tailwindcss": "^3.3.3", |
| 57 | + "typescript": "^5.2.2" |
58 | 58 | }, |
59 | 59 | "license": "MIT" |
60 | 60 | } |
0 commit comments