Skip to content

Commit

Permalink
chore: update @epic-web/workshop-app
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 25, 2024
1 parent 4196166 commit dcb6330
Show file tree
Hide file tree
Showing 47 changed files with 105 additions and 105 deletions.
26 changes: 13 additions & 13 deletions epicshop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion epicshop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"@epic-web/workshop-app": "^4.6.3",
"@epic-web/workshop-app": "^4.6.4",
"chokidar": "^3.5.3",
"execa": "^8.0.1",
"fs-extra": "^11.1.1"
Expand Down
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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.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 @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/02.problem.update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/02.solution.update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/03.problem.transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/04.problem.nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/07.updating/04.solution.nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/08.sql/01.problem.sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/08.sql/01.solution.sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/08.sql/02.problem.validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion exercises/08.sql/02.solution.validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.6.3",
"@epic-web/workshop-utils": "^4.6.4",
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@mswjs/data": "^0.14.0",
Expand Down
Loading

0 comments on commit dcb6330

Please sign in to comment.