Skip to content

Commit 232558b

Browse files
committed
pnpm update
1 parent 3f7cc89 commit 232558b

File tree

8 files changed

+343
-442
lines changed

8 files changed

+343
-442
lines changed

demo/cloudflare-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"wrangler-tail": "wrangler tail"
99
},
1010
"devDependencies": {
11-
"wrangler": "^3.14.0"
11+
"wrangler": "^3.22.3"
1212
}
1313
}

demo/frontend/package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,31 @@
1111
"release": "pnpm build && wrangler pages deploy dist"
1212
},
1313
"dependencies": {
14-
"@mantine/code-highlight": "^7.1.5",
15-
"@mantine/core": "^7.1.5",
16-
"@mantine/form": "^7.1.5",
17-
"@mantine/hooks": "^7.1.5",
14+
"@mantine/code-highlight": "^7.4.0",
15+
"@mantine/core": "^7.4.0",
16+
"@mantine/form": "^7.4.0",
17+
"@mantine/hooks": "^7.4.0",
1818
"@orbitinghail/sqlsync-react": "workspace:*",
1919
"@orbitinghail/sqlsync-worker": "workspace:*",
20-
"@tabler/icons-react": "^2.39.0",
20+
"@tabler/icons-react": "^2.45.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"react-github-btn": "^1.4.0",
2424
"react-qr-code": "^2.0.12",
25-
"react-router-dom": "^6.17.0",
25+
"react-router-dom": "^6.21.1",
2626
"uuid": "^9.0.1"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20.8.8",
30-
"@types/react": "^18.2.31",
31-
"@types/react-dom": "^18.2.14",
32-
"@types/uuid": "^9.0.6",
33-
"@types/wicg-file-system-access": "^2020.9.8",
29+
"@types/node": "^20.10.7",
30+
"@types/react": "^18.2.47",
31+
"@types/react-dom": "^18.2.18",
32+
"@types/uuid": "^9.0.7",
3433
"@vitejs/plugin-react": "^4.2.1",
3534
"autoprefixer": "^10.4.16",
36-
"postcss": "^8.4.31",
37-
"postcss-preset-mantine": "^1.9.0",
38-
"typescript": "^5.2.2",
35+
"postcss": "^8.4.33",
36+
"postcss-preset-mantine": "^1.12.3",
37+
"typescript": "^5.3.3",
3938
"vite": "^5.0.11",
40-
"wrangler": "^3.14.0"
39+
"wrangler": "^3.22.3"
4140
}
42-
}
41+
}

examples/guestbook-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"uuid": "^9.0.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.2.43",
20-
"@types/react-dom": "^18.2.17",
21-
"@types/uuid": "^9.0.6",
19+
"@types/react": "^18.2.47",
20+
"@types/react-dom": "^18.2.18",
21+
"@types/uuid": "^9.0.7",
2222
"@vitejs/plugin-react": "^4.2.1",
23-
"typescript": "^5.2.2",
23+
"typescript": "^5.3.3",
2424
"vite": "^5.0.11"
2525
}
2626
}

