Skip to content

Commit a596baf

Browse files
fix(deps): update all non-major dependencies (#415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d470a2a commit a596baf

File tree

21 files changed

+1177
-1202
lines changed

21 files changed

+1177
-1202
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.0
1+
20.18.1

apps/web/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,36 @@
3030
"@jitaspace/tiptap-eve": "workspace:*",
3131
"@jitaspace/ui": "workspace:*",
3232
"@jitaspace/utils": "workspace:*",
33-
"@mantine/carousel": "^7.14.1",
34-
"@mantine/charts": "^7.14.1",
35-
"@mantine/code-highlight": "^7.14.1",
36-
"@mantine/core": "^7.14.1",
37-
"@mantine/dates": "^7.14.1",
38-
"@mantine/dropzone": "^7.14.1",
39-
"@mantine/form": "^7.14.1",
40-
"@mantine/hooks": "^7.14.1",
41-
"@mantine/modals": "^7.14.1",
42-
"@mantine/notifications": "^7.14.1",
43-
"@mantine/nprogress": "^7.14.1",
44-
"@mantine/spotlight": "^7.14.1",
45-
"@mantine/tiptap": "^7.14.1",
33+
"@mantine/carousel": "^7.14.3",
34+
"@mantine/charts": "^7.14.3",
35+
"@mantine/code-highlight": "^7.14.3",
36+
"@mantine/core": "^7.14.3",
37+
"@mantine/dates": "^7.14.3",
38+
"@mantine/dropzone": "^7.14.3",
39+
"@mantine/form": "^7.14.3",
40+
"@mantine/hooks": "^7.14.3",
41+
"@mantine/modals": "^7.14.3",
42+
"@mantine/notifications": "^7.14.3",
43+
"@mantine/nprogress": "^7.14.3",
44+
"@mantine/spotlight": "^7.14.3",
45+
"@mantine/tiptap": "^7.14.3",
4646
"@next/bundle-analyzer": "^14.2.18",
4747
"@next/third-parties": "^14.2.18",
4848
"@react-hook/cache": "^1.1.1",
49-
"@tabler/icons-react": "^3.22.0",
50-
"@tanstack/react-query": "^5.60.5",
51-
"@tanstack/react-query-devtools": "^5.60.5",
52-
"@tanstack/react-query-next-experimental": "^5.60.5",
53-
"@tiptap/extension-link": "^2.9.1",
54-
"@tiptap/react": "^2.9.1",
55-
"@tiptap/starter-kit": "^2.9.1",
56-
"@vercel/analytics": "^1.4.0",
57-
"@vercel/og": "^0.6.3",
49+
"@tabler/icons-react": "^3.23.0",
50+
"@tanstack/react-query": "^5.62.0",
51+
"@tanstack/react-query-devtools": "^5.62.0",
52+
"@tanstack/react-query-next-experimental": "^5.62.0",
53+
"@tiptap/extension-link": "^2.10.3",
54+
"@tiptap/react": "^2.10.3",
55+
"@tiptap/starter-kit": "^2.10.3",
56+
"@vercel/analytics": "^1.4.1",
57+
"@vercel/og": "^0.6.4",
5858
"@vercel/speed-insights": "^1.1.0",
59-
"axios": "^1.7.7",
59+
"axios": "^1.7.8",
6060
"date-fns": "^4.1.0",
6161
"dayjs": "^1.11.13",
62-
"embla-carousel-react": "8.4.0",
62+
"embla-carousel-react": "8.5.1",
6363
"humanize-duration": "^3.32.1",
6464
"jose": "^5.9.6",
6565
"jwt-decode": "^4.0.0",
@@ -69,7 +69,7 @@
6969
"next-seo": "^6.6.0",
7070
"next-sitemap": "^4.2.3",
7171
"nextjs-cors": "^2.2.0",
72-
"nextjs-routes": "^2.2.3",
72+
"nextjs-routes": "^2.2.4",
7373
"ngraph.graph": "^20.0.1",
7474
"ngraph.path": "^1.5.0",
7575
"p-limit": "^6.1.0",
@@ -88,20 +88,20 @@
8888
"@jitaspace/eslint-config": "workspace:*",
8989
"@jitaspace/prettier-config": "workspace:*",
9090
"@jitaspace/tsconfig": "workspace:*",
91-
"@swc-jotai/react-refresh": "^0.2.0",
91+
"@swc-jotai/react-refresh": "^0.3.0",
9292
"@types/humanize-duration": "^3.27.4",
93-
"@types/node": "^20.17.6",
93+
"@types/node": "^20.17.9",
9494
"@types/react": "^18.3.12",
9595
"@types/react-dom": "^18.3.1",
9696
"@types/react-html-parser": "^2.0.6",
97-
"dotenv-cli": "^7.4.2",
98-
"eslint": "^9.15.0",
97+
"dotenv-cli": "^7.4.4",
98+
"eslint": "^9.16.0",
9999
"jiti": "^1.21.6",
100100
"postcss": "^8.4.49",
101101
"postcss-preset-mantine": "^1.17.0",
102102
"postcss-simple-vars": "^7.0.1",
103-
"prettier": "^3.3.3",
104-
"typescript": "^5.6.3"
103+
"prettier": "^3.4.1",
104+
"typescript": "^5.7.2"
105105
},
106106
"prettier": "@jitaspace/prettier-config"
107107
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "jitaspace",
33
"private": true,
44
"engines": {
5-
"node": ">=20.18.0"
5+
"node": ">=20.18.1"
66
},
7-
"packageManager": "pnpm@9.13.2",
7+
"packageManager": "pnpm@9.14.4",
88
"scripts": {
99
"analyze": "turbo analyze",
1010
"build": "turbo build",
@@ -23,13 +23,13 @@
2323
"test": ""
2424
},
2525
"dependencies": {
26-
"@changesets/cli": "^2.27.9",
26+
"@changesets/cli": "^2.27.10",
2727
"@jitaspace/prettier-config": "workspace:*",
28-
"@manypkg/cli": "^0.22.0",
29-
"@turbo/gen": "^2.3.0",
30-
"prettier": "^3.3.3",
31-
"turbo": "^2.3.0",
32-
"typescript": "^5.6.3"
28+
"@manypkg/cli": "^0.23.0",
29+
"@turbo/gen": "^2.3.3",
30+
"prettier": "^3.4.1",
31+
"turbo": "^2.3.3",
32+
"typescript": "^5.7.2"
3333
},
3434
"prettier": "@jitaspace/prettier-config"
3535
}

