Skip to content

Commit 1dc84ae

Browse files
committed
Merge branch 'release/1.1.18'
2 parents 0fb9e0e + 2686ab4 commit 1dc84ae

File tree

3 files changed

+136
-128
lines changed

3 files changed

+136
-128
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# How to Contribute
2+
3+
## Pull Requests
4+
5+
1. Fork the repository
6+
2. Create a new branch for each feature or improvement
7+
3. Send a pull request from each branch to the **develop** branch
8+
9+
It is very important to separate new features or improvements into separate branches and to send a
10+
pull request for each branch. This allows reviewing and pulling in new features or improvements individually.

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.17",
3+
"version": "1.1.18",
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.1",
26+
"next": "14.0.2",
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.0.0",
41+
"@testing-library/react": "14.1.0",
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.7",
45+
"@types/jest": "29.5.8",
4646
"@types/langs": "2.0.4",
4747
"@types/lint-staged": "13.2.2",
48-
"@types/node": "20.8.10",
49-
"@types/react": "18.2.36",
50-
"@types/react-dom": "18.2.14",
48+
"@types/node": "20.9.0",
49+
"@types/react": "18.2.37",
50+
"@types/react-dom": "18.2.15",
5151
"@types/testing-library__jest-dom": "5.14.9",
5252
"eslint": "8.53.0",
53-
"eslint-config-next": "14.0.1",
53+
"eslint-config-next": "14.0.2",
5454
"eslint-config-prettier": "9.0.0",
5555
"eslint-plugin-tailwindcss": "3.13.0",
5656
"husky": "8.0.3",
@@ -60,8 +60,8 @@
6060
"prettier": "3.0.3",
6161
"prettier-plugin-jsdoc": "1.1.1",
6262
"prettier-plugin-organize-attributes": "1.0.0",
63-
"prettier-plugin-organize-imports": "3.2.3",
64-
"prettier-plugin-tailwindcss": "0.5.6",
63+
"prettier-plugin-organize-imports": "3.2.4",
64+
"prettier-plugin-tailwindcss": "0.5.7",
6565
"serve": "14.2.1",
6666
"typescript": "5.2.2"
6767
}

0 commit comments

Comments
 (0)