Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thecotne committed Feb 29, 2024
1 parent de61409 commit e03d1ba
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 558 deletions.
4 changes: 2 additions & 2 deletions apps/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"prod": "./dist/index.mjs"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/pg": "^8.11.1",
"@types/node": "^20.11.24",
"@types/pg": "^8.11.2",
"kanel": "^3.8.8",
"kanel-kysely": "^0.3.3",
"kysely": "^0.27.2",
Expand Down
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/dev": "^2.7.2",
"@remix-run/react": "^2.7.2",
"@remix-run/server-runtime": "^2.7.2",
"@tanstack/react-table": "^8.12.0",
"@types/pg": "^8.11.1",
"@types/react": "^18.2.58",
"@remix-run/dev": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@tanstack/react-table": "^8.13.2",
"@types/pg": "^8.11.2",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"autoprefixer": "^10.4.17",
Expand All @@ -69,7 +69,7 @@
"kanel": "^3.8.8",
"kanel-kysely": "^0.3.3",
"kysely": "^0.27.2",
"lucide-react": "^0.338.0",
"lucide-react": "^0.343.0",
"next-themes": "^0.2.1",
"pg": "^8.11.3",
"postcss": "^8.4.35",
Expand All @@ -95,8 +95,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"@remix-run/node": "^2.7.2",
"@remix-run/serve": "^2.7.2",
"@remix-run/node": "^2.8.0",
"@remix-run/serve": "^2.8.0",
"isbot": "^4.4.0",
"react": "18.3.0-canary-98b8359f6-20240223"
}
Expand Down
Loading

0 comments on commit e03d1ba

Please sign in to comment.