buefy-0.9
Manuel Kasper 2024-02-20 09:32:27 +01:00
rodzic a8bf61b3a8
commit 25b614242e
2 zmienionych plików z 14 dodań i 14 usunięć

26
package-lock.json wygenerowano
Wyświetl plik

@ -19,7 +19,7 @@
"@mapbox/mapbox-gl-draw": "github:manuelkasper/mapbox-gl-draw#sotlas",
"@tmcw/togeojson": "^3.2.0",
"axios": "^1.6.3",
"buefy": "^0.9.27",
"buefy": "^0.9.28",
"cheap-ruler": "^2.5.1",
"core-js": "^2.6.12",
"filepond": "^4.30.4",
@ -4082,9 +4082,9 @@
}
},
"node_modules/buefy": {
"version": "0.9.27",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.27.tgz",
"integrity": "sha512-1ppk5D5Scb6/vl25nTZVpTFN8UE9ylDjM5dM8zVvvmJhLIOFfx9a7v8aJrzrt/g/48PvucJs/JbhpVMu/1dzjg==",
"version": "0.9.28",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.28.tgz",
"integrity": "sha512-5K3UuZT2v4Gv3OXKrjZjlYNZJISwvzDHYYwNiBVzXY6c2QYxI1BmwQuXjSPqyvH5x7JvY9r38I6MRht5UurRVg==",
"dependencies": {
"bulma": "0.9.4"
},
@ -7866,9 +7866,9 @@
}
},
"node_modules/follow-redirects": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
"version": "1.15.5",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
"integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==",
"funding": [
{
"type": "individual",
@ -22064,9 +22064,9 @@
}
},
"buefy": {
"version": "0.9.27",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.27.tgz",
"integrity": "sha512-1ppk5D5Scb6/vl25nTZVpTFN8UE9ylDjM5dM8zVvvmJhLIOFfx9a7v8aJrzrt/g/48PvucJs/JbhpVMu/1dzjg==",
"version": "0.9.28",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.28.tgz",
"integrity": "sha512-5K3UuZT2v4Gv3OXKrjZjlYNZJISwvzDHYYwNiBVzXY6c2QYxI1BmwQuXjSPqyvH5x7JvY9r38I6MRht5UurRVg==",
"requires": {
"bulma": "0.9.4"
}
@ -25103,9 +25103,9 @@
}
},
"follow-redirects": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
"version": "1.15.5",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
"integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw=="
},
"for-in": {
"version": "1.0.2",

Wyświetl plik

@ -21,7 +21,7 @@
"@mapbox/mapbox-gl-draw": "github:manuelkasper/mapbox-gl-draw#sotlas",
"@tmcw/togeojson": "^3.2.0",
"axios": "^1.6.3",
"buefy": "^0.9.27",
"buefy": "^0.9.28",
"cheap-ruler": "^2.5.1",
"core-js": "^2.6.12",
"filepond": "^4.30.4",