Skip to content

Commit

Permalink
Merge pull request #48 from orbitinghail:carlsverre/issue47
Browse files Browse the repository at this point in the history
update npm & cargo deps
  • Loading branch information
carlsverre authored Jan 24, 2024
2 parents 8a017f1 + 07fea64 commit d88c36b
Show file tree
Hide file tree
Showing 10 changed files with 450 additions and 540 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sha2 = "0.10.8"
serde-wasm-bindgen = "0.6"

# specific revision of tsify needed for serde updates
tsify = { git = "https://github.com/carlsverre/tsify", rev = "c05a60b6ae15b2869bf63f618940dc56ef516d1d", default-features = false }
tsify = { git = "https://github.com/siefkenj/tsify", rev = "145ed4c8ef6417003e182fad41d1c0f26ed645e5", default-features = false }

# specific revision of gloo needed for:
# - parse_message receiving a uint8array directly
Expand All @@ -67,10 +67,10 @@ features = ["futures"]
git = "https://github.com/trevyn/rusqlite"
features = ["bundled", "wasm32-unknown-unknown-openbsd-libc"]
# on branch: https://github.com/trevyn/rusqlite/tree/wasm32-unknown-unknown
rev = "c4711800a851b304af0ead5fafd0331c047e9cc7"
rev = "504eff51ece3e4f07b2c01c57e2e06602f63bb01"

[workspace.dependencies.rusqlite]
git = "https://github.com/trevyn/rusqlite"
features = ["bundled", "hooks", "modern_sqlite"]
# on branch: https://github.com/trevyn/rusqlite/tree/wasm32-unknown-unknown
rev = "c4711800a851b304af0ead5fafd0331c047e9cc7"
rev = "504eff51ece3e4f07b2c01c57e2e06602f63bb01"
2 changes: 1 addition & 1 deletion demo/cloudflare-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"wrangler-tail": "wrangler tail"
},
"devDependencies": {
"wrangler": "^3.22.4"
"wrangler": "^3.24.0"
}
}
22 changes: 11 additions & 11 deletions demo/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"release": "pnpm build && wrangler pages deploy dist"
},
"dependencies": {
"@mantine/code-highlight": "^7.4.0",
"@mantine/core": "^7.4.0",
"@mantine/form": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"@mantine/code-highlight": "^7.4.2",
"@mantine/core": "^7.4.2",
"@mantine/form": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@orbitinghail/sqlsync-react": "workspace:*",
"@orbitinghail/sqlsync-worker": "workspace:*",
"@tabler/icons-react": "^2.45.0",
"@tabler/icons-react": "^2.46.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.21.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"wrangler": "^3.22.3"
"vite": "^5.0.12",
"wrangler": "^3.24.0"
}
}
4 changes: 2 additions & 2 deletions examples/guestbook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
}
}
8 changes: 4 additions & 4 deletions examples/guestbook-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@orbitinghail/sqlsync-solid-js": "workspace:*",
"@orbitinghail/sqlsync-worker": "workspace:*",
"solid-js": "^1.8.8",
"solid-js": "^1.8.12",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.0",
"vitest": "^1.1.3"
"vite": "^5.0.12",
"vite-plugin-solid": "^2.9.1",
"vitest": "^1.2.1"
}
}
20 changes: 15 additions & 5 deletions lib/sqlsync-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first"
],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
},
"type": "module",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand All @@ -37,10 +47,10 @@
"devDependencies": {
"@orbitinghail/sqlsync-worker": "workspace:^",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.47",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"rollup": "^4.9.4",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
Expand Down
23 changes: 17 additions & 6 deletions lib/sqlsync-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first", "solid-js"],
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first",
"solid-js"
],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
},
"type": "module",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down Expand Up @@ -38,10 +49,10 @@
"@orbitinghail/sqlsync-worker": "workspace:^",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.10.7",
"babel-preset-solid": "^1.8.8",
"rollup": "^4.9.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.6",
"babel-preset-solid": "^1.8.12",
"rollup": "^4.9.6",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
13 changes: 10 additions & 3 deletions lib/sqlsync-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first"
],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
Expand Down Expand Up @@ -48,8 +55,8 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"rollup": "^4.9.4",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit d88c36b

Please sign in to comment.