EJS and middleware views

This commit is contained in:
Derrick Mehaffy 2019-05-17 03:00:08 -07:00
parent c3a51a02c2
commit 594d043895
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
"main": "./lib",
"dependencies": {
"co": "^4.6.0",
"koa-ejs": "^4.1.0"
"koa-ejs": "^4.2.0"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -15,9 +15,9 @@
},
"main": "./lib",
"dependencies": {
"consolidate": "^0.14.5",
"koa-views": "^6.1.1",
"lodash": "^4.17.5"
"consolidate": "^0.15.1",
"koa-views": "^6.2.0",
"lodash": "^4.17.11"
},
"author": {
"email": "hi@strapi.io",