Skip to content

Commit 87be7c5

Browse files
committed
feat(model): add victim nationality
1 parent 6a7043b commit 87be7c5

File tree

5 files changed

+136
-148
lines changed

5 files changed

+136
-148
lines changed

package-lock.json

+35-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,37 @@
8484
"eslint-config-airbnb-base": "^14.1.0",
8585
"eslint-config-prettier": "^6.11.0",
8686
"eslint-plugin-import": "^2.20.2",
87-
"eslint-plugin-jsdoc": "^26.0.2",
87+
"eslint-plugin-jsdoc": "^27.0.3",
8888
"eslint-plugin-mocha": "^7.0.1",
8989
"eslint-plugin-prettier": "^3.1.3",
9090
"generate-changelog": "^1.8.0",
9191
"handlebars": "^4.7.6",
9292
"husky": "^4.2.5",
93-
"lint-staged": "^10.2.7",
93+
"lint-staged": "^10.2.9",
9494
"lodash.template": "^4.5.0",
9595
"mocha": "^7.2.0",
96-
"mongoose": ">=5.9.16",
96+
"mongoose": ">=5.9.17",
9797
"npm-check-updates": "^6.0.1",
9898
"nyc": "^15.1.0",
9999
"prettier": "^2.0.5",
100100
"rimraf": "^3.0.2",
101-
"rollup": "^2.12.0",
101+
"rollup": "^2.13.1",
102102
"shelljs": "^0.8.4"
103103
},
104104
"peerDependencies": {
105-
"mongoose": ">=5.9.16"
105+
"mongoose": ">=5.9.17"
106106
},
107107
"dependencies": {
108108
"@codetanzania/emis-stakeholder": ">=2.8.0",
109-
"@codetanzania/ewea-common": ">=0.17.1",
109+
"@codetanzania/ewea-common": ">=0.19.0",
110110
"@codetanzania/ewea-event": ">=0.11.0",
111-
"@codetanzania/ewea-internals": ">=0.19.0",
111+
"@codetanzania/ewea-internals": ">=0.20.0",
112112
"@lykmapipo/common": ">=0.34.2",
113113
"@lykmapipo/env": ">=0.17.7",
114114
"@lykmapipo/express-common": ">=0.18.5",
115115
"@lykmapipo/express-rest-actions": ">=0.8.17",
116116
"@lykmapipo/file": ">=0.1.26",
117-
"@lykmapipo/mongoose-common": ">=0.34.3",
117+
"@lykmapipo/mongoose-common": ">=0.35.0",
118118
"@lykmapipo/mongoose-exportable": ">=0.3.30",
119119
"@lykmapipo/mongoose-sequenceable": ">=0.2.16",
120120
"@lykmapipo/postman": ">=0.18.13",

0 commit comments

Comments
 (0)