Skip to content

Commit 5a45a1b

Browse files
authored
chore: bump dependencies (#652)
1 parent 4f2c236 commit 5a45a1b

File tree

4 files changed

+2525
-2056
lines changed

4 files changed

+2525
-2056
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/[email protected]
3232
with:
33-
node-version: 18
33+
node-version: 22
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"lint": "next lint --dir app components"
3838
},
3939
"dependencies": {
40-
"@next/bundle-analyzer": "^14.2.1",
41-
"@vercel/analytics": "^1.2.2",
42-
"@vercel/speed-insights": "^1.0.10",
43-
"next": "^14.2.1",
44-
"react": "^18.2.0",
45-
"react-dom": "^18.2.0"
40+
"@next/bundle-analyzer": "^15.0.3",
41+
"@vercel/analytics": "^1.4.0",
42+
"@vercel/speed-insights": "^1.1.0",
43+
"next": "^15.0.3",
44+
"react": "^18.3.1",
45+
"react-dom": "^18.3.1"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^22.0.0",
49-
"@types/react": "^18.2.77",
50-
"@types/react-dom": "^18.2.25",
51-
"@types/webpack-env": "^1.18.4",
52-
"@typescript-eslint/eslint-plugin": "^7.6.0",
53-
"@typescript-eslint/parser": "^7.6.0",
54-
"autoprefixer": "^10.4.19",
55-
"eslint": "^9.0.0",
56-
"eslint-config-next": "^14.2.1",
48+
"@types/node": "22.x",
49+
"@types/react": "^18.3.12",
50+
"@types/react-dom": "^18.3.1",
51+
"@types/webpack-env": "^1.18.5",
52+
"@typescript-eslint/eslint-plugin": "^8.14.0",
53+
"@typescript-eslint/parser": "^8.14.0",
54+
"autoprefixer": "^10.4.20",
55+
"eslint": "^9.14.0",
56+
"eslint-config-next": "^15.0.3",
5757
"eslint-config-prettier": "^9.1.0",
58-
"eslint-plugin-prettier": "^5.1.3",
59-
"postcss": "^8.4.38",
60-
"prettier": "^3.2.5",
61-
"tailwindcss": "^3.4.3",
62-
"typescript": "^5.4.5"
58+
"eslint-plugin-prettier": "^5.2.1",
59+
"postcss": "^8.4.49",
60+
"prettier": "^3.3.3",
61+
"tailwindcss": "^3.4.14",
62+
"typescript": "^5.6.3"
6363
},
64-
"packageManager": "pnpm@8.15.8"
64+
"packageManager": "pnpm@9.13.0"
6565
}

0 commit comments

Comments
 (0)