Skip to content

Commit

Permalink
upgrade kcdshop
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 21, 2023
1 parent a9c5ae9 commit 9c3cc75
Show file tree
Hide file tree
Showing 29 changed files with 113 additions and 89 deletions.
2 changes: 1 addition & 1 deletion exercises/01.schema/01.problem.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.schema/01.solution.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/03.migrations/01.problem.migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/04.seed/01.problem.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/04.seed/01.solution.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/04.seed/02.problem.nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/04.seed/02.solution.nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/01.problem.generated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/01.solution.generated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/02.problem.dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/02.solution.dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/03.problem.unique/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/05.generated/03.solution.unique/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/06.querying/01.problem.client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/06.querying/01.solution.client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/06.querying/02.problem.select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/06.querying/02.solution.select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/01.problem.delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/01.solution.delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/09.finished/01.solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@kentcdodds/workshop-app": "^2.3.0",
"@kentcdodds/workshop-app": "^2.3.1",
"@conform-to/react": "^0.7.3",
"@conform-to/zod": "^0.7.3",
"@mswjs/data": "^0.13.0",
Expand Down
Loading

0 comments on commit 9c3cc75

Please sign in to comment.