Skip to content

Commit 0fb9e0e

Browse files
committed
Merge branch 'release/1.1.17'
2 parents e19eee7 + 194b93e commit 0fb9e0e

File tree

4 files changed

+81
-74
lines changed

4 files changed

+81
-74
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.17] - 2023-11-08
6+
7+
### Miscellaneous Tasks
8+
9+
- Enable `webpackBuildWorker` in Next.js configuration
10+
511
## [1.1.16] - 2023-11-06
612

713
### Bug Fixes

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const nextConfig = {
66
unoptimized: true,
77
},
88
experimental: {
9+
webpackBuildWorker: true,
910
swcPlugins: [
1011
[
1112
'@lingui/swc-plugin',

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -40,16 +40,16 @@
4040
"@testing-library/jest-dom": "6.0.0",
4141
"@testing-library/react": "14.0.0",
4242
"@testing-library/user-event": "14.5.1",
43-
"@types/eslint": "8.44.6",
44-
"@types/eslint-config-prettier": "6.11.2",
43+
"@types/eslint": "8.44.7",
44+
"@types/eslint-config-prettier": "6.11.3",
4545
"@types/jest": "29.5.7",
46-
"@types/langs": "2.0.3",
47-
"@types/lint-staged": "13.2.0",
46+
"@types/langs": "2.0.4",
47+
"@types/lint-staged": "13.2.2",
4848
"@types/node": "20.8.10",
49-
"@types/react": "18.2.34",
49+
"@types/react": "18.2.36",
5050
"@types/react-dom": "18.2.14",
5151
"@types/testing-library__jest-dom": "5.14.9",
52-
"eslint": "8.52.0",
52+
"eslint": "8.53.0",
5353
"eslint-config-next": "14.0.1",
5454
"eslint-config-prettier": "9.0.0",
5555
"eslint-plugin-tailwindcss": "3.13.0",

0 commit comments

Comments
 (0)