|
1 | 1 | {
|
2 | 2 | "name": "nextjs-lingui-template",
|
3 |
| - "version": "1.1.36", |
| 3 | + "version": "1.1.37", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "dev": "next dev",
|
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 | 16 | "@headlessui/react": "1.7.18",
|
17 |
| - "@heroicons/react": "2.1.1", |
18 |
| - "@lingui/core": "4.7.1", |
19 |
| - "@lingui/detect-locale": "4.7.1", |
20 |
| - "@lingui/react": "4.7.1", |
21 |
| - "autoprefixer": "10.4.18", |
| 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", |
| 21 | + "autoprefixer": "10.4.19", |
22 | 22 | "clsx": "2.1.0",
|
23 |
| - "cssnano": "6.0.5", |
| 23 | + "cssnano": "6.1.2", |
24 | 24 | "langs": "2.0.0",
|
25 |
| - "next": "14.1.2", |
26 |
| - "postcss": "8.4.35", |
| 25 | + "next": "14.1.4", |
| 26 | + "postcss": "8.4.38", |
27 | 27 | "react": "18.2.0",
|
28 | 28 | "react-dom": "18.2.0",
|
29 | 29 | "react-use": "17.5.0",
|
30 |
| - "tailwind-merge": "2.2.1", |
31 |
| - "tailwindcss": "3.4.1" |
| 30 | + "tailwind-merge": "2.2.2", |
| 31 | + "tailwindcss": "3.4.3" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@lingui/cli": "4.7.1", |
35 |
| - "@lingui/conf": "4.7.1", |
36 |
| - "@lingui/format-po": "4.7.1", |
37 |
| - "@lingui/loader": "4.7.1", |
38 |
| - "@lingui/macro": "4.7.1", |
| 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", |
39 | 39 | "@lingui/swc-plugin": "4.0.6",
|
40 | 40 | "@testing-library/jest-dom": "6.4.2",
|
41 |
| - "@testing-library/react": "14.2.1", |
| 41 | + "@testing-library/react": "14.2.2", |
42 | 42 | "@testing-library/user-event": "14.5.2",
|
43 |
| - "@types/eslint": "8.56.5", |
| 43 | + "@types/eslint": "8.56.6", |
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.24", |
49 |
| - "@types/react": "18.2.63", |
50 |
| - "@types/react-dom": "18.2.20", |
| 48 | + "@types/node": "20.11.30", |
| 49 | + "@types/react": "18.2.73", |
| 50 | + "@types/react-dom": "18.2.22", |
51 | 51 | "eslint": "8.57.0",
|
52 |
| - "eslint-config-next": "14.1.2", |
| 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 |
| - "eslint-plugin-tailwindcss": "3.14.3", |
| 56 | + "eslint-plugin-tailwindcss": "3.15.1", |
57 | 57 | "eslint-plugin-unicorn": "51.0.1",
|
58 | 58 | "husky": "9.0.11",
|
59 | 59 | "jest": "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.11", |
| 66 | + "prettier-plugin-tailwindcss": "0.5.13", |
67 | 67 | "serve": "14.2.1",
|
68 |
| - "typescript": "5.3.3" |
| 68 | + "typescript": "5.4.3" |
69 | 69 | },
|
70 | 70 | "resolutions": {
|
71 | 71 | "@babel/traverse": ">=7.23.2"
|
|
0 commit comments