mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 01:55:30 +00:00
fix: revert sqlite 3 bump
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"mysql": "^2.18.1",
|
||||
"parse-database-url": "^0.3.0",
|
||||
"pg": "^8.12.0",
|
||||
"sqlite3": "5.1.7"
|
||||
"sqlite3": "5.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "^1.5.8",
|
||||
|
||||
34
pnpm-lock.yaml
generated
34
pnpm-lock.yaml
generated
@@ -540,7 +540,7 @@ importers:
|
||||
version: 1.8.1
|
||||
knex:
|
||||
specifier: ^3.1.0
|
||||
version: 3.1.0(mysql@2.18.1)(pg@8.16.0)(sqlite3@5.1.7)
|
||||
version: 3.1.0(mysql@2.18.1)(pg@8.16.0)(sqlite3@5.1.6(encoding@0.1.13))
|
||||
mysql:
|
||||
specifier: ^2.18.1
|
||||
version: 2.18.1
|
||||
@@ -551,8 +551,8 @@ importers:
|
||||
specifier: ^8.12.0
|
||||
version: 8.16.0
|
||||
sqlite3:
|
||||
specifier: 5.1.7
|
||||
version: 5.1.7
|
||||
specifier: 5.1.6
|
||||
version: 5.1.6(encoding@0.1.13)
|
||||
devDependencies:
|
||||
'@mapbox/node-pre-gyp':
|
||||
specifier: ^1.0.11
|
||||
@@ -586,7 +586,7 @@ importers:
|
||||
version: 5.0.8(eslint@8.57.1)(typescript@5.8.3)
|
||||
eslint-plugin-import:
|
||||
specifier: ^2.29.1
|
||||
version: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)
|
||||
version: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)
|
||||
eslint-plugin-prettier:
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8)
|
||||
@@ -5845,7 +5845,7 @@ packages:
|
||||
resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
vite: '>=6.1.6'
|
||||
vite: '>=6.1.4'
|
||||
vue: ^3.2.25
|
||||
|
||||
'@vitest/expect@3.1.4':
|
||||
@@ -11120,6 +11120,9 @@ packages:
|
||||
node-abort-controller@3.1.1:
|
||||
resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
|
||||
|
||||
node-addon-api@4.3.0:
|
||||
resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==}
|
||||
|
||||
node-addon-api@6.1.0:
|
||||
resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
|
||||
|
||||
@@ -13172,6 +13175,9 @@ packages:
|
||||
sprintf-js@1.1.3:
|
||||
resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==}
|
||||
|
||||
sqlite3@5.1.6:
|
||||
resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==}
|
||||
|
||||
sqlite3@5.1.7:
|
||||
resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==}
|
||||
|
||||
@@ -26031,7 +26037,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
knex@3.1.0(mysql@2.18.1)(pg@8.16.0)(sqlite3@5.1.7):
|
||||
knex@3.1.0(mysql@2.18.1)(pg@8.16.0)(sqlite3@5.1.6(encoding@0.1.13)):
|
||||
dependencies:
|
||||
colorette: 2.0.19
|
||||
commander: 10.0.1
|
||||
@@ -26050,7 +26056,7 @@ snapshots:
|
||||
optionalDependencies:
|
||||
mysql: 2.18.1
|
||||
pg: 8.16.0
|
||||
sqlite3: 5.1.7
|
||||
sqlite3: 5.1.6(encoding@0.1.13)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -27309,6 +27315,8 @@ snapshots:
|
||||
|
||||
node-abort-controller@3.1.1: {}
|
||||
|
||||
node-addon-api@4.3.0: {}
|
||||
|
||||
node-addon-api@6.1.0:
|
||||
optional: true
|
||||
|
||||
@@ -29919,6 +29927,18 @@ snapshots:
|
||||
|
||||
sprintf-js@1.1.3: {}
|
||||
|
||||
sqlite3@5.1.6(encoding@0.1.13):
|
||||
dependencies:
|
||||
'@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13)
|
||||
node-addon-api: 4.3.0
|
||||
tar: 7.4.3
|
||||
optionalDependencies:
|
||||
node-gyp: 8.4.1
|
||||
transitivePeerDependencies:
|
||||
- bluebird
|
||||
- encoding
|
||||
- supports-color
|
||||
|
||||
sqlite3@5.1.7:
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
|
||||
Reference in New Issue
Block a user