|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.19", |
| 3 | + "version": "1.1.20", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
23 | 23 | "clsx": "2.0.0", |
24 | 24 | "langs": "2.0.0", |
25 | 25 | "postcss": "8.4.31", |
26 | | - "next": "14.0.2", |
| 26 | + "next": "14.0.3", |
27 | 27 | "react": "18.2.0", |
28 | 28 | "react-dom": "18.2.0", |
29 | 29 | "react-use": "17.4.0", |
|
38 | 38 | "@lingui/macro": "4.5.0", |
39 | 39 | "@lingui/swc-plugin": "4.0.4", |
40 | 40 | "@testing-library/jest-dom": "6.0.0", |
41 | | - "@testing-library/react": "14.1.0", |
| 41 | + "@testing-library/react": "14.1.2", |
42 | 42 | "@testing-library/user-event": "14.5.1", |
43 | 43 | "@types/eslint": "8.44.7", |
44 | 44 | "@types/eslint-config-prettier": "6.11.3", |
45 | | - "@types/jest": "29.5.8", |
| 45 | + "@types/jest": "29.5.10", |
46 | 46 | "@types/langs": "2.0.4", |
47 | 47 | "@types/lint-staged": "13.2.2", |
48 | | - "@types/node": "20.9.0", |
49 | | - "@types/react": "18.2.37", |
50 | | - "@types/react-dom": "18.2.15", |
| 48 | + "@types/node": "20.10.0", |
| 49 | + "@types/react": "18.2.38", |
| 50 | + "@types/react-dom": "18.2.17", |
51 | 51 | "@types/testing-library__jest-dom": "5.14.9", |
52 | | - "eslint": "8.53.0", |
53 | | - "eslint-config-next": "14.0.2", |
| 52 | + "eslint": "8.54.0", |
| 53 | + "eslint-config-next": "14.0.3", |
54 | 54 | "eslint-config-prettier": "9.0.0", |
55 | 55 | "eslint-plugin-tailwindcss": "3.13.0", |
56 | 56 | "husky": "8.0.3", |
|
63 | 63 | "prettier-plugin-organize-imports": "3.2.4", |
64 | 64 | "prettier-plugin-tailwindcss": "0.5.7", |
65 | 65 | "serve": "14.2.1", |
66 | | - "typescript": "5.2.2" |
| 66 | + "typescript": "5.3.2" |
67 | 67 | } |
68 | 68 | } |
0 commit comments