Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 3ad2668 commit 94da801
Show file tree
Hide file tree
Showing 19 changed files with 674 additions and 848 deletions.
48 changes: 24 additions & 24 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,42 @@
"@jitaspace/tiptap-eve": "workspace:*",
"@jitaspace/ui": "workspace:*",
"@jitaspace/utils": "workspace:*",
"@mantine/carousel": "^7.12.1",
"@mantine/charts": "^7.12.1",
"@mantine/code-highlight": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@mantine/nprogress": "^7.12.1",
"@mantine/spotlight": "^7.12.1",
"@mantine/tiptap": "^7.12.1",
"@next/bundle-analyzer": "^14.2.6",
"@next/third-parties": "^14.2.6",
"@mantine/carousel": "^7.12.2",
"@mantine/charts": "^7.12.2",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/nprogress": "^7.12.2",
"@mantine/spotlight": "^7.12.2",
"@mantine/tiptap": "^7.12.2",
"@next/bundle-analyzer": "^14.2.7",
"@next/third-parties": "^14.2.7",
"@react-hook/cache": "^1.1.1",
"@tabler/icons-react": "^3.13.0",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query-devtools": "^5.52.2",
"@tanstack/react-query-next-experimental": "^5.52.2",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "^5.54.0",
"@tanstack/react-query-next-experimental": "^5.53.3",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.2",
"axios": "^1.7.5",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"embla-carousel-react": "8.2.0",
"humanize-duration": "^3.32.1",
"jose": "^5.8.0",
"jwt-decode": "^4.0.0",
"mantine-react-table": "2.0.0-beta.6",
"next": "^14.2.6",
"next": "^14.2.7",
"next-auth": "^4.24.7",
"next-seo": "^6.5.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"nextjs-cors": "^2.2.0",
"nextjs-routes": "^2.2.1",
Expand All @@ -89,14 +89,14 @@
"@jitaspace/tsconfig": "workspace:*",
"@swc-jotai/react-refresh": "^0.1.1",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-html-parser": "^2.0.6",
"dotenv-cli": "^7.4.2",
"eslint": "^9.9.1",
"jiti": "^1.21.6",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@changesets/cli": "^2.27.7",
"@jitaspace/prettier-config": "workspace:*",
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.1.0",
"@turbo/gen": "^2.1.1",
"prettier": "^3.3.3",
"turbo": "^2.1.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
},
"prettier": "@jitaspace/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@jitaspace/esi-metadata": "workspace:*",
"next": "^14.2.6",
"next": "^14.2.7",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@hapi/iron": "^7.0.1",
"@jitaspace/auth-utils": "workspace:*",
"@jitaspace/esi-metadata": "workspace:*",
"next": "^14.2.6",
"next": "^14.2.7",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@prisma/client": "^5.18.0"
"@prisma/client": "^5.19.1"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
"prisma": "^5.18.0",
"prisma": "^5.19.1",
"typescript": "^5.5.4"
},
"prettier": "@jitaspace/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions packages/esi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@kubb/swagger-ts": "^2.12.3",
"@kubb/swagger-zod": "^2.12.3",
"@kubb/swagger-zodios": "^2.12.3",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.53.3",
"@zodios/core": "^10.9.6",
"axios": "^1.7.5",
"axios": "^1.7.7",
"react": "18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/esi-meta-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@kubb/swagger-ts": "^2.12.3",
"@kubb/swagger-zod": "^2.12.3",
"@kubb/swagger-zodios": "^2.12.3",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.53.3",
"@zodios/core": "^10.9.6",
"axios": "^1.7.5",
"axios": "^1.7.7",
"react": "18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/esi-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eve-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@jitaspace/utils": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/eve-scrape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@jitaspace/db": "workspace:*",
"@jitaspace/esi-client": "workspace:*",
"@jitaspace/sde-client": "workspace:*",
"axios": "^1.7.5",
"axios": "^1.7.7",
"decimal.js": "^10.4.3",
"inngest": "^3.22.5",
"inngest": "^3.22.7",
"p-limit": "^6.1.0"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"eslint": "^9.9.1",
"inngest-cli": "^0.29.6",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/evetycoon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@kubb/swagger-ts": "^2.12.3",
"@kubb/swagger-zod": "^2.12.3",
"@kubb/swagger-zodios": "^2.12.3",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.53.3",
"@zodios/core": "^10.9.6",
"axios": "^1.7.5",
"axios": "^1.7.7",
"react": "18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuzzworks-market-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@kubb/swagger-ts": "^2.12.3",
"@kubb/swagger-zod": "^2.12.3",
"@kubb/swagger-zodios": "^2.12.3",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.53.3",
"@zodios/core": "^10.9.6",
"axios": "^1.7.5",
"axios": "^1.7.7",
"react": "18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@jitaspace/fuzzworks-market-client": "workspace:*",
"@jitaspace/sde-client": "workspace:*",
"@react-hook/cache": "^1.1.1",
"@tanstack/react-query": "^5.52.2",
"axios": "^1.7.5",
"@tanstack/react-query": "^5.53.3",
"axios": "^1.7.7",
"zustand": "^4.5.5"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/sde-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@kubb/swagger-ts": "^2.12.3",
"@kubb/swagger-zod": "^2.12.3",
"@kubb/swagger-zodios": "^2.12.3",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.53.3",
"@zodios/core": "^10.9.6",
"axios": "^1.7.5",
"axios": "^1.7.7",
"react": "18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/tiptap-eve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/tiptap": "7.12.1",
"@tabler/icons-react": "^3.13.0",
"@mantine/core": "7.12.2",
"@mantine/hooks": "7.12.2",
"@mantine/tiptap": "7.12.2",
"@tabler/icons-react": "^3.14.0",
"@tiptap/extension-character-count": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-hard-break": "^2.6.6",
Expand All @@ -35,7 +35,7 @@
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.9.1",
Expand Down
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"@jitaspace/hooks": "workspace:*",
"@jitaspace/sde-client": "workspace:*",
"@jitaspace/utils": "workspace:*",
"@mantine/carousel": "7.12.1",
"@mantine/core": "7.12.1",
"@mantine/dates": "7.12.1",
"@mantine/dropzone": "7.12.1",
"@mantine/form": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/modals": "7.12.1",
"@mantine/notifications": "7.12.1",
"@mantine/nprogress": "7.12.1",
"@mantine/spotlight": "7.12.1",
"@mantine/tiptap": "7.12.1",
"@tabler/icons-react": "^3.13.0",
"@mantine/carousel": "7.12.2",
"@mantine/core": "7.12.2",
"@mantine/dates": "7.12.2",
"@mantine/dropzone": "7.12.2",
"@mantine/form": "7.12.2",
"@mantine/hooks": "7.12.2",
"@mantine/modals": "7.12.2",
"@mantine/notifications": "7.12.2",
"@mantine/nprogress": "7.12.2",
"@mantine/spotlight": "7.12.2",
"@mantine/tiptap": "7.12.2",
"@tabler/icons-react": "^3.14.0",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-text-style": "^2.6.6",
Expand All @@ -47,11 +47,11 @@
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.9.1",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@jitaspace/eslint-config": "workspace:*",
"@jitaspace/prettier-config": "workspace:*",
"@jitaspace/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@types/react": "^18.3.3",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 94da801

Please sign in to comment.