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 2, 2024
1 parent c3fbcaf commit 62c79ae
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 220 deletions.
14 changes: 7 additions & 7 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"@opentelemetry/exporter-metrics-otlp-http": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
"@opentelemetry/host-metrics": "^0.35.3",
"@opentelemetry/instrumentation-express": "^0.41.1",
"@opentelemetry/instrumentation-express": "^0.42.0",
"@opentelemetry/instrumentation-http": "^0.53.0",
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/sdk-metrics": "^1.26.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@prisma/client": "^5.19.0",
"@prisma/instrumentation": "~5.19.0",
"argon2": "^0.41.0",
"axios": "^1.7.5",
"@prisma/client": "^5.19.1",
"@prisma/instrumentation": "~5.19.1",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"cache-manager": "^5.7.6",
"cache-manager-redis-yet": "^5.1.4",
"chai-exclude": "^2.1.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.2",
"@types/node": "^20.16.3",
"@types/nodemailer": "^6.4.15",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
Expand All @@ -99,7 +99,7 @@
"chai-as-promised": "^7.1.2",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"prisma": "^5.19.0",
"prisma": "^5.19.1",
"prisma-nestjs-graphql": "^20.0.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "^8.27.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.53.1",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-table": "^8.20.5",
"@tiptap/core": "^2.5.8",
"@tiptap/extension-image": "^2.5.8",
Expand Down Expand Up @@ -94,7 +94,7 @@
"@testing-library/react": "^16.0.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.16.2",
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
Expand All @@ -104,9 +104,9 @@
"clsx": "^2.1.1",
"eslint-config-next": "^14.2.7",
"jsdom": "^24.1.3",
"lucide-react": "^0.436.0",
"lucide-react": "^0.438.0",
"msw": "^2.4.1",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.10",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"knip": "^5.27.5",
"lefthook": "^1.7.14",
"knip": "^5.29.1",
"lefthook": "^1.7.15",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 62c79ae

Please sign in to comment.