Skip to content

Commit cf83613

Browse files
committed
Merge branch 'release/1.1.33'
2 parents 80f0922 + 00a140e commit cf83613

File tree

3 files changed

+701
-500
lines changed

3 files changed

+701
-500
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.33] - 2024-01-26
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.32] - 2024-01-19
612

713
### Bug Fixes

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.32",
3+
"version": "1.1.33",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -22,12 +22,12 @@
2222
"clsx": "2.1.0",
2323
"cssnano": "6.0.3",
2424
"langs": "2.0.0",
25-
"next": "14.0.4",
25+
"next": "14.1.0",
2626
"postcss": "8.4.33",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
29-
"react-use": "17.4.3",
30-
"tailwind-merge": "2.2.0",
29+
"react-use": "17.5.0",
30+
"tailwind-merge": "2.2.1",
3131
"tailwindcss": "3.4.1"
3232
},
3333
"devDependencies": {
@@ -37,19 +37,19 @@
3737
"@lingui/loader": "4.7.0",
3838
"@lingui/macro": "4.7.0",
3939
"@lingui/swc-plugin": "4.0.4",
40-
"@testing-library/jest-dom": "6.2.0",
40+
"@testing-library/jest-dom": "6.3.0",
4141
"@testing-library/react": "14.1.2",
4242
"@testing-library/user-event": "14.5.2",
4343
"@types/eslint": "8.56.2",
4444
"@types/eslint-config-prettier": "6.11.3",
4545
"@types/jest": "29.5.11",
4646
"@types/langs": "2.0.4",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.11.5",
48+
"@types/node": "20.11.6",
4949
"@types/react": "18.2.48",
5050
"@types/react-dom": "18.2.18",
5151
"eslint": "8.56.0",
52-
"eslint-config-next": "14.0.4",
52+
"eslint-config-next": "14.1.0",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-prettier": "5.1.3",
5555
"eslint-plugin-lingui": "0.2.2",

0 commit comments

Comments
 (0)