From ea0fd77650dd8023f505f31bf43000453e64b67b Mon Sep 17 00:00:00 2001 From: 3dprogramin Date: Thu, 16 Feb 2023 20:09:49 +0200 Subject: [PATCH] bump noco version 0.104.2 ~> 0.105.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7aa1636..6a094191 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", - "nocodb": "^0.104.2" + "nocodb": "^0.105.0" } }