Parcourir la source

build: 更新sqlite3版本至5.1.7

zyh il y a 1 an
Parent
commit
c1fd635517
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
     "remix-utils": "^7.7.0",
-    "sqlite3": "^4.0.3"
+    "sqlite3": "^5.1.7"
   },
   "devDependencies": {
     "@remix-run/dev": "*",