mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-12 19:09:18 +00:00
@ -73,7 +73,7 @@
|
||||
"max-len": [
|
||||
"warn",
|
||||
{
|
||||
"code": 200
|
||||
"code": 120
|
||||
}
|
||||
],
|
||||
"new-parens": "error",
|
||||
|
@ -10,13 +10,13 @@
|
||||
"directory": "packages/config"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.10.3",
|
||||
"next": "^11.1.2"
|
||||
"@types/node": "^17.0.23",
|
||||
"next": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"next": "^11.1.2",
|
||||
"next-pre-css": "^1.0.0"
|
||||
"@typescript-eslint/parser": ">=5.18.0",
|
||||
"next": ">=12.1.0",
|
||||
"next-pre-css": ">=1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"next": {
|
||||
|
Reference in New Issue
Block a user