Skip to content

Commit 1875610

Browse files
fix(deps): update typescript types packages
1 parent b9c2426 commit 1875610

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@researchgate/spire-config": "5.0.7",
5151
"@types/classnames": "2.3.4",
5252
"@types/prop-types": "15.7.15",
53-
"@types/react": "16.14.65",
53+
"@types/react": "19.1.9",
5454
"cross-env": "7.0.3",
5555
"enzyme": "3.11.0",
5656
"enzyme-adapter-react-16": "1.15.8",
@@ -66,7 +66,7 @@
6666
"typescript": "4.9.5"
6767
},
6868
"dependencies": {
69-
"@types/highlight.js": "^9.12.3",
69+
"@types/highlight.js": "^10.0.0",
7070
"clsx": "^1.1.1",
7171
"prop-types": "^15.5.6"
7272
},

yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,10 +2164,12 @@
21642164
dependencies:
21652165
"@types/node" "*"
21662166

2167-
"@types/highlight.js@^9.12.3":
2168-
version "9.12.4"
2169-
resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.4.tgz#8c3496bd1b50cc04aeefd691140aa571d4dbfa34"
2170-
integrity sha512-t2szdkwmg2JJyuCM20e8kR2X59WCE5Zkl4bzm1u1Oukjm79zpbiAv+QjnwLnuuV0WHEcX2NgUItu0pAMKuOPww==
2167+
"@types/highlight.js@^10.0.0":
2168+
version "10.1.0"
2169+
resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-10.1.0.tgz#89bb0c202997d7a90a07bd2ec1f7d00c56bb90b4"
2170+
integrity sha512-77hF2dGBsOgnvZll1vymYiNUtqJ8cJfXPD6GG/2M0aLRc29PkvB7Au6sIDjIEFcSICBhCh2+Pyq6WSRS7LUm6A==
2171+
dependencies:
2172+
highlight.js "*"
21712173

21722174
"@types/http-cache-semantics@*":
21732175
version "4.0.4"
@@ -2252,18 +2254,16 @@
22522254
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
22532255
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
22542256

2255-
"@types/prop-types@*", "@types/prop-types@15.7.15":
2257+
22562258
version "15.7.15"
22572259
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7"
22582260
integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==
22592261

2260-
"@types/react@16.14.65":
2261-
version "16.14.65"
2262-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.65.tgz#e7e4c1f7e90c3c615105c22e6e5cf43766663716"
2263-
integrity sha512-Guc3kE+W8LrQB9I3bF3blvNH15dXFIVIHIJTqrF8cp5XI/3IJcHGo4C3sJNPb8Zx49aofXKnAGIKyonE4f7XWg==
2262+
"@types/react@19.1.9":
2263+
version "19.1.9"
2264+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.9.tgz#f42b24f35474566a39b5c3a98e4d0c425b79a849"
2265+
integrity sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==
22642266
dependencies:
2265-
"@types/prop-types" "*"
2266-
"@types/scheduler" "^0.16"
22672267
csstype "^3.0.2"
22682268

22692269
"@types/responselike@^1.0.0":
@@ -2278,11 +2278,6 @@
22782278
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
22792279
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
22802280

2281-
"@types/scheduler@^0.16":
2282-
version "0.16.8"
2283-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
2284-
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
2285-
22862281
"@types/stack-utils@^1.0.1":
22872282
version "1.0.1"
22882283
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -5574,7 +5569,7 @@ hasown@^2.0.0, hasown@^2.0.2:
55745569
dependencies:
55755570
function-bind "^1.1.2"
55765571

5577-
5572+
highlight.js@*, highlight.js@11.11.1:
55785573
version "11.11.1"
55795574
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.11.1.tgz#fca06fa0e5aeecf6c4d437239135fabc15213585"
55805575
integrity sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==

0 commit comments

Comments
 (0)