1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Add linkable as dev dependency to root package json to make sure dependency is hoisted to root level

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-05-03 08:10:56 +03:00 committed by Iku-turso
parent 9c3160a989
commit dcb6e5cb80

View File

@ -38,6 +38,7 @@
"@types/react": "^17" "@types/react": "^17"
}, },
"devDependencies": { "devDependencies": {
"@ogre-tools/linkable": "^15.8.1",
"adr": "^1.4.3", "adr": "^1.4.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"lerna": "^6.6.1", "lerna": "^6.6.1",