Skip to content

Commit bc04207

Browse files
authored
update @types/react(-dom)? (#296)
1 parent eaa54cc commit bc04207

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@happy-dom/global-registrator": "^15.7.4",
1414
"@types/acorn": "^6.0.0",
15-
"@types/bun": "^1.1.6",
15+
"@types/bun": "^1.1.12",
1616
"@typescript-eslint/eslint-plugin": "^8.0.0",
1717
"@typescript-eslint/parser": "^8.0.0",
1818
"basis": "github:TroyAlford/basis#v1.1.0",
@@ -42,8 +42,8 @@
4242
"main": "dist/react-jsx-parser.min.js",
4343
"name": "react-jsx-parser",
4444
"optionalDependencies": {
45-
"@types/react": "^18.3.3",
46-
"@types/react-dom": "^18.3.0"
45+
"@types/react": "^18.3.12",
46+
"@types/react-dom": "^18.3.1"
4747
},
4848
"patchedDependencies": {
4949
@@ -64,5 +64,5 @@
6464
"test": "bun lint && bun test"
6565
},
6666
"types": "dist/index.d.ts",
67-
"version": "2.2.1"
67+
"version": "2.2.2"
6868
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
# bun ./bun.lockb --hash: 15091C822B9FC83D-776bcda43283f055-E0C6084E5FA72E8B-0ff9ef38ad8d8d1e
3+
# bun ./bun.lockb --hash: 8C88DBD55FF92FBC-bb2de4c140c43533-038EFB1E6D5E3297-beb4e9318a1d4877
44

55

66
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
@@ -189,12 +189,12 @@
189189
dependencies:
190190
acorn "*"
191191

192-
"@types/bun@^1.1.6":
193-
version "1.1.9"
194-
resolved "https://registry.npmjs.org/@types/bun/-/bun-1.1.9.tgz"
195-
integrity sha512-SXJRejXpmAc3qxyN/YS4/JGWEzLf4dDBa5fLtRDipQXHqNccuMU4EUYCooXNTsylG0DmwFQsGgEDHxZF+3DqRw==
192+
"@types/bun@^1.1.12":
193+
version "1.1.12"
194+
resolved "https://registry.npmjs.org/@types/bun/-/bun-1.1.12.tgz"
195+
integrity sha512-UkewJesRDP3+AW30Gc8hvxuIt+vHgYZXmVOKaXV8xnwAnMXTAs3XZDsa/jW+LSdAYhHslokSm72lq63FYYjZqA==
196196
dependencies:
197-
bun-types "1.1.27"
197+
bun-types "1.1.32"
198198

199199
"@types/estree@^1.0.6":
200200
version "1.0.6"
@@ -223,18 +223,18 @@
223223
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz"
224224
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
225225

226-
"@types/react@*", "@types/react@^18.3.3":
227-
version "18.3.5"
228-
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz"
229-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
226+
"@types/react@*", "@types/react@^18.3.12":
227+
version "18.3.12"
228+
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz"
229+
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
230230
dependencies:
231231
csstype "^3.0.2"
232232
"@types/prop-types" "*"
233233

234-
"@types/react-dom@^18.3.0":
235-
version "18.3.0"
236-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz"
237-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
234+
"@types/react-dom@^18.3.1":
235+
version "18.3.1"
236+
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz"
237+
integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==
238238
dependencies:
239239
"@types/react" "*"
240240

@@ -524,10 +524,10 @@ braces@^3.0.3:
524524
dependencies:
525525
fill-range "^7.1.1"
526526

527-
528-
version "1.1.27"
529-
resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.1.27.tgz"
530-
integrity sha512-rHXAiIDefeMS/fleNM1rRDYqolJGNRdch3+AuCRwcZWaqTa1vjGBNsahH/HVV7Y82frllYhJomCVSEiHzLzkgg==
527+
528+
version "1.1.32"
529+
resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.1.32.tgz"
530+
integrity sha512-Lxgux4InO/WRjSAEy3iyDscsnDXR8+3rgNDeZYjPAizFYjUraoNuMl9PuRd9XMgFZgdyQwaUX7/QHmOw5KGFQw==
531531
dependencies:
532532
"@types/ws" "~8.5.10"
533533
"@types/node" "~20.12.8"

0 commit comments

Comments
 (0)