Skip to content

Commit 901d4c2

Browse files
committedApr 2, 2024
chore: update @kentcdodds/workshop-app
1 parent be6091d commit 901d4c2

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed
 

‎kcdshop/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎kcdshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "playwright test"
66
},
77
"dependencies": {
8-
"@kentcdodds/workshop-app": "^3.13.2",
8+
"@kentcdodds/workshop-app": "^3.13.3",
99
"@playwright/test": "^1.41.2",
1010
"cross-env": "^7.0.3"
1111
}

‎package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)",
2626
"license": "GPL-3.0-only",
2727
"dependencies": {
28-
"@kentcdodds/workshop-utils": "^3.13.2",
28+
"@kentcdodds/workshop-utils": "^3.13.3",
2929
"@remix-run/eslint-config": "^2.4.1",
3030
"@testing-library/user-event": "^14.5.2",
3131
"@typescript-eslint/eslint-plugin": "^6.18.0",

‎scripts/deployed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)",
99
"license": "GPL-3.0-only",
1010
"dependencies": {
11-
"@kentcdodds/workshop-app": "^3.13.2",
11+
"@kentcdodds/workshop-app": "^3.13.3",
1212
"execa": "^7.2.0"
1313
},
1414
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.