|
6 | 6 | "lib": ["dom", "dom.asynciterable", "deno.ns"], |
7 | 7 | "jsx": "react-jsx", |
8 | 8 | "jsxImportSource": "react", |
9 | | - "jsxImportSourceTypes": "npm:@types/react@19.1.0" |
| 9 | + "jsxImportSourceTypes": "npm:@types/react@19.1.1" |
10 | 10 | }, |
11 | 11 | "lock": false, |
12 | 12 | "imports": { |
13 | 13 | "builder": "https://deno.land/x/faster_react_core@v6.5/builder.ts", |
14 | 14 | "@helpers/": "https://deno.land/x/faster_react_core@v6.5/helpers/", |
15 | 15 | "@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", |
20 | 20 | "node:process": "https://esm.sh/v135/node_process.js", |
21 | 21 | "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", |
34 | 34 | "esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@0.11.1", |
35 | 35 | "b64": "jsr:@std/encoding@1.0.10/base64" |
36 | 36 | }, |
|
0 commit comments