mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 20:16:35 +00:00
fix: match @types/node with npmrc (#3883)
* fix: wrong spread Signed-off-by: mertmit <mertmit99@gmail.com> * chore: explicit version for @types/node Signed-off-by: mertmit <mertmit99@gmail.com> --------- Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
"snowflake-sdk": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.8.8"
|
||||
"@types/node": "18.19.55"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user