Updates Buefy to 0.7.10.

This commit is contained in:
Mateus Machado Luna 2019-07-12 10:25:31 -03:00
parent 2050a63d1f
commit 01960030d9
5 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -1951,9 +1951,9 @@
} }
}, },
"buefy": { "buefy": {
"version": "0.7.8", "version": "0.7.10",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.8.tgz", "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz",
"integrity": "sha512-ygOY/83spIkjRtqFd9I8ibPcvmVUotwljBqyHaQGhePXWkTFOnkIwDQZeMMAiB1FGWP5omFZ49e0yUXvbLK37A==", "integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==",
"requires": { "requires": {
"bulma": "0.7.5" "bulma": "0.7.5"
} }

View File

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",
"buefy": "^0.7.8", "buefy": "^0.7.10",
"bulma": "^0.7.5", "bulma": "^0.7.5",
"mdi": "^2.2.43", "mdi": "^2.2.43",
"moment": "^2.22.2", "moment": "^2.22.2",

View File

@ -670,7 +670,7 @@
</span> </span>
</div> </div>
</div> </div>
</div> </div>
</masonry> </masonry>

View File

@ -58,7 +58,7 @@ export const fetchItems = ({ rootGetters, dispatch, commit }, { collectionId, is
if (collectionId == undefined){ if (collectionId == undefined){
endpoint = '/items?'; endpoint = '/items?';
} }
if (!isOnTheme){ if (!isOnTheme){
if (postQueries.view_mode != undefined) if (postQueries.view_mode != undefined)
postQueries.view_mode = null; postQueries.view_mode = null;

View File

@ -27,7 +27,7 @@ class Theme_Helper {
add_filter( 'the_content', [$this, 'the_content_filter'] ); add_filter( 'the_content', [$this, 'the_content_filter'] );
// Replace collections permalink to post type archive if cover not enabled // Replace collections permalink to post type archive if cover not enabled
add_filter('post_type_link', array($this, 'permalink_filter'), 10, 3); add_filter('post_type_link', array($this, 'permalink_filter'), 10, 3);