Skip to content

Commit

Permalink
move devDependencies to devDependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 29, 2024
1 parent d42524e commit 0f76d6d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
28 changes: 12 additions & 16 deletions pnpm-lock.yaml

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

14 changes: 6 additions & 8 deletions tests/admin-ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
"devDependencies": {
"@keystone-6/auth": "workspace:*",
"@keystone-6/core": "workspace:*",
"@manypkg/find-root": "^1.1.0",
"@types/async-retry": "^1.4.3",
"async-retry": "^1.3.3",
"dotenv": "^16.0.0",
"execa": "^5.1.1",
"express": "^4.17.1",
"graphql": "^16.8.1",
"node-fetch": "^2.6.7",
"playwright": "^1.17.1",
"treekill": "^1.0.0"
},
Expand All @@ -21,12 +26,5 @@
"start": "keystone start",
"build": "keystone build"
},
"dependencies": {
"@manypkg/find-root": "^1.1.0",
"@types/async-retry": "^1.4.3",
"async-retry": "^1.3.3",
"dotenv": "^16.0.0",
"node-fetch": "^2.6.7",
"tree-kill": "^1.2.2"
}
"dependencies": {}
}
2 changes: 1 addition & 1 deletion tests/examples-smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": "https://github.com/keystonejs/keystone/tree/main/tests/examples-smoke-tests",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"devDependencies": {
"@types/async-retry": "^1.4.3",
"@types/tough-cookie": "^4.0.1",
"async-retry": "^1.3.3",
Expand Down

0 comments on commit 0f76d6d

Please sign in to comment.