Skip to content

Commit

Permalink
update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 27, 2024
1 parent 3efa13c commit 9dd1a1a
Show file tree
Hide file tree
Showing 51 changed files with 17,901 additions and 15,316 deletions.
2,341 changes: 1,528 additions & 813 deletions epicshop/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions epicshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"type": "module",
"dependencies": {
"@epic-web/workshop-app": "^4.21.1",
"chokidar": "^3.5.3",
"execa": "^8.0.1",
"fs-extra": "^11.1.1"
"chokidar": "^3.6.0",
"execa": "^9.3.1",
"fs-extra": "^11.2.0"
}
}
4 changes: 3 additions & 1 deletion epicshop/setup-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ if (!process.env.SKIP_PRISMA) {
console.log(`🏗 generating prisma client in all ${allApps.length} apps...`)
for (const app of allApps) {
try {
await $({ cwd: app.fullPath, all: true })`prisma generate`
if (await fsExtra.exists(path.join(app.fullPath, 'prisma'))) {
await $({ cwd: app.fullPath, all: true })`prisma generate`
}
} catch (prismaGenerateResult) {
console.log(prismaGenerateResult.all)
throw new Error(`❌ prisma generate failed in ${app.relativePath}`)
Expand Down
2 changes: 1 addition & 1 deletion epicshop/update-deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npx npm-check-updates --dep prod,dev --upgrade --workspaces --root
npx npm-check-updates --dep prod,dev --upgrade --workspaces --root --reject @conform-to/react --reject @conform-to/zod --reject eslint
cd epicshop && npx npm-check-updates --dep prod,dev --upgrade --root
cd ..
rm -rf node_modules package-lock.json ./epicshop/package-lock.json ./epicshop/node_modules ./exercises/**/node_modules
Expand Down
102 changes: 51 additions & 51 deletions exercises/01.schema/01.problem.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,68 +21,68 @@
"@epic-web/workshop-utils": "^4.21.1",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
"@prisma/client": "^5.12.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/css-bundle": "2.1.0",
"@remix-run/express": "2.1.0",
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"address": "^2.0.1",
"@mswjs/data": "^0.16.1",
"@prisma/client": "^5.19.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/css-bundle": "2.11.2",
"@remix-run/express": "2.11.2",
"@remix-run/node": "2.11.2",
"@remix-run/react": "2.11.2",
"@remix-run/serve": "2.11.2",
"address": "^2.0.3",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"close-with-grace": "^2.1.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"get-port": "^7.0.0",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"get-port": "^7.1.0",
"glob": "^11.0.0",
"isbot": "^5.1.17",
"morgan": "^1.10.0",
"prisma": "^5.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.1.0",
"spin-delay": "^2.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"prisma": "^5.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"spin-delay": "^2.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.39.0",
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.4",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.46.1",
"@remix-run/dev": "2.11.2",
"@remix-run/eslint-config": "2.11.2",
"@total-typescript/ts-reset": "^0.6.0",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/morgan": "^1.9.9",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"enforce-unique": "^1.2.0",
"esbuild": "0.19.5",
"dotenv": "^16.4.5",
"enforce-unique": "^1.3.0",
"esbuild": "0.23.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"remix-flat-routes": "^0.6.1",
"rmx-cli": "^0.4.13",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"remix-flat-routes": "^0.6.5",
"rmx-cli": "^0.4.16",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"eslintIgnore": [
"/node_modules",
Expand Down
102 changes: 51 additions & 51 deletions exercises/01.schema/01.solution.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,68 +21,68 @@
"@epic-web/workshop-utils": "^4.21.1",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
"@prisma/client": "^5.12.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/css-bundle": "2.1.0",
"@remix-run/express": "2.1.0",
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"address": "^2.0.1",
"@mswjs/data": "^0.16.1",
"@prisma/client": "^5.19.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/css-bundle": "2.11.2",
"@remix-run/express": "2.11.2",
"@remix-run/node": "2.11.2",
"@remix-run/react": "2.11.2",
"@remix-run/serve": "2.11.2",
"address": "^2.0.3",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"close-with-grace": "^2.1.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"get-port": "^7.0.0",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"get-port": "^7.1.0",
"glob": "^11.0.0",
"isbot": "^5.1.17",
"morgan": "^1.10.0",
"prisma": "^5.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.1.0",
"spin-delay": "^2.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"prisma": "^5.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"spin-delay": "^2.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.39.0",
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.4",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.46.1",
"@remix-run/dev": "2.11.2",
"@remix-run/eslint-config": "2.11.2",
"@total-typescript/ts-reset": "^0.6.0",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/morgan": "^1.9.9",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"enforce-unique": "^1.2.0",
"esbuild": "0.19.5",
"dotenv": "^16.4.5",
"enforce-unique": "^1.3.0",
"esbuild": "0.23.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"remix-flat-routes": "^0.6.1",
"rmx-cli": "^0.4.13",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"remix-flat-routes": "^0.6.5",
"rmx-cli": "^0.4.16",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"eslintIgnore": [
"/node_modules",
Expand Down
102 changes: 51 additions & 51 deletions exercises/02.relationships/01.problem.one-to-many/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,68 +21,68 @@
"@epic-web/workshop-utils": "^4.21.1",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
"@prisma/client": "^5.12.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/css-bundle": "2.1.0",
"@remix-run/express": "2.1.0",
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"address": "^2.0.1",
"@mswjs/data": "^0.16.1",
"@prisma/client": "^5.19.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/css-bundle": "2.11.2",
"@remix-run/express": "2.11.2",
"@remix-run/node": "2.11.2",
"@remix-run/react": "2.11.2",
"@remix-run/serve": "2.11.2",
"address": "^2.0.3",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"close-with-grace": "^2.1.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"get-port": "^7.0.0",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"get-port": "^7.1.0",
"glob": "^11.0.0",
"isbot": "^5.1.17",
"morgan": "^1.10.0",
"prisma": "^5.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.1.0",
"spin-delay": "^2.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"prisma": "^5.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"spin-delay": "^2.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.39.0",
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.4",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.46.1",
"@remix-run/dev": "2.11.2",
"@remix-run/eslint-config": "2.11.2",
"@total-typescript/ts-reset": "^0.6.0",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/morgan": "^1.9.9",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"enforce-unique": "^1.2.0",
"esbuild": "0.19.5",
"dotenv": "^16.4.5",
"enforce-unique": "^1.3.0",
"esbuild": "0.23.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"remix-flat-routes": "^0.6.1",
"rmx-cli": "^0.4.13",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"remix-flat-routes": "^0.6.5",
"rmx-cli": "^0.4.16",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"eslintIgnore": [
"/node_modules",
Expand Down
Loading

0 comments on commit 9dd1a1a

Please sign in to comment.