Skip to content

Commit

Permalink
changed react version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocktho committed Jun 20, 2023
1 parent 3282afd commit 2392012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"./types.d.ts"
],
"jsx": "react-jsx",
"jsxImportSource": "https://esm.sh/v113/[email protected]"
"jsxImportSource": "https://esm.sh/v126/[email protected]"
},
"importMap": "./import_map.json",
"fmt": {
Expand Down
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"aleph/plugins/react": "./framework/react/plugin.ts",
"@unocss/core": "https://esm.sh/v113/@unocss/[email protected]",
"@unocss/preset-uno": "https://esm.sh/v113/@unocss/[email protected]",
"react": "https://esm.sh/v113/[email protected]",
"react": "https://esm.sh/v126/[email protected]",
"react-dom": "https://esm.sh/v113/[email protected]",
"react-dom/": "https://esm.sh/v113/[email protected]/",
"@mdx-js/react": "https://esm.sh/v113/@mdx-js/[email protected]"
Expand Down

0 comments on commit 2392012

Please sign in to comment.