mirror of
https://github.com/colanode/colanode.git
synced 2026-05-18 05:05:03 +02:00
Update packages (#367)
* Update packages * Add missing core and crdt dependencies to client package The client package imports from @colanode/core and @colanode/crdt but didn't declare them in package.json, causing Turbo to not guarantee building them first. This led to TS6305 errors in CI.
This commit is contained in:
@@ -27,22 +27,22 @@
|
||||
"@electron-forge/plugin-vite": "^7.11.1",
|
||||
"@electron-forge/publisher-github": "^7.11.1",
|
||||
"@electron/rebuild": "^4.0.3",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/electron-squirrel-startup": "^1.0.2",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"electron": "^40.2.1",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"electron": "^40.8.5",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@colanode/client": "*",
|
||||
"@colanode/core": "*",
|
||||
"@colanode/ui": "*",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"bufferutil": "^4.1.0",
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"update-electron-app": "^3.1.2",
|
||||
"utf-8-validate": "^6.0.6",
|
||||
"ws": "^8.19.0"
|
||||
"ws": "^8.20.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,20 +25,20 @@
|
||||
"isomorphic-webcrypto": "^2.3.8",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-native": "^0.83.1",
|
||||
"react-native": "^0.83.4",
|
||||
"react-native-get-random-values": "^2.0.0",
|
||||
"react-native-safe-area-context": "^5.6.2",
|
||||
"react-native-webview": "^13.16.0"
|
||||
"react-native-safe-area-context": "^5.7.0",
|
||||
"react-native-webview": "^13.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@types/react": "^19.2.13",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"babel-preset-expo": "^54.0.10",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-singlefile": "^2.3.0"
|
||||
"vite-plugin-singlefile": "^2.3.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -20,44 +20,44 @@
|
||||
},
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@testcontainers/postgresql": "^11.11.0",
|
||||
"@testcontainers/redis": "^11.11.0",
|
||||
"@types/node": "^25.2.2",
|
||||
"@types/nodemailer": "^7.0.9",
|
||||
"@types/pg": "^8.16.0",
|
||||
"@testcontainers/postgresql": "^11.13.0",
|
||||
"@testcontainers/redis": "^11.13.0",
|
||||
"@types/node": "^22.19.15",
|
||||
"@types/nodemailer": "^7.0.11",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"testcontainers": "^11.11.0",
|
||||
"testcontainers": "^11.13.0",
|
||||
"tsup": "^8.5.1",
|
||||
"vite-tsconfig-paths": "^6.1.0",
|
||||
"vitest": "^4.0.18"
|
||||
"vite-tsconfig-paths": "^6.1.1",
|
||||
"vitest": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.985.0",
|
||||
"@aws-sdk/client-s3": "^3.1023.0",
|
||||
"@colanode/core": "*",
|
||||
"@colanode/crdt": "*",
|
||||
"@fastify/cors": "^11.2.0",
|
||||
"@fastify/websocket": "^11.2.0",
|
||||
"@google-cloud/storage": "^7.19.0",
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
"@redis/client": "^5.10.0",
|
||||
"@redis/client": "^5.11.0",
|
||||
"@tus/azure-store": "^2.0.0",
|
||||
"@tus/file-store": "^2.0.0",
|
||||
"@tus/gcs-store": "^2.0.0",
|
||||
"@tus/s3-store": "^2.0.1",
|
||||
"@tus/s3-store": "^2.0.2",
|
||||
"@tus/server": "^2.3.0",
|
||||
"bullmq": "^5.67.3",
|
||||
"diff": "^8.0.3",
|
||||
"dotenv": "^17.2.4",
|
||||
"fastify": "^5.7.4",
|
||||
"fastify-type-provider-zod": "^6.0.0",
|
||||
"handlebars": "^4.7.8",
|
||||
"js-sha256": "^0.11.0",
|
||||
"bullmq": "^5.73.0",
|
||||
"diff": "^8.0.4",
|
||||
"dotenv": "^17.4.0",
|
||||
"fastify": "^5.8.4",
|
||||
"fastify-type-provider-zod": "^6.1.0",
|
||||
"handlebars": "^4.7.9",
|
||||
"js-sha256": "^0.11.1",
|
||||
"ky": "^1.14.3",
|
||||
"kysely": "^0.28.11",
|
||||
"kysely": "^0.28.15",
|
||||
"ms": "^2.1.3",
|
||||
"nodemailer": "^8.0.1",
|
||||
"pg": "^8.18.0",
|
||||
"pino": "^10.3.0",
|
||||
"nodemailer": "^8.0.4",
|
||||
"pg": "^8.20.0",
|
||||
"pino": "^10.3.1",
|
||||
"sharp": "^0.34.5",
|
||||
"zod": "^4.3.6"
|
||||
}
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
"dependencies": {
|
||||
"@colanode/client": "*",
|
||||
"@colanode/ui": "*",
|
||||
"@sqlite.org/sqlite-wasm": "^3.51.2-build6",
|
||||
"@sqlite.org/sqlite-wasm": "^3.51.2-build8",
|
||||
"comlink": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"jsdom": "^28.0.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"jsdom": "^28.1.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vitest": "^4.0.17"
|
||||
"vitest": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
6970
package-lock.json
generated
6970
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -26,22 +26,22 @@
|
||||
"postinstall": "tsx scripts/src/postinstall/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/debug": "^4.1.13",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
||||
"@typescript-eslint/parser": "^8.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
||||
"@typescript-eslint/parser": "^8.58.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"prettier": "^3.8.1",
|
||||
"tsx": "^4.21.0",
|
||||
"turbo": "^2.8.3",
|
||||
"turbo": "^2.9.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.18"
|
||||
"vitest": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^4.4.3",
|
||||
"lodash-es": "^4.17.23"
|
||||
"lodash-es": "^4.18.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,15 +24,17 @@
|
||||
"coverage": "vitest run --coverage "
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/db": "^0.5.25",
|
||||
"@tiptap/core": "^3.19.0",
|
||||
"@tiptap/pm": "^3.19.0",
|
||||
"@colanode/core": "*",
|
||||
"@colanode/crdt": "*",
|
||||
"@tanstack/db": "^0.5.33",
|
||||
"@tiptap/core": "^3.22.1",
|
||||
"@tiptap/pm": "^3.22.1",
|
||||
"async-lock": "^1.4.1",
|
||||
"file-type": "^21.3.0",
|
||||
"file-type": "^21.3.4",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"js-sha256": "^0.11.1",
|
||||
"ky": "^1.14.3",
|
||||
"kysely": "^0.28.11",
|
||||
"kysely": "^0.28.15",
|
||||
"ms": "^2.1.3",
|
||||
"semver": "^7.7.4",
|
||||
"tus-js-client": "^4.3.1"
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@colanode/core": "^1.0.0",
|
||||
"diff": "^8.0.3",
|
||||
"diff": "^8.0.4",
|
||||
"js-base64": "^3.7.8",
|
||||
"yjs": "^13.6.29",
|
||||
"yjs": "^13.6.30",
|
||||
"zod": "^4.3.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,17 +17,17 @@
|
||||
"coverage": "vitest run --coverage "
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/is-hotkey": "^0.1.10",
|
||||
"@types/react": "^19.2.13",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@colanode/client": "*",
|
||||
"@colanode/core": "*",
|
||||
"@floating-ui/react": "^0.27.17",
|
||||
"@floating-ui/react": "^0.27.19",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-checkbox": "^1.3.3",
|
||||
@@ -44,50 +44,50 @@
|
||||
"@radix-ui/react-tabs": "^1.1.13",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@react-oauth/google": "^0.13.4",
|
||||
"@tanstack/react-db": "^0.1.69",
|
||||
"@tanstack/react-form": "^1.28.0",
|
||||
"@tanstack/react-query": "^5.90.20",
|
||||
"@tanstack/react-router": "^1.159.5",
|
||||
"@tanstack/react-virtual": "^3.13.18",
|
||||
"@tiptap/core": "^3.19.0",
|
||||
"@tiptap/extension-blockquote": "^3.19.0",
|
||||
"@tiptap/extension-bold": "^3.19.0",
|
||||
"@tiptap/extension-code": "^3.19.0",
|
||||
"@tiptap/extension-code-block-lowlight": "^3.19.0",
|
||||
"@tiptap/extension-document": "^3.19.0",
|
||||
"@tiptap/extension-hard-break": "^3.19.0",
|
||||
"@tiptap/extension-horizontal-rule": "^3.19.0",
|
||||
"@tiptap/extension-italic": "^3.19.0",
|
||||
"@tiptap/extension-link": "^3.19.0",
|
||||
"@tiptap/extension-list": "^3.19.0",
|
||||
"@tiptap/extension-paragraph": "^3.19.0",
|
||||
"@tiptap/extension-strike": "^3.19.0",
|
||||
"@tiptap/extension-table": "^3.19.0",
|
||||
"@tiptap/extension-text": "^3.19.0",
|
||||
"@tiptap/extension-underline": "^3.19.0",
|
||||
"@tiptap/extensions": "^3.19.0",
|
||||
"@tiptap/markdown": "^3.19.0",
|
||||
"@tiptap/pm": "^3.19.0",
|
||||
"@tiptap/react": "^3.19.0",
|
||||
"@tiptap/suggestion": "^3.19.0",
|
||||
"@tanstack/react-db": "^0.1.79",
|
||||
"@tanstack/react-form": "^1.28.6",
|
||||
"@tanstack/react-query": "^5.96.1",
|
||||
"@tanstack/react-router": "^1.168.10",
|
||||
"@tanstack/react-virtual": "^3.13.23",
|
||||
"@tiptap/core": "^3.22.1",
|
||||
"@tiptap/extension-blockquote": "^3.22.1",
|
||||
"@tiptap/extension-bold": "^3.22.1",
|
||||
"@tiptap/extension-code": "^3.22.1",
|
||||
"@tiptap/extension-code-block-lowlight": "^3.22.1",
|
||||
"@tiptap/extension-document": "^3.22.1",
|
||||
"@tiptap/extension-hard-break": "^3.22.1",
|
||||
"@tiptap/extension-horizontal-rule": "^3.22.1",
|
||||
"@tiptap/extension-italic": "^3.22.1",
|
||||
"@tiptap/extension-link": "^3.22.1",
|
||||
"@tiptap/extension-list": "^3.22.1",
|
||||
"@tiptap/extension-paragraph": "^3.22.1",
|
||||
"@tiptap/extension-strike": "^3.22.1",
|
||||
"@tiptap/extension-table": "^3.22.1",
|
||||
"@tiptap/extension-text": "^3.22.1",
|
||||
"@tiptap/extension-underline": "^3.22.1",
|
||||
"@tiptap/extensions": "^3.22.1",
|
||||
"@tiptap/markdown": "^3.22.1",
|
||||
"@tiptap/pm": "^3.22.1",
|
||||
"@tiptap/react": "^3.22.1",
|
||||
"@tiptap/suggestion": "^3.22.1",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"cmdk": "^1.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"immer": "^11.1.3",
|
||||
"immer": "^11.1.4",
|
||||
"is-hotkey": "^0.2.0",
|
||||
"lucide-react": "^0.563.0",
|
||||
"re-resizable": "^6.11.2",
|
||||
"react": "^19.2.4",
|
||||
"react-circular-progressbar": "^2.2.0",
|
||||
"react-day-picker": "^9.13.1",
|
||||
"react-day-picker": "^9.14.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-intersection-observer": "^10.0.2",
|
||||
"react-intersection-observer": "^10.0.3",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tiptap-extension-auto-joiner": "^0.1.3",
|
||||
"ts-pattern": "^5.8.0",
|
||||
"ts-pattern": "^5.9.0",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Account } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createAccountsCollection = () => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Download } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createDownloadsCollection = (userId: string) => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Metadata } from '@colanode/client/types';
|
||||
|
||||
@@ -11,6 +11,8 @@ export const createMetadataCollection = () => {
|
||||
getKey(item) {
|
||||
return buildMetadataKey(item.namespace, item.key);
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady, collection }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
import { createCollection, parseLoadSubsetOptions } from '@tanstack/react-db';
|
||||
import {
|
||||
BasicIndex,
|
||||
createCollection,
|
||||
parseLoadSubsetOptions,
|
||||
} from '@tanstack/react-db';
|
||||
|
||||
import { NodeReaction } from '@colanode/client/types';
|
||||
import {
|
||||
@@ -10,6 +14,8 @@ export const createNodeReactionsCollection = (userId: string) => {
|
||||
const loadedNodeIds = new Set<string>();
|
||||
return createCollection<NodeReaction, string>({
|
||||
syncMode: 'on-demand',
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
getKey(item) {
|
||||
return buildNodeReactionKey(
|
||||
item.nodeId,
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
import { createCollection, parseLoadSubsetOptions } from '@tanstack/react-db';
|
||||
import {
|
||||
BasicIndex,
|
||||
createCollection,
|
||||
parseLoadSubsetOptions,
|
||||
} from '@tanstack/react-db';
|
||||
|
||||
import { LocalNode } from '@colanode/client/types';
|
||||
import { applyNodeTransaction } from '@colanode/ui/lib/nodes';
|
||||
@@ -8,6 +12,8 @@ export const createNodesCollection = (userId: string) => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
syncMode: 'on-demand',
|
||||
|
||||
sync: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Server } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createServersCollection = () => {
|
||||
getKey(item) {
|
||||
return item.domain;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Tab } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createTabsCollection = () => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { TempFile } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createTempFilesCollection = () => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Upload } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createUploadsCollection = (userId: string) => {
|
||||
getKey(item) {
|
||||
return item.fileId;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { User } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createUsersCollection = (userId: string) => {
|
||||
getKey(item) {
|
||||
return item.id;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createCollection } from '@tanstack/react-db';
|
||||
import { BasicIndex, createCollection } from '@tanstack/react-db';
|
||||
|
||||
import { Workspace } from '@colanode/client/types';
|
||||
|
||||
@@ -7,6 +7,8 @@ export const createWorkspacesCollection = () => {
|
||||
getKey(item) {
|
||||
return item.userId;
|
||||
},
|
||||
defaultIndexType: BasicIndex,
|
||||
autoIndex: 'eager',
|
||||
sync: {
|
||||
sync({ begin, write, commit, markReady }) {
|
||||
window.colanode
|
||||
|
||||
@@ -683,7 +683,7 @@ const combineWithOr = (
|
||||
};
|
||||
|
||||
const isValueMissing = (value: unknown): BooleanExpression => {
|
||||
return or(isNull(value), isUndefined(value));
|
||||
return or(isNull(value as never), isUndefined(value as never));
|
||||
};
|
||||
|
||||
const isValuePresent = (value: unknown): BooleanExpression => {
|
||||
|
||||
@@ -10,18 +10,18 @@
|
||||
"seed": "tsx src/seed/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^10.3.0",
|
||||
"@types/adm-zip": "^0.5.7",
|
||||
"@types/better-sqlite3": "^7.6.12",
|
||||
"@faker-js/faker": "^10.4.0",
|
||||
"@types/adm-zip": "^0.5.8",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/svg-sprite": "^0.0.39"
|
||||
},
|
||||
"dependencies": {
|
||||
"@colanode/core": "*",
|
||||
"@colanode/crdt": "*",
|
||||
"adm-zip": "^0.5.16",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"adm-zip": "^0.5.17",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"ky": "^1.14.3",
|
||||
"svg-sprite": "^2.0.4",
|
||||
"svgo": "^4.0.0"
|
||||
"svgo": "^4.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user