Skip to content

Commit

Permalink
Merge pull request #868 from reg-viz/move_at_types
Browse files Browse the repository at this point in the history
chore: Move at types to dev deps
  • Loading branch information
Quramy committed Mar 26, 2024
2 parents f252f22 + 3be7a13 commit 4597b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/storycap/package.json
Expand Up @@ -72,6 +72,11 @@
],
"devDependencies": {
"@types/jest": "29.5.12",
"@types/mkdirp": "^1.0.0",
"@types/node": "^18.0.0",
"@types/rimraf": "^3.0.0",
"@types/wait-on": "^5.0.0",
"@types/yargs": "^16.0.0",
"jest": "29.7.0",
"minimist": "1.2.8",
"puppeteer": "19.11.1",
Expand All @@ -80,11 +85,6 @@
"typescript": "5.4.2"
},
"dependencies": {
"@types/mkdirp": "^1.0.0",
"@types/node": "^18.0.0",
"@types/rimraf": "^3.0.0",
"@types/wait-on": "^5.0.0",
"@types/yargs": "^16.0.0",
"mkdirp": "^2.0.0",
"nanomatch": "^1.2.13",
"puppeteer-core": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storycrawler/package.json
Expand Up @@ -41,14 +41,14 @@
],
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "^18.0.0",
"@types/wait-on": "^5.0.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typedoc": "0.25.11",
"typescript": "5.4.2"
},
"dependencies": {
"@types/node": "^18.0.0",
"@types/wait-on": "^5.0.0",
"chalk": "^2.4.1",
"puppeteer-core": "^9.0.0",
"wait-on": "^7.0.0"
Expand Down

0 comments on commit 4597b3a

Please sign in to comment.