Skip to content

Commit a7159e8

Browse files
committed
Merge branch 'claude/happy-brown-4KqvD'
Bump patch/minor dependencies and version to 1.1.2. https://claude.ai/code/session_0196HzGtZkdkp6hUYN8UqWHw
2 parents 9a149b0 + d726adc commit a7159e8

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@
1212
"test:watch": "vitest"
1313
},
1414
"dependencies": {
15-
"@tanstack/react-query": "^5.90.19",
15+
"@tanstack/react-query": "^5.99.0",
1616
"@tanstack/react-virtual": "^3.13.23",
17-
"axios": "^1.13.2",
17+
"axios": "^1.15.0",
1818
"clsx": "^2.1.1",
1919
"concurrently": "^9.2.1",
2020
"date-fns": "^4.1.0",
2121
"framer-motion": "^12.38.0",
2222
"lucide-react": "^0.562.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"react-router-dom": "^7.12.0",
25+
"react-router-dom": "^7.14.1",
2626
"react-theme-switch-animation": "^1.0.0",
27-
"tailwind-merge": "^3.4.0"
27+
"tailwind-merge": "^3.5.0"
2828
},
2929
"devDependencies": {
3030
"@testing-library/jest-dom": "^6.9.1",
3131
"@testing-library/react": "^16.3.2",
3232
"@types/react": "^18.3.18",
3333
"@types/react-dom": "^18.3.5",
34-
"@typescript-eslint/eslint-plugin": "^8.53.1",
35-
"@typescript-eslint/parser": "^8.53.1",
34+
"@typescript-eslint/eslint-plugin": "^8.58.2",
35+
"@typescript-eslint/parser": "^8.58.2",
3636
"@vitejs/plugin-react": "^5.1.2",
37-
"autoprefixer": "^10.4.23",
37+
"autoprefixer": "^10.5.0",
3838
"eslint": "^9.39.2",
3939
"eslint-plugin-react-hooks": "^7.0.1",
4040
"eslint-plugin-react-refresh": "^0.4.26",
41-
"jsdom": "^29.0.1",
42-
"postcss": "^8.5.6",
41+
"jsdom": "^29.0.2",
42+
"postcss": "^8.5.9",
4343
"tailwindcss": "^3.4.19",
4444
"typescript": "^5.9.3",
4545
"vite": "^7.3.1",
46-
"vitest": "^4.1.2"
46+
"vitest": "^4.1.4"
4747
}
4848
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prunerr",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Media library cleanup tool for Plex/Sonarr/Radarr",
55
"private": true,
66
"workspaces": [

server/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prunerr-server",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Backend server for Prunerr - Media Library Manager",
55
"main": "dist/index.js",
66
"scripts": {
@@ -12,34 +12,34 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"axios": "^1.13.2",
16-
"better-sqlite3": "^12.6.2",
17-
"cors": "^2.8.5",
15+
"axios": "^1.15.0",
16+
"better-sqlite3": "^12.9.0",
17+
"cors": "^2.8.6",
1818
"cron-parser": "^5.5.0",
19-
"dotenv": "^17.2.3",
19+
"dotenv": "^17.4.2",
2020
"express": "^5.2.1",
21-
"fast-xml-parser": "^5.3.3",
21+
"fast-xml-parser": "^5.6.0",
2222
"helmet": "^8.1.0",
2323
"morgan": "^1.10.1",
2424
"node-cron": "^4.2.1",
2525
"safe-regex": "^2.1.1",
2626
"winston": "^3.19.0",
27-
"zod": "^4.3.5"
27+
"zod": "^4.3.6"
2828
},
2929
"devDependencies": {
3030
"@types/better-sqlite3": "^7.6.13",
3131
"@types/cors": "^2.8.19",
3232
"@types/express": "^5.0.6",
3333
"@types/morgan": "^1.9.10",
34-
"@types/node": "^25.0.9",
34+
"@types/node": "^25.6.0",
3535
"@types/node-cron": "^3.0.11",
3636
"@types/safe-regex": "^1.1.6",
37-
"@typescript-eslint/eslint-plugin": "^8.53.1",
38-
"@typescript-eslint/parser": "^8.53.1",
37+
"@typescript-eslint/eslint-plugin": "^8.58.2",
38+
"@typescript-eslint/parser": "^8.58.2",
3939
"eslint": "^9.39.2",
4040
"tsx": "^4.21.0",
4141
"typescript": "^5.9.3",
42-
"vitest": "^4.1.2"
42+
"vitest": "^4.1.4"
4343
},
4444
"engines": {
4545
"node": ">=18.0.0"

0 commit comments

Comments
 (0)