Skip to content

Commit 787db9e

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 5320aaf commit 787db9e

File tree

8 files changed

+23
-831
lines changed

8 files changed

+23
-831
lines changed

nqc/web/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react/jsx-runtime": "npm:react@^19.0.0/jsx-runtime",
1414
"@rescript/core": "npm:@rescript/core@^1.6.0",
1515
"@rescript/react": "npm:@rescript/react@^0.14.0",
16-
"rescript": "npm:rescript@^12.1.0"
16+
"rescript": "^12.0.0"
1717
},
1818
"nodeModulesDir": "auto"
1919
}

verisimdb/debugger/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

verisimdb/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

verisimdb/playground/deno.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "vql-playground",
3+
"version": "0.1.0",
4+
"tasks": {
5+
"res:build": "rescript",
6+
"res:dev": "rescript -w",
7+
"dev": "concurrently \"npm:res:dev\" \"npx serve public -l 3000\"",
8+
"build": "rescript && deno run -A build.mjs",
9+
"clean": "rescript clean"
10+
},
11+
"imports": {
12+
"@rescript/core": "npm:@rescript/core@^1.0.0",
13+
"rescript": "^12.0.0",
14+
"concurrently": "npm:concurrently@^9.0.0",
15+
"esbuild": "npm:esbuild@^0.24.0"
16+
}
17+
}

0 commit comments

Comments
 (0)