|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.40", |
| 3 | + "version": "1.1.41", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
18 | 18 | "@lingui/core": "4.5.0", |
19 | 19 | "@lingui/detect-locale": "4.5.0", |
20 | 20 | "@lingui/react": "4.5.0", |
21 | | - "autoprefixer": "10.4.19", |
| 21 | + "autoprefixer": "10.4.20", |
22 | 22 | "clsx": "2.1.1", |
23 | | - "cssnano": "7.0.4", |
| 23 | + "cssnano": "7.0.5", |
24 | 24 | "langs": "2.0.0", |
25 | 25 | "next": "14.1.4", |
26 | | - "postcss": "8.4.39", |
| 26 | + "postcss": "8.4.41", |
27 | 27 | "react": "18.3.1", |
28 | 28 | "react-dom": "18.3.1", |
29 | | - "react-use": "17.5.0", |
30 | | - "tailwind-merge": "2.4.0", |
31 | | - "tailwindcss": "3.4.4" |
| 29 | + "react-use": "17.5.1", |
| 30 | + "tailwind-merge": "2.5.2", |
| 31 | + "tailwindcss": "3.4.10" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@lingui/cli": "4.5.0", |
|
37 | 37 | "@lingui/loader": "4.5.0", |
38 | 38 | "@lingui/macro": "4.5.0", |
39 | 39 | "@lingui/swc-plugin": "4.0.6", |
40 | | - "@testing-library/jest-dom": "6.4.6", |
| 40 | + "@testing-library/jest-dom": "6.4.8", |
41 | 41 | "@testing-library/react": "16.0.0", |
42 | 42 | "@testing-library/user-event": "14.5.2", |
43 | 43 | "@types/eslint": "8.56.10", |
44 | 44 | "@types/eslint-config-prettier": "6.11.3", |
45 | 45 | "@types/jest": "29.5.12", |
46 | 46 | "@types/langs": "2.0.5", |
47 | 47 | "@types/lint-staged": "13.3.0", |
48 | | - "@types/node": "20.14.10", |
| 48 | + "@types/node": "22.4.1", |
49 | 49 | "@types/react": "18.3.3", |
50 | 50 | "@types/react-dom": "18.3.0", |
51 | 51 | "eslint": "8.57.0", |
52 | 52 | "eslint-config-next": "14.1.4", |
53 | 53 | "eslint-config-prettier": "9.1.0", |
54 | | - "eslint-plugin-prettier": "5.1.3", |
| 54 | + "eslint-plugin-prettier": "5.2.1", |
55 | 55 | "eslint-plugin-lingui": "0.3.0", |
56 | 56 | "eslint-plugin-tailwindcss": "3.17.4", |
57 | | - "eslint-plugin-unicorn": "54.0.0", |
58 | | - "husky": "9.0.11", |
| 57 | + "eslint-plugin-unicorn": "55.0.0", |
| 58 | + "husky": "9.1.4", |
59 | 59 | "jest": "29.7.0", |
60 | 60 | "jest-environment-jsdom": "29.7.0", |
61 | | - "lint-staged": "15.2.7", |
62 | | - "prettier": "3.3.2", |
| 61 | + "lint-staged": "15.2.9", |
| 62 | + "prettier": "3.3.3", |
63 | 63 | "prettier-plugin-jsdoc": "1.3.0", |
64 | 64 | "prettier-plugin-organize-attributes": "1.0.0", |
65 | 65 | "prettier-plugin-organize-imports": "4.0.0", |
66 | | - "prettier-plugin-tailwindcss": "0.6.5", |
| 66 | + "prettier-plugin-tailwindcss": "0.6.6", |
67 | 67 | "serve": "14.2.3", |
68 | | - "typescript": "5.5.3" |
| 68 | + "typescript": "5.5.4" |
69 | 69 | }, |
70 | 70 | "resolutions": { |
71 | 71 | "@babel/traverse": ">=7.23.2" |
|
0 commit comments