|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.37", |
| 3 | + "version": "1.1.38", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
13 | 13 | "prepare": "husky install" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@headlessui/react": "1.7.18", |
| 16 | + "@headlessui/react": "1.7.19", |
17 | 17 | "@heroicons/react": "2.1.3", |
18 | | - "@lingui/core": "4.5.0", |
19 | | - "@lingui/detect-locale": "4.5.0", |
20 | | - "@lingui/react": "4.5.0", |
| 18 | + "@lingui/core": "4.10.0", |
| 19 | + "@lingui/detect-locale": "4.10.0", |
| 20 | + "@lingui/react": "4.10.0", |
21 | 21 | "autoprefixer": "10.4.19", |
22 | | - "clsx": "2.1.0", |
23 | | - "cssnano": "6.1.2", |
| 22 | + "clsx": "2.1.1", |
| 23 | + "cssnano": "7.0.1", |
24 | 24 | "langs": "2.0.0", |
25 | 25 | "next": "14.1.4", |
26 | 26 | "postcss": "8.4.38", |
27 | | - "react": "18.2.0", |
28 | | - "react-dom": "18.2.0", |
| 27 | + "react": "18.3.1", |
| 28 | + "react-dom": "18.3.1", |
29 | 29 | "react-use": "17.5.0", |
30 | | - "tailwind-merge": "2.2.2", |
| 30 | + "tailwind-merge": "2.3.0", |
31 | 31 | "tailwindcss": "3.4.3" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@lingui/cli": "4.5.0", |
35 | | - "@lingui/conf": "4.5.0", |
36 | | - "@lingui/format-po": "4.5.0", |
37 | | - "@lingui/loader": "4.5.0", |
38 | | - "@lingui/macro": "4.5.0", |
| 34 | + "@lingui/cli": "4.10.0", |
| 35 | + "@lingui/conf": "4.10.0", |
| 36 | + "@lingui/format-po": "4.10.0", |
| 37 | + "@lingui/loader": "4.10.0", |
| 38 | + "@lingui/macro": "4.10.0", |
39 | 39 | "@lingui/swc-plugin": "4.0.6", |
40 | 40 | "@testing-library/jest-dom": "6.4.2", |
41 | | - "@testing-library/react": "14.2.2", |
| 41 | + "@testing-library/react": "15.0.5", |
42 | 42 | "@testing-library/user-event": "14.5.2", |
43 | | - "@types/eslint": "8.56.6", |
| 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.11.30", |
49 | | - "@types/react": "18.2.73", |
50 | | - "@types/react-dom": "18.2.22", |
51 | | - "eslint": "8.57.0", |
| 48 | + "@types/node": "20.12.7", |
| 49 | + "@types/react": "18.3.1", |
| 50 | + "@types/react-dom": "18.3.0", |
| 51 | + "eslint": "9.1.1", |
52 | 52 | "eslint-config-next": "14.1.4", |
53 | 53 | "eslint-config-prettier": "9.1.0", |
54 | 54 | "eslint-plugin-prettier": "5.1.3", |
55 | 55 | "eslint-plugin-lingui": "0.3.0", |
56 | 56 | "eslint-plugin-tailwindcss": "3.15.1", |
57 | | - "eslint-plugin-unicorn": "51.0.1", |
| 57 | + "eslint-plugin-unicorn": "52.0.0", |
58 | 58 | "husky": "9.0.11", |
59 | 59 | "jest": "29.7.0", |
60 | 60 | "jest-environment-jsdom": "29.7.0", |
|
63 | 63 | "prettier-plugin-jsdoc": "1.3.0", |
64 | 64 | "prettier-plugin-organize-attributes": "1.0.0", |
65 | 65 | "prettier-plugin-organize-imports": "3.2.4", |
66 | | - "prettier-plugin-tailwindcss": "0.5.13", |
67 | | - "serve": "14.2.1", |
68 | | - "typescript": "5.4.3" |
| 66 | + "prettier-plugin-tailwindcss": "0.5.14", |
| 67 | + "serve": "14.2.3", |
| 68 | + "typescript": "5.4.5" |
69 | 69 | }, |
70 | 70 | "resolutions": { |
71 | 71 | "@babel/traverse": ">=7.23.2" |
|
0 commit comments