Skip to content

Commit

Permalink
chore: remove unnecessary dependencies from templates (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Jun 28, 2022
1 parent 5b0c34b commit 1dca7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions npm-js/create-kalix-entity/template/base-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"@kalix-io/kalix-scripts": "{{scriptsVersion}}",
"@kalix-io/testkit": "{{testkitVersion}}",
"chai": "^4.3.6",
"jsdoc": "^3.6.10",
"mocha": "^10.0.0",
"uglify-js": "^3.16.1"
"mocha": "^10.0.0"
},
"config": {
"dockerImage": "my-docker-repo/{{name}}",
Expand Down
4 changes: 1 addition & 3 deletions npm-js/create-kalix-entity/template/base-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"@types/mocha": "^9.1.1",
"@types/node": "18.0.0",
"chai": "^4.3.6",
"jsdoc": "^3.6.10",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
"typescript": "^4.7.4",
"uglify-js": "^3.16.1"
"typescript": "^4.7.4"
},
"config": {
"typescript": true,
Expand Down

0 comments on commit 1dca7ca

Please sign in to comment.