📦 Add strict package versioning to avoid incompatibility in workspace
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"eslint-plugin-react": "7.32.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "6.0.0",
|
||||
"@typescript-eslint/parser": "6.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user