Skip to content

Commit 31c4ac8

Browse files
chore(deps): try to update jquery and its types to ^4.0.0 but that fails with golden layout, stay at latest version 3 instead
1 parent 164e358 commit 31c4ac8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.npm-upgrade.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"golden-layout": {
44
"versions": ">1",
55
"reason": "Incompatible"
6+
},
7+
"jquery": {
8+
"versions": ">3",
9+
"reason": "Incompatible"
10+
},
11+
"@types/jquery": {
12+
"versions": ">3",
13+
"reason": "Incompatible"
614
}
715
}
816
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://github.com/snikproject/graph#readme",
88
"dependencies": {
99
"@types/cytoscape": "^3.21.9",
10-
"@types/jquery": "^3.5.33",
10+
"@types/jquery": "^3.5.32",
1111
"@types/micromodal": "^0.3.5",
1212
"@types/node": "^25.3.3",
1313
"@types/stats": "^0.16.30",

0 commit comments

Comments
 (0)