Skip to content

Commit

Permalink
Merge pull request #56 from PhilDL/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
PhilDL committed Jul 27, 2023
2 parents 07b6bf6 + 8b4df9d commit 52c5b8d
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 153 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: 🏄 Copy test env vars to Package
run: cp .env.example packages/database/.env

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
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.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.32.4",
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"esbuild": "^0.18.14",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"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.26",
"postcss-load-config": "^4.0.1",
Expand All @@ -87,7 +87,7 @@
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.4"
"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.19.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.10.9",
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.9",
"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.9",
"typescript": "^5.1.6"
},
"packageManager": "pnpm@8.6.6"
"packageManager": "pnpm@8.6.10"
}
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.4.2",
"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 @@ -20,7 +20,7 @@
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.4"
"vitest": "^0.33.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down
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.263.0",
"tailwind-merge": "^1.14.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 52c5b8d

Please sign in to comment.