Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2023
1 parent 1810377 commit bd99952
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 183 deletions.
8 changes: 4 additions & 4 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"esbuild": "^0.18.11",
"fs-extra": "^11.1.1",
"glob": "^10.3.1",
"happy-dom": "^9.20.3",
"happy-dom": "^10.0.0",
"msw": "^1.2.2",
"nodemon": "^2.0.22",
"nodemon": "^3.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
Expand All @@ -87,7 +87,7 @@
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"engines": {
"node": "18"
Expand Down
4 changes: 2 additions & 2 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"dependencies": {
"@remix-run/eslint-config": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.10.7",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@turbo/gen": "^1.10.7",
"json5": "^2.2.3",
"magicast": "^0.2.9",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"replace-in-file": "^7.0.1",
"turbo": "^1.10.7",
"typescript": "^5.1.6"
},
"packageManager": "pnpm@8.6.6"
"packageManager": "pnpm@8.6.8"
}
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"studio": "prisma studio"
},
"dependencies": {
"@prisma/client": "^4.16.2"
"@prisma/client": "^5.0.0"
},
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@types/node": "^20.3.3",
"prisma": "^4.16.2",
"prisma": "^5.0.0",
"rimraf": "^5.0.1",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-nobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"lucide-react": "^0.258.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.260.0",
"tailwind-merge": "^1.13.2"
},
"peerDependencies": {
Expand Down

0 comments on commit bd99952

Please sign in to comment.