Skip to content

Commit 2b7ec16

Browse files
authored
Upgraded Next.js to 15.0.1
* fix: updated Next to 14.2.16 * fix: updated Next to 15.0.1 * fix: pre-commit hook update for eslint-config-next * fix: pre-commit hook update for eslint-config-next * fix: pre-commit hook update for eslint-plugin-react, eslint-plugin-unused-imports
1 parent aa04397 commit 2b7ec16

File tree

3 files changed

+1111
-271
lines changed

3 files changed

+1111
-271
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
node-version: 22
3636

3737
- name: Install dependencies for cli
38-
run: yarn add eslint@^8.40.0 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.29.4 eslint-plugin-unused-imports@^3.0.0 --dev
38+
run: yarn add eslint@^8.40.0 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.32.2 eslint-plugin-unused-imports@^3.1.0 --dev
3939
working-directory: cli
4040

4141
- name: Install dependencies for web-server
42-
run: yarn add eslint@^8.40.0 eslint-config-next@13.5.6 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.29.4 eslint-plugin-unused-imports@^3.0.0 --dev
42+
run: yarn add eslint@^8.40.0 eslint-config-next@15.0.1 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.32.2 eslint-plugin-unused-imports@^3.1.0 --dev
4343
working-directory: web-server
4444

4545
- name: Setup Python 3.11

web-server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@
4747
"jest-environment-jsdom": "^29.6.4",
4848
"js-cookie": "^3.0.1",
4949
"knex": "^2.4.2",
50-
"next": "13.5.6",
50+
"next": "^15.0.1",
5151
"next-auth": "^4.23.0",
5252
"next-images": "1.8.4",
5353
"notistack": "^3.0.1",
5454
"nprogress": "0.2.0",
5555
"pg": "^8.9.0",
5656
"pluralize": "^8.0.0",
5757
"ramda": "^0.28.0",
58-
"react": "^18.2.0",
58+
"react": "^18.3.1",
5959
"react-clamp-lines": "^3.0.2",
6060
"react-copy-to-clipboard": "^5.1.0",
6161
"react-custom-scrollbars-2": "4.4.0",
62-
"react-dom": "^18.2.0",
62+
"react-dom": "^18.3.1",
6363
"react-error-boundary": "^3.1.4",
6464
"react-hook-form": "^7.29.0",
6565
"react-icons": "^5.2.1",
@@ -120,11 +120,11 @@
120120
"concurrently": "^7.6.0",
121121
"dotenv": "^16.0.3",
122122
"eslint": "^8.40.0",
123-
"eslint-config-next": "13.5.6",
123+
"eslint-config-next": "15.0.1",
124124
"eslint-plugin-import": "^2.29.0",
125125
"eslint-plugin-prettier": "^5.0.1",
126-
"eslint-plugin-react": "^7.29.4",
127-
"eslint-plugin-unused-imports": "^3.0.0",
126+
"eslint-plugin-react": "^7.32.2",
127+
"eslint-plugin-unused-imports": "^3.1.0",
128128
"pm2": "^5.2.0",
129129
"prettier": "^3.0.3"
130130
},

0 commit comments

Comments
 (0)