up gatsby-plugin-auth to 0.4.1 & fix News order by date_published (v0.10.1)
{ | ||
"name": "@onegeo-suite/gatsby-theme-onegeo", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"author": "NEOGEO", | ||
... | ... | @@ -16,7 +16,7 @@ |
"typescript": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@onegeo-suite/gatsby-plugin-auth": "0.4.0", | ||
"@onegeo-suite/gatsby-plugin-auth": "0.4.1", | ||
"@onegeo-suite/gatsby-source-directus": "^9.14.1", | ||
"dayjs": "^1.11.7", | ||
"gatsby-plugin-env-variables": "^2.2.0", | ||
... | ... |
Please register or sign in to comment