packages/auth-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@jitaspace/eslint-config": "workspace:*",
2323
"@jitaspace/prettier-config": "workspace:*",
2424
"@jitaspace/tsconfig": "workspace:*",
25-
"eslint": "^9.15.0",
26-
"prettier": "^3.3.3",
27-
"typescript": "^5.6.3"
25+
"eslint": "^9.16.0",
26+
"prettier": "^3.4.1",
27+
"typescript": "^5.7.2"
2828
},
2929
"prettier": "@jitaspace/prettier-config"
3030
}

packages/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@jitaspace/eslint-config": "workspace:*",
2525
"@jitaspace/prettier-config": "workspace:*",
2626
"@jitaspace/tsconfig": "workspace:*",
27-
"eslint": "^9.15.0",
28-
"prettier": "^3.3.3",
29-
"typescript": "^5.6.3"
27+
"eslint": "^9.16.0",
28+
"prettier": "^3.4.1",
29+
"typescript": "^5.7.2"
3030
},
3131
"prettier": "@jitaspace/prettier-config"
3232
}

packages/db/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@jitaspace/eslint-config": "workspace:*",
3131
"@jitaspace/prettier-config": "workspace:*",
3232
"@jitaspace/tsconfig": "workspace:*",
33-
"@types/node": "^20.17.6",
33+
"@types/node": "^20.17.9",
3434
"concurrently": "^8.2.2",
35-
"eslint": "^9.15.0",
36-
"prettier": "^3.3.3",
35+
"eslint": "^9.16.0",
36+
"prettier": "^3.4.1",
3737
"prisma": "^5.22.0",
38-
"typescript": "^5.6.3"
38+
"typescript": "^5.7.2"
3939
},
4040
"prettier": "@jitaspace/prettier-config"
4141
}

