Browse Source

Adding the lastest version of lesspass-pure

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
031e8697cd
4 changed files with 18 additions and 18 deletions
  1. +1
    -1
      dist/lesspass.min.css
  2. +1
    -1
      dist/lesspass.min.js
  3. +15
    -15
      package-lock.json
  4. +1
    -1
      package.json

+ 1
- 1
dist/lesspass.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
dist/lesspass.min.js
File diff suppressed because it is too large
View File


+ 15
- 15
package-lock.json View File

@@ -1084,9 +1084,9 @@
}
},
"lesspass-pure": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.0.tgz",
"integrity": "sha512-u4ACWfuWrPyEhCHbFoRJmQYuf3sERvqqPgqe4nfUZ0q7gPxCBLTAoiPiuy4aP49kS1uqyoNSKKW5/kR2FoidCg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.1.tgz",
"integrity": "sha512-zx44u9w8YsyR8247BissZCjGOYY9W544j3kWG2ERxZsTfK+iSBR9OE+ckBK7BtjWO9h8XTM3OVYz0xLArKjHhg==",
"requires": {
"awesomplete": "1.1.2",
"axios": "0.16.2",
@@ -1097,9 +1097,9 @@
"jwt-decode": "2.2.0",
"lesspass": "6.0.0",
"lodash.debounce": "4.0.8",
"vue": "2.4.4",
"vue-polyglot": "0.2.1",
"vue-router": "2.8.0",
"vue": "2.5.2",
"vue-polyglot": "0.2.2",
"vue-router": "2.8.1",
"vuejs-paginate": "1.4.0",
"vuex": "2.5.0",
"vuex-persistedstate": "2.0.0",
@@ -2073,14 +2073,14 @@
}
},
"vue": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.4.4.tgz",
"integrity": "sha512-PCiRmc8ZT1DD5+BN8QUAmnkBefcCLfZVSuhc1u7iu5JoPrSHyyk/+4nehm7k2xVMi8+RFLk5WIHAN14UKF0txw=="
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.2.tgz",
"integrity": "sha512-Au9rf8fPkBulFHfZ406UaQDd1jH9fqGRIM+0IHilrXnJ/0TeeMH4SBkNxWf2dGevl2S3aVeu0E/WklEv0/msag=="
},
"vue-polyglot": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/vue-polyglot/-/vue-polyglot-0.2.1.tgz",
"integrity": "sha1-kb3HBQ+FMqq2Mqweu0wohU3/gLQ=",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/vue-polyglot/-/vue-polyglot-0.2.2.tgz",
"integrity": "sha512-wcnDk4Daq9heTWFRXN3qTZ0L0RQuFtAqScBUCrvCQRiihE12FOJie1FZ4KEB626i/itG/iUNN2lgCFARlnVrsg==",
"requires": {
"axios": "0.15.3"
},
@@ -2104,9 +2104,9 @@
}
},
"vue-router": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-2.8.0.tgz",
"integrity": "sha512-p9w/ZgvK5jBmwpcYSVtF2bic1tCKt+HtSx9011c9uH47K+yJg6la/O0MxYVWCFReL/HtbIwbUpOYAgU4wYD12g=="
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-2.8.1.tgz",
"integrity": "sha512-MC4jacHBhTPKtmcfzvaj2N7g6jgJ/Z/eIjZdt+yUaUOM1iKC0OUIlO/xCtz6OZFFTNUJs/1YNro2GN/lE+nOXA=="
},
"vuejs-paginate": {
"version": "1.4.0",


+ 1
- 1
package.json View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"express": "^4.15.2",
"lesspass-pure": "^5.0.0"
"lesspass-pure": "^5.0.1"
},
"devDependencies": {
"gulp": "^3.9.1"


Loading…
Cancel
Save