1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

Fixed my stupidity

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-12-13 15:02:32 +01:00
parent a1ecbbaf73
commit 864af5cc5a
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/config", "name": "@dzeio/config",
"version": "1.1.5", "version": "1.1.6",
"description": "global configuration files for programming", "description": "global configuration files for programming",
"author": "Avior", "author": "Avior",
"license": "MIT", "license": "MIT",
@ -14,7 +14,7 @@
"next": "^11.1.2" "next": "^11.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"@typescript-eslint/parser": "^4.28.2|^5.6.0", "@typescript-eslint/parser": "^5.6.0",
"next": "^11.1.2", "next": "^11.1.2",
"next-pre-css": "^1.0.0" "next-pre-css": "^1.0.0"
}, },