Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit d23a6aa

Browse files
jablkoelibarzilay
authored andcommitted
Move some dependencies -> devDependencies
1 parent c5dd991 commit d23a6aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@
1717
},
1818
"dependencies": {
1919
"@apollo/client": "^3.3.6",
20-
"@azure/functions": "^1.2.2",
2120
"@definitelytyped/header-parser": "^0.0.64",
22-
"@octokit/graphql-schema": "^10.11.0",
2321
"@octokit/webhooks": "^7.21.0",
24-
"@types/node": "latest",
25-
"@types/node-fetch": "^2.5.7",
26-
"@types/prettyjson": "^0.0.29",
2722
"dayjs": "^1.10.3",
2823
"fast-json-patch": "^3.0.0-1",
2924
"fs-extra": "^9.0.1",
3025
"graphql": "^14.5.8",
3126
"node-fetch": "^2.6.1",
3227
"prettyjson": "^1.2.1",
33-
"typescript": "^4.1.3",
3428
"yargs": "^16.2.0"
3529
},
3630
"devDependencies": {
31+
"@azure/functions": "^1.2.2",
3732
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
33+
"@octokit/graphql-schema": "^10.11.0",
3834
"@types/fs-extra": "^4.0.11",
3935
"@types/jest": "^26.0.20",
36+
"@types/node": "latest",
37+
"@types/node-fetch": "^2.5.7",
38+
"@types/prettyjson": "^0.0.29",
4039
"@typescript-eslint/eslint-plugin": "^4.9.0",
4140
"@typescript-eslint/parser": "^4.9.0",
4241
"apollo": "^2.32.0",
4342
"eslint": "^7.14.0",
4443
"eslint-plugin-unicorn": "^26.0.1",
4544
"jest": "^26.4.4",
4645
"jest-file-snapshot": "^0.3.8",
47-
"ts-jest": "^26.4.4"
46+
"ts-jest": "^26.4.4",
47+
"typescript": "^4.1.3"
4848
},
4949
"scripts": {
5050
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)