packages/esi-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
"@kubb/swagger-ts": "^2.12.3",
2525
"@kubb/swagger-zod": "^2.12.3",
2626
"@kubb/swagger-zodios": "^2.12.3",
27-
"@tanstack/react-query": "^5.60.5",
27+
"@tanstack/react-query": "^5.62.0",
2828
"@zodios/core": "^10.9.6",
29-
"axios": "^1.7.7",
29+
"axios": "^1.7.8",
3030
"react": "18.3.1",
3131
"zod": "^3.23.8"
3232
},
3333
"devDependencies": {
3434
"@jitaspace/eslint-config": "workspace:*",
3535
"@jitaspace/prettier-config": "workspace:*",
3636
"@jitaspace/tsconfig": "workspace:*",
37-
"@types/node": "^20.17.6",
37+
"@types/node": "^20.17.9",
3838
"@types/react": "^18.3.12",
39-
"eslint": "^9.15.0",
40-
"prettier": "^3.3.3",
41-
"typescript": "^5.6.3"
39+
"eslint": "^9.16.0",
40+
"prettier": "^3.4.1",
41+
"typescript": "^5.7.2"
4242
},
4343
"prettier": "@jitaspace/prettier-config"
4444
}

packages/esi-meta-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"@kubb/swagger-ts": "^2.12.3",
2424
"@kubb/swagger-zod": "^2.12.3",
2525
"@kubb/swagger-zodios": "^2.12.3",
26-
"@tanstack/react-query": "^5.60.5",
26+
"@tanstack/react-query": "^5.62.0",
2727
"@zodios/core": "^10.9.6",
28-
"axios": "^1.7.7",
28+
"axios": "^1.7.8",
2929
"react": "18.3.1",
3030
"zod": "^3.23.8"
3131
},
3232
"devDependencies": {
3333
"@jitaspace/eslint-config": "workspace:*",
3434
"@jitaspace/prettier-config": "workspace:*",
3535
"@jitaspace/tsconfig": "workspace:*",
36-
"@types/node": "^20.17.6",
36+
"@types/node": "^20.17.9",
3737
"@types/react": "^18.3.12",
38-
"eslint": "^9.15.0",
39-
"prettier": "^3.3.3",
40-
"typescript": "^5.6.3"
38+
"eslint": "^9.16.0",
39+
"prettier": "^3.4.1",
40+
"typescript": "^5.7.2"
4141
},
4242
"prettier": "@jitaspace/prettier-config"
4343
}

packages/esi-metadata/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@jitaspace/eslint-config": "workspace:*",
2020
"@jitaspace/prettier-config": "workspace:*",
2121
"@jitaspace/tsconfig": "workspace:*",
22-
"@types/node": "^20.17.6",
22+
"@types/node": "^20.17.9",
2323
"@types/react": "^18.3.12",
24-
"eslint": "^9.15.0",
25-
"prettier": "^3.3.3",
26-
"typescript": "^5.6.3"
24+
"eslint": "^9.16.0",
25+
"prettier": "^3.4.1",
26+
"typescript": "^5.7.2"
2727
},
2828
"prettier": "@jitaspace/prettier-config"
2929
}

packages/eve-icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@jitaspace/prettier-config": "workspace:*",
1919
"@jitaspace/tsconfig": "workspace:*",
2020
"@jitaspace/utils": "workspace:*",
21-
"@types/node": "^20.17.6",
21+
"@types/node": "^20.17.9",
2222
"@types/react": "^18.3.12",
23-
"eslint": "^9.15.0",
24-
"prettier": "^3.3.3",
23+
"eslint": "^9.16.0",
24+
"prettier": "^3.4.1",
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
27-
"typescript": "^5.6.3"
27+
"typescript": "^5.7.2"
2828
},
2929
"prettier": "@jitaspace/prettier-config"
3030
}

0 commit comments

Comments
 (0)