1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

bump(config): version 1.1.9

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-08 11:09:57 +01:00
parent 2d39399d36
commit f24e11bec4
2 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/config",
"version": "1.1.8",
"version": "1.1.9",
"description": "global configuration files for programming",
"author": "Avior",
"license": "MIT",
@ -10,8 +10,8 @@
"directory": "packages/config"
},
"devDependencies": {
"@types/node": "^17.0.23",
"next": "^12.1.0"
"@types/node": "^18",
"next": "^12"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=5.18.0",