Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 4, 2023
1 parent 7a7bc23 commit 5f7220d
Show file tree
Hide file tree
Showing 55 changed files with 3,868 additions and 3,394 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,58 @@
"dependencies": {
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@kentcdodds/workshop-app": "^2.23.0",
"@kentcdodds/workshop-app": "^2.26.2",
"@mswjs/data": "^0.13.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/css-bundle": "2.0.0",
"@remix-run/express": "2.0.0",
"@remix-run/node": "2.0.0",
"@remix-run/react": "2.0.0",
"@remix-run/serve": "2.0.0",
"address": "^1.2.2",
"@remix-run/css-bundle": "2.0.1",
"@remix-run/express": "2.0.1",
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"address": "^2.0.1",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.0",
"get-port": "^7.0.0",
"glob": "^10.3.4",
"isbot": "^3.6.13",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "npm:@kentcdodds/[email protected]",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@remix-run/dev": "2.0.0",
"@remix-run/eslint-config": "2.0.0",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "2.0.1",
"@remix-run/eslint-config": "2.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsx": "^3.12.10",
"prettier-plugin-tailwindcss": "^0.5.5",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,58 @@
"dependencies": {
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@kentcdodds/workshop-app": "^2.23.0",
"@kentcdodds/workshop-app": "^2.26.2",
"@mswjs/data": "^0.13.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/css-bundle": "2.0.0",
"@remix-run/express": "2.0.0",
"@remix-run/node": "2.0.0",
"@remix-run/react": "2.0.0",
"@remix-run/serve": "2.0.0",
"address": "^1.2.2",
"@remix-run/css-bundle": "2.0.1",
"@remix-run/express": "2.0.1",
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"address": "^2.0.1",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.0",
"get-port": "^7.0.0",
"glob": "^10.3.4",
"isbot": "^3.6.13",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "npm:@kentcdodds/[email protected]",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@remix-run/dev": "2.0.0",
"@remix-run/eslint-config": "2.0.0",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "2.0.1",
"@remix-run/eslint-config": "2.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsx": "^3.12.10",
"prettier-plugin-tailwindcss": "^0.5.5",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,58 @@
"dependencies": {
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@kentcdodds/workshop-app": "^2.23.0",
"@kentcdodds/workshop-app": "^2.26.2",
"@mswjs/data": "^0.13.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/css-bundle": "2.0.0",
"@remix-run/express": "2.0.0",
"@remix-run/node": "2.0.0",
"@remix-run/react": "2.0.0",
"@remix-run/serve": "2.0.0",
"address": "^1.2.2",
"@remix-run/css-bundle": "2.0.1",
"@remix-run/express": "2.0.1",
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"address": "^2.0.1",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.0",
"get-port": "^7.0.0",
"glob": "^10.3.4",
"isbot": "^3.6.13",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "npm:@kentcdodds/[email protected]",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@remix-run/dev": "2.0.0",
"@remix-run/eslint-config": "2.0.0",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "2.0.1",
"@remix-run/eslint-config": "2.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsx": "^3.12.10",
"prettier-plugin-tailwindcss": "^0.5.5",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,58 @@
"dependencies": {
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@kentcdodds/workshop-app": "^2.23.0",
"@kentcdodds/workshop-app": "^2.26.2",
"@mswjs/data": "^0.13.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/css-bundle": "2.0.0",
"@remix-run/express": "2.0.0",
"@remix-run/node": "2.0.0",
"@remix-run/react": "2.0.0",
"@remix-run/serve": "2.0.0",
"address": "^1.2.2",
"@remix-run/css-bundle": "2.0.1",
"@remix-run/express": "2.0.1",
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"address": "^2.0.1",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.0",
"get-port": "^7.0.0",
"glob": "^10.3.4",
"isbot": "^3.6.13",
"glob": "^10.3.10",
"isbot": "^3.7.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "npm:@kentcdodds/[email protected]",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@remix-run/dev": "2.0.0",
"@remix-run/eslint-config": "2.0.0",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "2.0.1",
"@remix-run/eslint-config": "2.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/morgan": "^1.9.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsx": "^3.12.10",
"prettier-plugin-tailwindcss": "^0.5.5",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 5f7220d

Please sign in to comment.