update package.json

This commit is contained in:
Milos Stojanovic
2024-12-12 12:29:43 +01:00
parent d1aa55f41f
commit a1e8a411b2
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"buefy": "^0.7.10",
"buefy": "^0.8.20",
"concurrently": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
@@ -5746,10 +5746,11 @@
}
},
"node_modules/buefy": {
"version": "0.7.10",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz",
"integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==",
"version": "0.8.20",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.20.tgz",
"integrity": "sha512-pg8Cn0m9cjqp2/vaKT4VIfU8KIumuX/gAT1GtearXRs56+kKqAPx3j9O8cm9W6P4jPUCHajKX6H8AqD0ram2Bg==",
"dev": true,
"license": "MIT",
"dependencies": {
"bulma": "0.7.5"
},
@@ -5758,7 +5759,7 @@
"npm": ">= 3.0.0"
},
"peerDependencies": {
"vue": "^2.5.13"
"vue": "^2.5.18"
}
},
"node_modules/buffer": {
@@ -25643,9 +25644,9 @@
}
},
"buefy": {
"version": "0.7.10",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz",
"integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==",
"version": "0.8.20",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.20.tgz",
"integrity": "sha512-pg8Cn0m9cjqp2/vaKT4VIfU8KIumuX/gAT1GtearXRs56+kKqAPx3j9O8cm9W6P4jPUCHajKX6H8AqD0ram2Bg==",
"dev": true,
"requires": {
"bulma": "0.7.5"

View File

@@ -29,7 +29,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"buefy": "^0.7.10",
"buefy": "^0.8.20",
"concurrently": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",