Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

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 Nov 23, 2023
1 parent fc78b9b commit 8a5442c
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 173 deletions.
12 changes: 6 additions & 6 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "5.8.4",
"@tanstack/react-query-persist-client": "4.36.1",
"@trpc/client": "10.43.7",
"@trpc/react-query": "10.43.7",
"@trpc/client": "10.44.1",
"@trpc/react-query": "10.44.1",
"@uiw/react-color": "1.4.3",
"axios": "1.6.2",
"camelcase-keys": "9.1.2",
Expand All @@ -59,13 +59,13 @@
"markdown-escape": "2.0.0",
"marked": "9.1.6",
"monaco-editor": "0.44.0",
"openai": "4.19.1",
"openai": "4.20.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.11",
"react-i18next": "13.5.0",
"react-responsive-masonry": "2.1.7",
"react-router-dom": "6.18.0",
"react-router-dom": "6.20.0",
"react-syntax-highlighter": "15.5.0",
"react-virtuoso": "4.6.2",
"remove-markdown": "0.5.0",
Expand All @@ -89,7 +89,7 @@
"@types/react-dom": "18.2.17",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"daisyui": "3.9.4",
Expand All @@ -101,7 +101,7 @@
"tailwindcss-safe-area": "0.4.1",
"tailwindcss-variable-colors": "0.0.2",
"ts-toolbelt": "9.6.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite-plugin-checker": "0.6.2",
"vite-tsconfig-paths": "4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@socket.io/redis-adapter": "8.2.1",
"@socket.io/redis-emitter": "5.1.0",
"@tanstack/query-core": "5.8.3",
"@trpc/server": "10.43.7",
"@trpc/server": "10.44.1",
"axios": "1.6.2",
"bcrypt": "5.1.1",
"cache-manager": "5.2.4",
"cache-manager": "5.3.1",
"cache-manager-ioredis": "2.1.0",
"chalk": "^4",
"consola": "*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"dotenv-cli": "7.3.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"npm-run-all": "4.1.5",
Expand All @@ -59,7 +59,7 @@
"rimraf": "5.0.5",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"zx": "7.2.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 8a5442c

Please sign in to comment.