Skip to content

Commit

Permalink
Adjust dev/non-dev deps as implementing installations are treated as …
Browse files Browse the repository at this point in the history
…"non-dev" :/
  • Loading branch information
oojacoboo committed Oct 8, 2023
1 parent e286ba6 commit b733394
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"./bin/zapier-graphql": "./bin/zapier-graphql"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"inflection": "^3.0.0",
"inquirer": "^8.2.6",
"undici": "^5.25.4",
"uuid": "^9.0.1",
"zapier-platform-core": "15.3.0"
"zapier-platform-core": "15.3.0",
"zapier-platform-cli": "15.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.8.3",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"graphql": "^16.8.1",
"inflection": "^3.0.0",
"inquirer": "^8.2.6",
"jest": "^29.7.0",
"memfs": "^4.6.0",
"unionfs": "^4.5.1",
"zapier-platform-cli": "15.3.0"
"unionfs": "^4.5.1"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit b733394

Please sign in to comment.