Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"homepage": "https://github.com/BitLucid/ninjawars#readme",
"devDependencies": {
"@types/eslint": "^9.0.0",
"@types/jquery": "^3.5.29",
"@types/jquery": "^4.0.0",
"cypress": "^14.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,10 @@ __metadata:
languageName: node
linkType: hard

"@types/jquery@npm:^3.5.29":
version: 3.5.29
resolution: "@types/jquery@npm:3.5.29"
dependencies:
"@types/sizzle": "npm:*"
checksum: 10/364facf2cb0bc935cb4b7f4af0b12c8e901b02b08a85af213172485166123b10aad8563f8e51e363f65a778c4105a59a64dedd0b0fd73f96557219d46477af56
"@types/jquery@npm:^4.0.0":
version: 4.0.0
resolution: "@types/jquery@npm:4.0.0"
checksum: 10/3a0491a1a2b7d0a9d471c318dcf245607c8af0954658a5d2758b9f746cd85a1ce362c37c2a3ab2a41ab24d67574e167d2f4e6a873fdceeef359536d73e03a804
languageName: node
linkType: hard

Expand Down Expand Up @@ -382,13 +380,6 @@ __metadata:
languageName: node
linkType: hard

"@types/sizzle@npm:*":
version: 2.3.3
resolution: "@types/sizzle@npm:2.3.3"
checksum: 10/586a9fb1f6ff3e325e0f2cc1596a460615f0bc8a28f6e276ac9b509401039dd242fa8b34496d3a30c52f5b495873922d09a9e76c50c2ab2bcc70ba3fb9c4e160
languageName: node
linkType: hard

"@types/sizzle@npm:^2.3.2":
version: 2.3.4
resolution: "@types/sizzle@npm:2.3.4"
Expand Down Expand Up @@ -4456,7 +4447,7 @@ __metadata:
resolution: "ninjawars@workspace:."
dependencies:
"@types/eslint": "npm:^9.0.0"
"@types/jquery": "npm:^3.5.29"
"@types/jquery": "npm:^4.0.0"
cypress: "npm:^14.0.0"
eslint: "npm:^9.0.0"
eslint-config-airbnb: "npm:^19.0.4"
Expand Down
Loading