Skip to content

Commit 7be96ed

Browse files
committed
build(deps): move non production deps into dev deps
resolves #955
1 parent 865676d commit 7be96ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
"reflect-metadata": "^0.1.13"
2828
},
2929
"devDependencies": {
30+
"@angular-devkit/schematics": "^15.1.2",
3031
"@azure/functions": "3.5.0",
3132
"@commitlint/cli": "17.4.2",
3233
"@commitlint/config-angular": "17.4.2",
3334
"@nestjs/common": "^9.2.1",
3435
"@nestjs/core": "^9.2.1",
3536
"@nestjs/schematics": "^9.0.4",
3637
"@types/node": "18.11.18",
38+
"@types/jest": "26.0.24",
3739
"@typescript-eslint/eslint-plugin": "5.48.2",
3840
"@typescript-eslint/parser": "5.48.2",
41+
"@schematics/angular": "^15.1.2",
3942
"eslint": "8.32.0",
4043
"eslint-config-prettier": "8.6.0",
4144
"eslint-plugin-import": "2.27.5",
4245
"husky": "8.0.3",
4346
"lint-staged": "13.1.0",
4447
"prettier": "2.8.3",
4548
"release-it": "15.6.0",
46-
"typescript": "4.9.4"
49+
"typescript": "4.9.4",
50+
"jest": "27.5.1",
51+
"ts-jest": "27.0.4"
4752
},
4853
"dependencies": {
49-
"@angular-devkit/schematics": "^15.1.2",
50-
"@schematics/angular": "^15.1.2",
51-
"@types/jest": "26.0.24",
5254
"cors": "2.8.5",
53-
"jest": "27.5.1",
5455
"jsonc-parser": "^3.2.0",
55-
"trouter": "3.2.0",
56-
"ts-jest": "27.0.4"
56+
"trouter": "3.2.0"
5757
},
5858
"schematics": "./schematics/collection.json",
5959
"lint-staged": {
@@ -67,4 +67,4 @@
6767
"commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)