Update HTMX
This commit is contained in:
parent
040647b506
commit
09dbbc407b
2 changed files with 9 additions and 8 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
||||||
"elevator.js": "1.0.1",
|
"elevator.js": "1.0.1",
|
||||||
"esbuild": "0.20.2",
|
"esbuild": "0.20.2",
|
||||||
"glightbox": "3.3.0",
|
"glightbox": "3.3.0",
|
||||||
"htmx.org": "1.9.2",
|
"htmx.org": "2.0.1",
|
||||||
"lite-youtube-embed": "0.3.2",
|
"lite-youtube-embed": "0.3.2",
|
||||||
"lodash.clamp": "4.0.3",
|
"lodash.clamp": "4.0.3",
|
||||||
"lodash.debounce": "4.0.8",
|
"lodash.debounce": "4.0.8",
|
||||||
|
@ -1924,9 +1924,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/htmx.org": {
|
"node_modules/htmx.org": {
|
||||||
"version": "1.9.2",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.2.tgz",
|
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.1.tgz",
|
||||||
"integrity": "sha512-ZGbucKcalQyXdGUl+4Zt3xdRDPmNy70yNhMyDG1eDYUm/ImxmSo2rhIBDa53XitrAVhA+/CGgry+wJ1SO77wrA=="
|
"integrity": "sha512-wO/rWlveSLD2mzRS9Em0v5hlsi6r21iUvaS17GPMgehBbM7eoQmqGQCkscsM67poF24zONgq3gQv+q/cgCHn2w==",
|
||||||
|
"license": "0BSD"
|
||||||
},
|
},
|
||||||
"node_modules/ignore": {
|
"node_modules/ignore": {
|
||||||
"version": "5.2.4",
|
"version": "5.2.4",
|
||||||
|
@ -5318,9 +5319,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"htmx.org": {
|
"htmx.org": {
|
||||||
"version": "1.9.2",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.2.tgz",
|
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.1.tgz",
|
||||||
"integrity": "sha512-ZGbucKcalQyXdGUl+4Zt3xdRDPmNy70yNhMyDG1eDYUm/ImxmSo2rhIBDa53XitrAVhA+/CGgry+wJ1SO77wrA=="
|
"integrity": "sha512-wO/rWlveSLD2mzRS9Em0v5hlsi6r21iUvaS17GPMgehBbM7eoQmqGQCkscsM67poF24zONgq3gQv+q/cgCHn2w=="
|
||||||
},
|
},
|
||||||
"ignore": {
|
"ignore": {
|
||||||
"version": "5.2.4",
|
"version": "5.2.4",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"elevator.js": "1.0.1",
|
"elevator.js": "1.0.1",
|
||||||
"esbuild": "0.20.2",
|
"esbuild": "0.20.2",
|
||||||
"glightbox": "3.3.0",
|
"glightbox": "3.3.0",
|
||||||
"htmx.org": "1.9.2",
|
"htmx.org": "2.0.1",
|
||||||
"lite-youtube-embed": "0.3.2",
|
"lite-youtube-embed": "0.3.2",
|
||||||
"lodash.clamp": "4.0.3",
|
"lodash.clamp": "4.0.3",
|
||||||
"lodash.debounce": "4.0.8",
|
"lodash.debounce": "4.0.8",
|
||||||
|
|
Loading…
Reference in a new issue