|
7 | 7 | "npm": "^10.0.8", |
8 | 8 | "node": "^20.10.0" |
9 | 9 | }, |
10 | | - "packageManager": "yarn@4.1.1", |
| 10 | + "packageManager": "yarn@4.5.3", |
11 | 11 | "license": "MIT", |
12 | 12 | "scripts": { |
13 | 13 | "dev": "next dev", |
|
19 | 19 | "prettier": "prettier --write \"**/*.{tsx,ts,css,scss}\"", |
20 | 20 | "clean": "rimraf .next", |
21 | 21 | "clean-build": "yarn run clean && yarn run build", |
22 | | - "reinstall": "yarn run clean && rimraf node_modules && rm yarn.lock && yarn install" |
| 22 | + "reinstall": "yarn run clean && rimraf node_modules && rm yarn.lock && yarn install && rimraf package-lock.json" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@types/node": "20.17.10", |
26 | | - "@types/react": "18.3.17", |
27 | | - "@types/react-dom": "18.3.5", |
28 | | - "eslint": "8.57.1", |
| 25 | + "@types/node": "22.10.2", |
| 26 | + "@types/react": "19.0.1", |
| 27 | + "@types/react-dom": "19.0.2", |
| 28 | + "eslint": "9.17.0", |
29 | 29 | "eslint-config-next": "^15.1.0", |
30 | 30 | "next": "^15.1.0", |
31 | 31 | "react": "19.0.0", |
|
36 | 36 | "devDependencies": { |
37 | 37 | "@tailwindcss/typography": "^0.5.15", |
38 | 38 | "@testing-library/jest-dom": "^6.6.3", |
39 | | - "@testing-library/react": "^14.3.1", |
40 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 39 | + "@testing-library/react": "^16.1.0", |
| 40 | + "@trivago/prettier-plugin-sort-imports": "^5.2.0", |
41 | 41 | "@types/jest": "^29.5.14", |
42 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
43 | | - "@typescript-eslint/parser": "^6.21.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "^8.18.1", |
| 43 | + "@typescript-eslint/parser": "^8.18.1", |
44 | 44 | "autoprefixer": "^10.4.20", |
45 | 45 | "eslint-config-prettier": "^9.1.0", |
46 | 46 | "eslint-config-react-app": "^7.0.1", |
47 | 47 | "eslint-plugin-prettier": "^5.2.1", |
48 | 48 | "eslint-plugin-react": "^7.37.2", |
49 | 49 | "eslint-plugin-tailwindcss": "^3.17.5", |
50 | | - "eslint-plugin-unicorn": "^49.0.0", |
51 | | - "eslint-plugin-unused-imports": "^3.2.0", |
| 50 | + "eslint-plugin-unicorn": "^56.0.1", |
| 51 | + "eslint-plugin-unused-imports": "^4.1.4", |
52 | 52 | "jest": "^29.7.0", |
53 | 53 | "jest-environment-jsdom": "^29.7.0", |
54 | 54 | "postcss": "^8.4.49", |
55 | 55 | "prettier": "^3.4.2", |
56 | | - "prettier-plugin-organize-imports": "^3.2.4", |
| 56 | + "prettier-plugin-organize-imports": "^4.1.0", |
57 | 57 | "prettier-plugin-tailwindcss": "^0.6.9", |
58 | | - "rimraf": "^5.0.10", |
| 58 | + "rimraf": "^6.0.1", |
59 | 59 | "tailwindcss": "^3.4.16" |
60 | 60 | } |
61 | 61 | } |
0 commit comments