chore: dependency updates + fixed a minor bug with edit folder

This commit is contained in:
Liyas Thomas
2020-09-17 06:08:26 +05:30
parent d425a1b2c0
commit af2b726a38
3 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ export default {
this.syncCollections()
},
editFolder(payload) {
const { collectionIndex, folder, folderIndex } = payload
const { collection, collectionIndex, folder, folderIndex } = payload
this.$data.editingCollection = collection
this.$data.editingCollectionIndex = collectionIndex
this.$data.editingFolder = folder

6
package-lock.json generated
View File

@@ -12576,9 +12576,9 @@
"integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
},
"prettier": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz",
"integrity": "sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true
},
"pretty": {

View File

@@ -63,7 +63,7 @@
"jest": "^26.4.2",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.14.1",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"sass-loader": "^10.0.2",
"vue-jest": "^3.0.7"