Skip to content

Commit 61b1579

Browse files
committed
Merge branch 'release/1.1.34'
2 parents cf83613 + 52b0b13 commit 61b1579

File tree

3 files changed

+175
-157
lines changed

3 files changed

+175
-157
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.34] - 2024-02-05
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.33] - 2024-01-26
612

713
### Bug Fixes

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.33",
3+
"version": "1.1.34",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -37,28 +37,28 @@
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.3.0",
41-
"@testing-library/react": "14.1.2",
40+
"@testing-library/jest-dom": "6.4.1",
41+
"@testing-library/react": "14.2.1",
4242
"@testing-library/user-event": "14.5.2",
4343
"@types/eslint": "8.56.2",
4444
"@types/eslint-config-prettier": "6.11.3",
45-
"@types/jest": "29.5.11",
45+
"@types/jest": "29.5.12",
4646
"@types/langs": "2.0.4",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.11.6",
49-
"@types/react": "18.2.48",
48+
"@types/node": "20.11.16",
49+
"@types/react": "18.2.51",
5050
"@types/react-dom": "18.2.18",
5151
"eslint": "8.56.0",
5252
"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",
56-
"eslint-plugin-tailwindcss": "3.14.0",
56+
"eslint-plugin-tailwindcss": "3.14.1",
5757
"eslint-plugin-unicorn": "50.0.1",
58-
"husky": "8.0.3",
58+
"husky": "9.0.10",
5959
"jest": "29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
61-
"lint-staged": "15.2.0",
61+
"lint-staged": "15.2.1",
6262
"prettier": "3.2.4",
6363
"prettier-plugin-jsdoc": "1.3.0",
6464
"prettier-plugin-organize-attributes": "1.0.0",

0 commit comments

Comments
 (0)