Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent f33af3d commit 68547ac
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.19.0
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@babel/core": "7.22.20",
"@emotion/react": "11.11.1",
"@babel/core": "7.23.9",
"@emotion/react": "11.11.3",
"@emotion/server": "11.11.0",
"@mantine/core": "5.10.5",
"@mantine/form": "5.10.5",
Expand All @@ -26,36 +26,36 @@
"@octokit/graphql": "5.0.6",
"@octokit/graphql-schema": "12.41.1",
"@octokit/webhooks": "10.9.1",
"@prisma/client": "5.3.1",
"@prisma/client": "5.9.1",
"@sentry/nextjs": "7.70.0",
"@slack/bolt": "3.14.0",
"@slack/bolt": "3.17.1",
"@slack/logger": "3.0.0",
"@slack/oauth": "2.6.1",
"@slack/web-api": "6.9.0",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"@trpc/client": "10.38.4",
"@trpc/next": "10.38.4",
"@trpc/react-query": "10.38.4",
"@trpc/server": "10.38.4",
"@upstash/redis": "1.22.0",
"@slack/oauth": "2.6.2",
"@slack/web-api": "6.12.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@upstash/redis": "1.28.3",
"asana": "1.0.2",
"axios": "1.5.0",
"bson-objectid": "2.0.4",
"luxon": "3.4.3",
"luxon": "3.4.4",
"newrelic": "9.15.0",
"next": "13.4.9",
"next-auth": "4.23.1",
"next-connect": "0.13.0",
"nextjs-cors": "2.1.2",
"nextjs-cors": "2.2.0",
"octokit": "2.1.0",
"pino": "8.15.1",
"pino": "8.18.0",
"probot": "12.3.1",
"raw-body": "2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"showdown": "2.1.0",
"superjson": "1.13.1",
"superjson": "1.13.3",
"tiny-invariant": "1.3.1",
"tsscmp": "1.0.6",
"type-fest": "3.13.1",
Expand All @@ -67,21 +67,21 @@
"@octokit/types": "8.2.1",
"@octokit/webhooks-types": "6.11.0",
"@tsconfig/next": "1.0.5",
"@types/asana": "0.18.13",
"@types/luxon": "3.3.2",
"@types/newrelic": "9.14.0",
"@types/node": "16.18.53",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/showdown": "2.0.1",
"@types/tsscmp": "1.0.0",
"@types/uuid": "9.0.4",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"@types/asana": "0.18.16",
"@types/luxon": "3.4.2",
"@types/newrelic": "9.14.3",
"@types/node": "16.18.79",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/showdown": "2.0.6",
"@types/tsscmp": "1.0.2",
"@types/uuid": "9.0.8",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"eslint-config-next": "13.4.9",
"prisma": "5.3.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"prisma": "5.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"nearest-rgba": "1.0.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 68547ac

Please sign in to comment.