Update dependency uikit to v3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
c9853f6217
commit
d5c34511b9
2 changed files with 6 additions and 13 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -14,7 +14,7 @@
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
||||||
"js-md5": "0.8.3",
|
"js-md5": "0.8.3",
|
||||||
"uikit": "2.27.4"
|
"uikit": "3.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "17.0.1",
|
"browserify": "17.0.1",
|
||||||
|
@ -3732,11 +3732,6 @@
|
||||||
"url": "https://github.com/sponsors/isaacs"
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-promise": {
|
|
||||||
"version": "0.5.14",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-promise/-/node-promise-0.5.14.tgz",
|
|
||||||
"integrity": "sha512-kbd+ABY2XRdByRVHPcBDemymfNL8+msGyKNxG/ziZnh9RjneuuGQl3/CE5UkNWxCInkJS+ztc5B31/t2kIO4Yw=="
|
|
||||||
},
|
|
||||||
"node_modules/nopt": {
|
"node_modules/nopt": {
|
||||||
"version": "8.0.0",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
|
||||||
|
@ -5594,12 +5589,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/uikit": {
|
"node_modules/uikit": {
|
||||||
"version": "2.27.4",
|
"version": "3.23.0",
|
||||||
"resolved": "https://registry.npmjs.org/uikit/-/uikit-2.27.4.tgz",
|
"resolved": "https://registry.npmjs.org/uikit/-/uikit-3.23.0.tgz",
|
||||||
"integrity": "sha512-dylNikIJ8sB6Sd1AP6YETb+R5bIkjTnGeuu/yLhO9elQ4oLu8CIA+u5zCC7a9m7axbDUALy12qr32nvgRyO5HA==",
|
"integrity": "sha512-8lPL2pzmtvDga1wVnHOKpyG1vL1d68hSYLwu7eHmtY0s+1h6v/J+f9vKvW9EBW5mRbyirOanq+4DgE0ybcDemw==",
|
||||||
"dependencies": {
|
"license": "MIT"
|
||||||
"node-promise": "^0.5.10"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"node_modules/umd": {
|
"node_modules/umd": {
|
||||||
"version": "3.0.3",
|
"version": "3.0.3",
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
||||||
"js-md5": "0.8.3",
|
"js-md5": "0.8.3",
|
||||||
"uikit": "2.27.4"
|
"uikit": "3.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "17.0.1",
|
"browserify": "17.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue