Skip to content

Commit c2fa28c

Browse files
Merge pull request #190 from LiamMorrow/renovate/jquery-4.x
Update dependency jquery to v4
2 parents 7e8bb6d + 4472369 commit c2fa28c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/chat-app/ChatApp.Server/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@microsoft/signalr": "^10.0.0",
7-
"jquery": "^3.6.0",
7+
"jquery": "^4.0.0",
88
"merge": "^2.1.1",
99
"oidc-client": "^1.11.5",
1010
"react": "^19.0.0",

example/chat-app/ChatApp.Server/ClientApp/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6606,10 +6606,10 @@ jest@^27.4.3:
66066606
import-local "^3.0.2"
66076607
jest-cli "^27.5.1"
66086608

6609-
jquery@^3.6.0:
6610-
version "3.7.1"
6611-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
6612-
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
6609+
jquery@^4.0.0:
6610+
version "4.0.0"
6611+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
6612+
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
66136613

66146614
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
66156615
version "4.0.0"

0 commit comments

Comments
 (0)