1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-20 14:39:19 +00:00

misc: Update config for latest next version

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-04-05 12:39:57 +02:00
parent 9351a54552
commit c5d4ed166a
2 changed files with 35 additions and 42 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/config",
"version": "1.1.6",
"version": "1.1.7",
"description": "global configuration files for programming",
"author": "Avior",
"license": "MIT",
@ -16,7 +16,8 @@
"peerDependencies": {
"@typescript-eslint/parser": ">=5.18.0",
"next": ">=12.1.0",
"next-pre-css": ">=1.0.0"
"next-pre-css": ">=1.0.0",
"@dzeio/object-util": ">=1.4.2"
},
"peerDependenciesMeta": {
"next": {