Skip to content

Commit

Permalink
update @types/react(-dom)? (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyAlford authored Oct 30, 2024
1 parent eaa54cc commit bc04207
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@happy-dom/global-registrator": "^15.7.4",
"@types/acorn": "^6.0.0",
"@types/bun": "^1.1.6",
"@types/bun": "^1.1.12",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"basis": "github:TroyAlford/basis#v1.1.0",
Expand Down Expand Up @@ -42,8 +42,8 @@
"main": "dist/react-jsx-parser.min.js",
"name": "react-jsx-parser",
"optionalDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"patchedDependencies": {
"acorn-jsx@5.3.2": "patches/acorn-jsx@5.3.2.patch"
Expand All @@ -64,5 +64,5 @@
"test": "bun lint && bun test"
},
"types": "dist/index.d.ts",
"version": "2.2.1"
"version": "2.2.2"
}
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 15091C822B9FC83D-776bcda43283f055-E0C6084E5FA72E8B-0ff9ef38ad8d8d1e
# bun ./bun.lockb --hash: 8C88DBD55FF92FBC-bb2de4c140c43533-038EFB1E6D5E3297-beb4e9318a1d4877


"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
Expand Down Expand Up @@ -189,12 +189,12 @@
dependencies:
acorn "*"

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

"@types/estree@^1.0.6":
version "1.0.6"
Expand Down Expand Up @@ -223,18 +223,18 @@
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz"
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==

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

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

Expand Down Expand Up @@ -524,10 +524,10 @@ braces@^3.0.3:
dependencies:
fill-range "^7.1.1"

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

0 comments on commit bc04207

Please sign in to comment.