Skip to content

Commit 2c30692

Browse files
chore(lib): update TypeScript Version to 5.3
1 parent 665b30a commit 2c30692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TypeScript Version: 5.0
1+
// TypeScript Version: 5.3
22
/* eslint-disable no-undef, no-unused-vars */
33

44
import {

lib/attributes-to-props.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TypeScript Version: 5.0
1+
// TypeScript Version: 5.3
22
/* eslint-disable no-unused-vars */
33

44
export type Attributes = Record<string, string>;

lib/dom-to-react.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TypeScript Version: 5.0
1+
// TypeScript Version: 5.3
22
/* eslint-disable no-undef, no-unused-vars */
33

44
import { DOMNode, HTMLReactParserOptions } from '..';

0 commit comments

Comments
 (0)