Skip to content

Commit

Permalink
Merge branch 'release/1.1.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 1, 2023
2 parents b41681f + 1ad2824 commit 70596ba
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 91 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.1.21] - 2023-12-01

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.20] - 2023-11-26

### Bug Fixes
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.20",
"version": "1.1.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -26,7 +26,7 @@
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"react-use": "17.4.1",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5"
},
Expand All @@ -37,18 +37,17 @@
"@lingui/loader": "4.5.0",
"@lingui/macro": "4.5.0",
"@lingui/swc-plugin": "4.0.4",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.10",
"@types/langs": "2.0.4",
"@types/lint-staged": "13.2.2",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/testing-library__jest-dom": "5.14.9",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
Expand Down
Loading

0 comments on commit 70596ba

Please sign in to comment.