Skip to content

Commit b41681f

Browse files
committed
Merge branch 'release/1.1.20'
2 parents 208cfd2 + 5e9adba commit b41681f

File tree

3 files changed

+179
-167
lines changed

3 files changed

+179
-167
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.20] - 2023-11-26
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.19] - 2023-11-15
612

713
### Bug Fixes

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.19",
3+
"version": "1.1.20",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -23,7 +23,7 @@
2323
"clsx": "2.0.0",
2424
"langs": "2.0.0",
2525
"postcss": "8.4.31",
26-
"next": "14.0.2",
26+
"next": "14.0.3",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
2929
"react-use": "17.4.0",
@@ -38,19 +38,19 @@
3838
"@lingui/macro": "4.5.0",
3939
"@lingui/swc-plugin": "4.0.4",
4040
"@testing-library/jest-dom": "6.0.0",
41-
"@testing-library/react": "14.1.0",
41+
"@testing-library/react": "14.1.2",
4242
"@testing-library/user-event": "14.5.1",
4343
"@types/eslint": "8.44.7",
4444
"@types/eslint-config-prettier": "6.11.3",
45-
"@types/jest": "29.5.8",
45+
"@types/jest": "29.5.10",
4646
"@types/langs": "2.0.4",
4747
"@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",
5151
"@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",
5454
"eslint-config-prettier": "9.0.0",
5555
"eslint-plugin-tailwindcss": "3.13.0",
5656
"husky": "8.0.3",
@@ -63,6 +63,6 @@
6363
"prettier-plugin-organize-imports": "3.2.4",
6464
"prettier-plugin-tailwindcss": "0.5.7",
6565
"serve": "14.2.1",
66-
"typescript": "5.2.2"
66+
"typescript": "5.3.2"
6767
}
6868
}

0 commit comments

Comments
 (0)