Skip to content

Commit df072cb

Browse files
committed
fixes
1 parent 6df0ea6 commit df072cb

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

deno.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
"lib": ["dom", "dom.asynciterable", "deno.ns"],
77
"jsx": "react-jsx",
88
"jsxImportSource": "react",
9-
"jsxImportSourceTypes": "npm:@types/react@19.1.0"
9+
"jsxImportSourceTypes": "npm:@types/react@19.1.1"
1010
},
1111
"lock": false,
1212
"imports": {
1313
"builder": "https://deno.land/x/faster_react_core@v6.5/builder.ts",
1414
"@helpers/": "https://deno.land/x/faster_react_core@v6.5/helpers/",
1515
"@core": "./main.ts",
16-
"react": "npm:react@19.1.0",
17-
"react/": "npm:react@19.1.0/",
18-
"@types/react": "npm:@types/react@19.1.0",
19-
"@types/react-dom": "npm:@types/react-dom@19.1.0",
16+
"react": "npm:react@19.1.1",
17+
"react/": "npm:react@19.1.1/",
18+
"@types/react": "npm:@types/react@19.1.1",
19+
"@types/react-dom": "npm:@types/react-dom@19.1.1",
2020
"node:process": "https://esm.sh/v135/node_process.js",
2121
"i18next": "https://deno.land/x/i18next/index.js",
22-
"react-dom": "npm:react-dom@19.1.0",
23-
"react-dom/server": "npm:react-dom@19.1.0/server",
24-
"react-dom/client": "npm:react-dom@19.1.0/client",
25-
"react/jsx-runtime": "npm:react@19.1.0/jsx-runtime",
26-
"react/jsx-dev-runtime": "npm:react@19.1.0/jsx-dev-runtime",
27-
"walk": "jsr:@std/fs@1.0.17/walk",
28-
"path": "jsr:@std/path@1.0.9",
29-
"faster": "jsr:@hviana/faster@1.1.1",
30-
"deno_kv_fs": "jsr:@hviana/faster@1.1.1/deno-kv-fs",
31-
"jose": "jsr:@hviana/faster@1.1.1/jose",
32-
"esbuild": "https://deno.land/x/esbuild@v0.25.4/mod.js",
33-
"esbuild-portable": "https://deno.land/x/esbuild@v0.25.4/wasm.js",
22+
"react-dom": "npm:react-dom@19.1.1",
23+
"react-dom/server": "npm:react-dom@19.1.1/server",
24+
"react-dom/client": "npm:react-dom@19.1.1/client",
25+
"react/jsx-runtime": "npm:react@19.1.1/jsx-runtime",
26+
"react/jsx-dev-runtime": "npm:react@19.1.1/jsx-dev-runtime",
27+
"walk": "jsr:@std/fs@1.0.19/walk",
28+
"path": "jsr:@std/path@1.1.1",
29+
"faster": "jsr:@hviana/faster@1.1.2",
30+
"deno_kv_fs": "jsr:@hviana/faster@1.1.2/deno-kv-fs",
31+
"jose": "jsr:@hviana/faster@1.1.2/jose",
32+
"esbuild": "https://deno.land/x/esbuild@v0.25.8/mod.js",
33+
"esbuild-portable": "https://deno.land/x/esbuild@v0.25.8/wasm.js",
3434
"esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@0.11.1",
3535
"b64": "jsr:@std/encoding@1.0.10/base64"
3636
},

0 commit comments

Comments
 (0)