Skip to content

Commit e81e248

Browse files
committed
Update deps
1 parent e3b8e94 commit e81e248

File tree

6 files changed

+588
-591
lines changed

6 files changed

+588
-591
lines changed

apps/cache-testing/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
},
1818
"dependencies": {
1919
"@neshca/cache-handler": "workspace:*",
20-
"axios": "1.8.1",
21-
"next": "15.2.0",
20+
"axios": "1.8.3",
21+
"next": "15.2.2",
2222
"react": "19.0.0",
2323
"react-dom": "19.0.0",
2424
"redis": "4.7.0"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "1.50.1",
27+
"@playwright/test": "1.51.1",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "22.13.9",
30+
"@types/node": "22.13.10",
3131
"@types/react": "19.0.10",
3232
"@types/react-dom": "19.0.4",
3333
"dotenv-cli": "8.0.0",
34-
"eslint": "9.21.0",
34+
"eslint": "9.22.0",
3535
"fastify": "5.2.1",
36-
"pm2": "5.4.3",
36+
"pm2": "6.0.5",
3737
"tsx": "4.19.3",
3838
"typescript": "5.8.2"
3939
}

docs/cache-handler-docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"start:docs": "serve out"
1313
},
1414
"dependencies": {
15-
"next": "15.2.0",
16-
"nextra": "4.2.14",
17-
"nextra-theme-docs": "4.2.14",
15+
"next": "15.2.2",
16+
"nextra": "4.2.16",
17+
"nextra-theme-docs": "4.2.16",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "22.13.9",
24+
"@types/node": "22.13.10",
2525
"@types/react": "19.0.10",
2626
"@types/react-dom": "19.0.4",
27-
"eslint": "9.21.0",
27+
"eslint": "9.22.0",
2828
"pagefind": "1.3.0",
2929
"serve": "14.2.4",
3030
"typescript": "5.8.2"

internal/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@repo/typescript-config": "workspace:*",
18-
"@types/node": "22.13.9",
18+
"@types/node": "22.13.10",
1919
"pino-pretty": "13.0.0",
2020
"tsx": "4.19.3",
2121
"typescript": "5.8.2"

internal/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"./next-js": "./next.js"
88
},
99
"devDependencies": {
10-
"@eslint/js": "9.21.0",
11-
"@next/eslint-plugin-next": "15.2.0",
12-
"eslint": "9.21.0",
13-
"eslint-config-prettier": "10.0.2",
10+
"@eslint/js": "9.22.0",
11+
"@next/eslint-plugin-next": "15.2.2",
12+
"eslint": "9.22.0",
13+
"eslint-config-prettier": "10.1.1",
1414
"eslint-plugin-react": "7.37.4",
1515
"eslint-plugin-react-hooks": "5.2.0",
1616
"eslint-plugin-turbo": "2.4.4",
1717
"globals": "16.0.0",
1818
"typescript": "5.8.2",
19-
"typescript-eslint": "8.26.0"
19+
"typescript-eslint": "8.26.1"
2020
}
2121
}

packages/cache-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
},
4444
"devDependencies": {
4545
"@repo/typescript-config": "workspace:*",
46-
"@types/node": "22.13.9",
46+
"@types/node": "22.13.10",
4747
"tsx": "4.19.3",
4848
"typescript": "5.8.2",
49-
"vitest": "3.0.7"
49+
"vitest": "3.0.9"
5050
},
5151
"peerDependencies": {
5252
"next": ">= 15 < 16",

0 commit comments

Comments
 (0)