fix(scripts): use latest nocodb version

This commit is contained in:
Wing-Kam Wong
2022-10-03 13:34:58 +08:00
parent 6323e1fd64
commit e77d2d8e45

View File

@@ -28,6 +28,6 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"nocodb": "0.91.10"
"nocodb": "0.97.0"
}
}