examples/guestbook-solid-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@orbitinghail/sqlsync-solid-js": "workspace:*",
1313
"@orbitinghail/sqlsync-worker": "workspace:*",
14-
"solid-js": "^1.8.7",
14+
"solid-js": "^1.8.8",
1515
"uuid": "^9.0.1"
1616
},
1717
"devDependencies": {
18-
"@types/uuid": "^9.0.6",
19-
"typescript": "^5.2.2",
18+
"@types/uuid": "^9.0.7",
19+
"typescript": "^5.3.3",
2020
"vite": "^5.0.11",
2121
"vite-plugin-solid": "^2.8.0",
2222
"vitest": "^1.1.3"

lib/sqlsync-react/package.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
7+
"keywords": [
8+
"sqlsync",
9+
"sql",
10+
"database",
11+
"sqlite",
12+
"offline-first",
13+
"local-first"
14+
],
815
"repository": {
916
"type": "git",
1017
"url": "https://github.com/orbitinghail/sqlsync"
1118
},
1219
"type": "module",
13-
"files": ["dist"],
20+
"files": [
21+
"dist"
22+
],
1423
"main": "./src/index.ts",
1524
"types": "./src/index.ts",
1625
"exports": {
@@ -35,19 +44,19 @@
3544
"build": "rollup --config"
3645
},
3746
"devDependencies": {
47+
"@orbitinghail/sqlsync-worker": "workspace:^",
3848
"@rollup/plugin-node-resolve": "^15.2.3",
3949
"@rollup/plugin-typescript": "^11.1.5",
40-
"@types/react": "^18.2.31",
41-
"@types/react-dom": "^18.2.14",
42-
"@orbitinghail/sqlsync-worker": "workspace:^",
50+
"@types/react": "^18.2.47",
51+
"@types/react-dom": "^18.2.18",
4352
"rollup": "^3.29.4",
4453
"tslib": "^2.6.2",
45-
"typescript": "^5.2.2"
54+
"typescript": "^5.3.3"
4655
},
4756
"peerDependencies": {
57+
"@orbitinghail/sqlsync-worker": "workspace:^",
4858
"react": "^18.2.0",
49-
"react-dom": "^18.2.0",
50-
"@orbitinghail/sqlsync-worker": "workspace:^"
59+
"react-dom": "^18.2.0"
5160
},
5261
"dependencies": {
5362
"fast-equals": "^5.0.1"

lib/sqlsync-solid-js/package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first", "solid-js"],
7+
"keywords": [
8+
"sqlsync",
9+
"sql",
10+
"database",
11+
"sqlite",
12+
"offline-first",
13+
"local-first",
14+
"solid-js"
15+
],
816
"repository": {
917
"type": "git",
1018
"url": "https://github.com/orbitinghail/sqlsync"
1119
},
1220
"type": "module",
13-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
1424
"main": "./src/index.ts",
1525
"types": "./src/index.ts",
1626
"exports": {
@@ -35,20 +45,20 @@
3545
"build": "rollup --config"
3646
},
3747
"devDependencies": {
48+
"@orbitinghail/sqlsync-worker": "workspace:^",
3849
"@rollup/plugin-babel": "^6.0.4",
3950
"@rollup/plugin-node-resolve": "^15.2.3",
4051
"@rollup/plugin-typescript": "^11.1.5",
41-
"@types/node": "^20.8.8",
52+
"@types/node": "^20.10.7",
4253
"babel-preset-solid": "^1.8.8",
43-
"@orbitinghail/sqlsync-worker": "workspace:^",
4454
"rollup": "^3.29.4",
45-
"typescript": "^5.2.2"
55+
"typescript": "^5.3.3"
4656
},
4757
"dependencies": {
4858
"fast-equals": "^5.0.1"
4959
},
5060
"peerDependencies": {
51-
"solid-js": "^1.8.7",
52-
"@orbitinghail/sqlsync-worker": "workspace:^"
61+
"@orbitinghail/sqlsync-worker": "workspace:^",
62+
"solid-js": "^1.8.7"
5363
}
5464
}

lib/sqlsync-worker/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
7+
"keywords": [
8+
"sqlsync",
9+
"sql",
10+
"database",
11+
"sqlite",
12+
"offline-first",
13+
"local-first"
14+
],
815
"repository": {
916
"type": "git",
1017
"url": "https://github.com/orbitinghail/sqlsync"
@@ -50,10 +57,10 @@
5057
"@rollup/plugin-typescript": "^11.1.5",
5158
"rollup": "^3.29.4",
5259
"tslib": "^2.6.2",
53-
"typescript": "^5.2.2"
60+
"typescript": "^5.3.3"
5461
},
5562
"dependencies": {
56-
"@scure/base": "^1.1.3",
63+
"@scure/base": "^1.1.5",
5764
"fast-sha256": "^1.3.0"
5865
}
5966
}

0 commit comments

Comments
 (0)