Skip to content

Commit 344ccad

Browse files
Merge pull request #1105 from remarkablemark/build/package
build(package): bump `react-property` from 2.0.0 to 2.0.2
2 parents 5b86309 + 2c30692 commit 344ccad

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
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 '..';

package-lock.json

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"domhandler": "5.0.3",
5353
"html-dom-parser": "5.0.2",
54-
"react-property": "2.0.0",
54+
"react-property": "2.0.2",
5555
"style-to-js": "1.1.8"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)