release(0.1.3): update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2021-03-30 16:22:16 -05:00
parent 9bfe487978
commit 0be0d73917
2 changed files with 161 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@extollo/lib",
"version": "0.1.2",
"version": "0.1.3",
"description": "The framework library that lifts up your code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -8,8 +8,8 @@
"lib": "lib"
},
"dependencies": {
"@extollo/di": "^0.4.3",
"@extollo/util": "^0.3.1",
"@extollo/di": "^0.4.4",
"@extollo/util": "^0.3.2",
"@types/negotiator": "^0.6.1",
"@types/node": "^14.14.37",
"@types/pug": "^2.0.4",