1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

npm: Use jquery via npm instead of CDN

This commit is contained in:
Henrik Hautakoski 2022-01-25 15:57:14 +01:00
parent 2b7274e8b0
commit 7e3f30c512
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
6 changed files with 41 additions and 5 deletions

13
package-lock.json generated
View file

@ -12,6 +12,7 @@
"alpinejs": "^3.8.1",
"anchor-js": "^4.1.0",
"clipboard": "^2.0.4",
"jquery": "^3.4.1",
"lunr": "^2.3.9",
"tippy.js": "^5.2.1",
"webpack": "^5.67.0",
@ -754,6 +755,12 @@
"node": ">= 10.13.0"
}
},
"node_modules/jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
"dev": true
},
"node_modules/json-parse-better-errors": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
@ -2043,6 +2050,12 @@
"supports-color": "^8.0.0"
}
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
"dev": true
},
"json-parse-better-errors": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",