Skip to content

Commit bb1686f

Browse files
committed
fix: update nocodb version and dependencies
1 parent c46e588 commit bb1686f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"dependencies": {
1616
"dotenv": "^8.2.0",
1717
"express": "^4.17.1",
18-
"nocodb": "^0.202.4"
18+
"nocodb": "^0.202.5",
19+
"@nestjs/common": "^10.2.1",
20+
"@nestjs/core": "^10.2.1"
1921
}
2022
}

0 commit comments

Comments
 (0)