@lit-labs/ssr-react
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,3 +6,2 @@ /** | ||
*/ | ||
/// <reference path="src/custom_typings/react-jsx-runtime.d.ts" /> | ||
/** | ||
@@ -9,0 +8,0 @@ * @fileoverview To serve as JSX import source for runtime JSX transforms in |
@@ -6,3 +6,2 @@ /** | ||
*/ | ||
/// <reference path="src/custom_typings/react-jsx-runtime.d.ts" /> | ||
/** | ||
@@ -9,0 +8,0 @@ * @fileoverview To serve as JSX import source for runtime JSX transforms in |
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
export declare const createElement: <P>(type: React.ElementType<P>, props: React.PropsWithChildren<P> | null, ...children: React.ReactNode[]) => React.ReactElement<any, string | React.JSXElementConstructor<any>>; | ||
export declare const createElement: <P>(type: React.ElementType<P>, props: React.PropsWithChildren<P> | null, ...children: React.ReactNode[]) => React.ReactElement; | ||
//# sourceMappingURL=create-element.d.ts.map |
@@ -32,2 +32,4 @@ /** | ||
customElementHostStack: [], | ||
eventTargetStack: [], | ||
slotStack: [], | ||
deferHydration: false, | ||
@@ -34,0 +36,0 @@ }; |
@@ -6,3 +6,2 @@ /** | ||
*/ | ||
/// <reference path="../../src/custom_typings/react-jsx-runtime.d.ts" /> | ||
import type { jsx, jsxs } from 'react/jsx-runtime'; | ||
@@ -9,0 +8,0 @@ import type { jsxDEV } from 'react/jsx-dev-runtime'; |
@@ -8,4 +8,4 @@ /** | ||
export declare const jsxDEV: <P extends { | ||
children?: import("react").ReactNode | import("react").ReactNode[]; | ||
children?: import("react").ReactNode[] | import("react").ReactNode; | ||
}>(type: import("react").ElementType<P>, props: P, key: string | undefined, isStaticChildren: boolean, source: Object, self: Object) => any; | ||
//# sourceMappingURL=jsx-dev-runtime.d.ts.map |
{ | ||
"name": "@lit-labs/ssr-react", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"publishConfig": { | ||
@@ -50,8 +50,8 @@ "access": "public" | ||
"dependencies": { | ||
"@lit-labs/ssr": "^3.2.2", | ||
"@lit-labs/ssr": "^3.3.0", | ||
"@lit-labs/ssr-client": "^1.1.7" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "17 || 18", | ||
"react": "17 || 18" | ||
"@types/react": "17 || 18 || 19", | ||
"react": "17 || 18 || 19" | ||
}, | ||
@@ -103,3 +103,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@lit/react": "1.0.5", | ||
"@lit/react": "1.0.7", | ||
"@types/node": "^20.11.25", | ||
@@ -106,0 +106,0 @@ "@types/react": "^18.0.27", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60836
567
+ Added@types/react@19.0.10(transitive)
+ Addedreact@19.0.0(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@18.3.18(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
Updated@lit-labs/ssr@^3.3.0