Skip to content

Commit

Permalink
Merge branch 'release/1.1.34'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 5, 2024
2 parents cf83613 + 52b0b13 commit 61b1579
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 157 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.34] - 2024-02-05

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.33] - 2024-01-26

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.33",
"version": "1.1.34",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -37,28 +37,28 @@
"@lingui/loader": "4.7.0",
"@lingui/macro": "4.7.0",
"@lingui/swc-plugin": "4.0.4",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.2",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/langs": "2.0.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-lingui": "0.2.2",
"eslint-plugin-tailwindcss": "3.14.0",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"husky": "9.0.10",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
Expand Down
Loading

0 comments on commit 61b1579

Please sign in to comment.