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 26, 2024
1 parent 58c6a06 commit 91eb4f9
Show file tree
Hide file tree
Showing 63 changed files with 340 additions and 158 deletions.
250 changes: 216 additions & 34 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.7.1",
"@epic-web/workshop-app": "^4.8.0",
"fs-extra": "^11.2.0",
"execa": "^8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.styling/01.problem.public-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.styling/01.solution.public-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.styling/02.problem.asset-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.styling/03.problem.global-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01.styling/04.problem.compiling-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/workshop-utils": "^4.7.1",
"@epic-web/workshop-utils": "^4.8.0",
"@mswjs/data": "^0.14.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
Loading

0 comments on commit 91eb4f9

Please sign in to comment.