|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.34", |
| 3 | + "version": "1.1.35", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
15 | 15 | "dependencies": { |
16 | 16 | "@headlessui/react": "1.7.18", |
17 | 17 | "@heroicons/react": "2.1.1", |
18 | | - "@lingui/core": "4.7.0", |
19 | | - "@lingui/detect-locale": "4.7.0", |
20 | | - "@lingui/react": "4.7.0", |
| 18 | + "@lingui/core": "4.7.1", |
| 19 | + "@lingui/detect-locale": "4.7.1", |
| 20 | + "@lingui/react": "4.7.1", |
21 | 21 | "autoprefixer": "10.4.17", |
22 | 22 | "clsx": "2.1.0", |
23 | | - "cssnano": "6.0.3", |
| 23 | + "cssnano": "6.0.4", |
24 | 24 | "langs": "2.0.0", |
25 | 25 | "next": "14.1.0", |
26 | | - "postcss": "8.4.33", |
| 26 | + "postcss": "8.4.35", |
27 | 27 | "react": "18.2.0", |
28 | 28 | "react-dom": "18.2.0", |
29 | 29 | "react-use": "17.5.0", |
30 | 30 | "tailwind-merge": "2.2.1", |
31 | 31 | "tailwindcss": "3.4.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@lingui/cli": "4.7.0", |
35 | | - "@lingui/conf": "4.7.0", |
36 | | - "@lingui/format-po": "4.7.0", |
37 | | - "@lingui/loader": "4.7.0", |
38 | | - "@lingui/macro": "4.7.0", |
39 | | - "@lingui/swc-plugin": "4.0.4", |
40 | | - "@testing-library/jest-dom": "6.4.1", |
| 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", |
| 39 | + "@lingui/swc-plugin": "4.0.6", |
| 40 | + "@testing-library/jest-dom": "6.4.2", |
41 | 41 | "@testing-library/react": "14.2.1", |
42 | 42 | "@testing-library/user-event": "14.5.2", |
43 | | - "@types/eslint": "8.56.2", |
| 43 | + "@types/eslint": "8.56.3", |
44 | 44 | "@types/eslint-config-prettier": "6.11.3", |
45 | 45 | "@types/jest": "29.5.12", |
46 | | - "@types/langs": "2.0.4", |
| 46 | + "@types/langs": "2.0.5", |
47 | 47 | "@types/lint-staged": "13.3.0", |
48 | | - "@types/node": "20.11.16", |
49 | | - "@types/react": "18.2.51", |
50 | | - "@types/react-dom": "18.2.18", |
| 48 | + "@types/node": "20.11.20", |
| 49 | + "@types/react": "18.2.57", |
| 50 | + "@types/react-dom": "18.2.19", |
51 | 51 | "eslint": "8.56.0", |
52 | 52 | "eslint-config-next": "14.1.0", |
53 | 53 | "eslint-config-prettier": "9.1.0", |
54 | 54 | "eslint-plugin-prettier": "5.1.3", |
55 | | - "eslint-plugin-lingui": "0.2.2", |
56 | | - "eslint-plugin-tailwindcss": "3.14.1", |
57 | | - "eslint-plugin-unicorn": "50.0.1", |
58 | | - "husky": "9.0.10", |
| 55 | + "eslint-plugin-lingui": "0.3.0", |
| 56 | + "eslint-plugin-tailwindcss": "3.14.3", |
| 57 | + "eslint-plugin-unicorn": "51.0.1", |
| 58 | + "husky": "9.0.11", |
59 | 59 | "jest": "29.7.0", |
60 | 60 | "jest-environment-jsdom": "29.7.0", |
61 | | - "lint-staged": "15.2.1", |
62 | | - "prettier": "3.2.4", |
| 61 | + "lint-staged": "15.2.2", |
| 62 | + "prettier": "3.2.5", |
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", |
|
0 commit comments