|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.7", |
| 3 | + "version": "1.1.8", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
16 | 16 | "@headlessui/react": "1.7.17", |
17 | 17 | "@heroicons/react": "2.0.18", |
18 | 18 | "@lingui/core": "4.4.0", |
19 | | - "@lingui/detect-locale": "4.4.0", |
| 19 | + "@lingui/detect-locale": "4.4.2", |
20 | 20 | "@lingui/react": "4.4.0", |
| 21 | + "autoprefixer": "10.4.15", |
| 22 | + "cssnano": "6.0.1", |
21 | 23 | "clsx": "2.0.0", |
22 | 24 | "langs": "2.0.0", |
| 25 | + "postcss": "8.4.29", |
23 | 26 | "next": "13.4.19", |
24 | 27 | "react": "18.2.0", |
25 | 28 | "react-dom": "18.2.0", |
26 | | - "react-use": "17.4.0" |
| 29 | + "react-use": "17.4.0", |
| 30 | + "tailwind-merge": "1.14.0", |
| 31 | + "tailwindcss": "3.3.3" |
27 | 32 | }, |
28 | 33 | "devDependencies": { |
29 | | - "@lingui/cli": "4.4.0", |
30 | | - "@lingui/conf": "4.4.0", |
31 | | - "@lingui/format-po": "4.4.0", |
32 | | - "@lingui/loader": "4.4.0", |
| 34 | + "@lingui/cli": "4.4.2", |
| 35 | + "@lingui/conf": "4.4.2", |
| 36 | + "@lingui/format-po": "4.4.2", |
| 37 | + "@lingui/loader": "4.4.2", |
33 | 38 | "@lingui/macro": "4.4.0", |
34 | 39 | "@lingui/swc-plugin": "4.0.4", |
35 | 40 | "@testing-library/jest-dom": "6.0.0", |
|
38 | 43 | "@types/eslint": "8.44.2", |
39 | 44 | "@types/eslint-config-prettier": "6.11.0", |
40 | 45 | "@types/jest": "29.5.4", |
41 | | - "@types/langs": "2.0.1", |
| 46 | + "@types/langs": "2.0.2", |
42 | 47 | "@types/lint-staged": "13.2.0", |
43 | | - "@types/node": "20.5.6", |
| 48 | + "@types/node": "20.5.7", |
44 | 49 | "@types/react": "18.2.21", |
45 | 50 | "@types/react-dom": "18.2.7", |
46 | 51 | "@types/testing-library__jest-dom": "5.14.9", |
47 | | - "autoprefixer": "10.4.15", |
48 | | - "cssnano": "6.0.1", |
49 | | - "eslint": "8.47.0", |
| 52 | + "eslint": "8.48.0", |
50 | 53 | "eslint-config-next": "13.4.19", |
51 | 54 | "eslint-config-prettier": "9.0.0", |
52 | 55 | "eslint-plugin-tailwindcss": "3.13.0", |
53 | 56 | "husky": "8.0.3", |
54 | 57 | "jest": "29.6.4", |
55 | 58 | "jest-environment-jsdom": "29.6.4", |
56 | 59 | "lint-staged": "14.0.1", |
57 | | - "postcss": "8.4.28", |
58 | | - "prettier": "3.0.2", |
| 60 | + "prettier": "3.0.3", |
59 | 61 | "prettier-plugin-jsdoc": "1.0.1", |
60 | 62 | "prettier-plugin-organize-attributes": "1.0.0", |
61 | 63 | "prettier-plugin-organize-imports": "3.2.3", |
62 | | - "prettier-plugin-tailwindcss": "0.5.3", |
| 64 | + "prettier-plugin-tailwindcss": "0.5.4", |
63 | 65 | "serve": "14.2.1", |
64 | | - "tailwind-merge": "1.14.0", |
65 | | - "tailwindcss": "3.3.3", |
66 | 66 | "typescript": "5.2.2" |
67 | 67 | } |
68 | 68 | } |
0 commit comments