Skip to content

Commit

Permalink
upgrade dependencies (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDL authored Jan 11, 2024
1 parent 9bf4c4e commit 3bd42e3
Show file tree
Hide file tree
Showing 10 changed files with 733 additions and 693 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@remix-gospel-stack/database": "workspace:*",
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3"
}
Expand Down
22 changes: 11 additions & 11 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@
"@swc/core": "^1.3.102",
"@swc/helpers": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/compression": "^1.7.5",
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.2",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "8.1.0",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-c8": "^0.33.0",
Expand All @@ -76,21 +76,21 @@
"esbuild": "^0.19.8",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"happy-dom": "^12.10.3",
"msw": "^2.0.11",
"happy-dom": "^13.0.0",
"msw": "^2.0.13",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-load-config": "^5.0.0",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.1"
"vitest": "^1.1.3"
},
"engines": {
"node": "18"
Expand Down
10 changes: 5 additions & 5 deletions apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"@vercel/node": "^3.0.14",
"@vercel/node": "^3.0.16",
"@vercel/remix": "^2.4.1",
"isbot": "^4.0.0",
"isbot": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-support": "^0.5.21"
Expand All @@ -28,12 +28,12 @@
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-run/dev": "^2.4.1",
"@remix-run/eslint-config": "^2.4.1",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/source-map-support": "^0.5.10",
"eslint": "^8.56.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"dependencies": {
"@remix-run/eslint-config": "^2.4.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.2",
"eslint-config-turbo": "^1.11.3",
"eslint-plugin-tailwindcss": "^3.13.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@remix-run/dev": "^2.4.1",
"@turbo/gen": "^1.11.2",
"@turbo/gen": "^1.11.3",
"@types/glob": "8.1.0",
"glob": "^10.3.10",
"json5": "^2.2.3",
"magicast": "^0.3.2",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"prettier-plugin-tailwindcss": "^0.5.11",
"replace-in-file": "^7.1.0",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.13.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.0",
"tsx": "^4.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@prisma/client": "^5.7.1"
"@prisma/client": "^5.8.0"
},
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"dotenv-cli": "^7.3.0",
"prisma": "^5.7.1",
"prisma": "^5.8.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.0",
"tsx": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/internal-nobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"rimraf": "^5.0.5",
"tsup": "^8.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.1"
"vitest": "^1.1.3"
},
"exports": {
"./package.json": "./package.json",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.303.0",
"lucide-react": "^0.309.0",
"npm-run-all": "^4.1.5",
"tailwind-merge": "^2.2.0"
},
Expand All @@ -47,22 +47,22 @@
"@storybook/react-vite": "^7.6.7",
"@storybook/test": "^7.6.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.7",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3"
},
"exports": {
Expand Down
Loading

0 comments on commit 3bd42e3

Please sign in to comment.