Commit eb89c189 authored by Pooya Parsa's avatar Pooya Parsa

updates

parent 1e12f156
...@@ -12,7 +12,7 @@ module.exports = { ...@@ -12,7 +12,7 @@ module.exports = {
build: { build: {
extractCSS: true, extractCSS: true,
ssr: { ssr: {
// TODO: make component-cache working in production // TODO: make component-cache module working in production without this extra setting
cache: require('lru-cache')({ cache: require('lru-cache')({
max: 10000, max: 10000,
maxAge: 1000 * 60 * 15 maxAge: 1000 * 60 * 15
......
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
"npm": ">=4.0" "npm": ">=4.0"
}, },
"dependencies": { "dependencies": {
"@nuxtjs/component-cache": "latest",
"@nuxtjs/manifest": "latest", "@nuxtjs/manifest": "latest",
"@nuxtjs/meta": "latest", "@nuxtjs/meta": "latest",
"@nuxtjs/workbox": "latest", "@nuxtjs/workbox": "latest",
"@nuxtjs/component-cache": "latest",
"firebase": "^4.1.1", "firebase": "^4.1.1",
"nuxt": "^1.0.0-alpha2", "nuxt": "^1.0.0-alpha2",
"stylus": "^0.54.5", "stylus": "^0.54.5",
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"@nuxtjs/component-cache@latest": "@nuxtjs/component-cache@latest":
version "0.1.2" version "0.1.3"
resolved "https://registry.yarnpkg.com/@nuxtjs/component-cache/-/component-cache-0.1.2.tgz#b7ab8d64f382d6a0b0fe0a0b42d3b9c3599f1d25" resolved "https://registry.yarnpkg.com/@nuxtjs/component-cache/-/component-cache-0.1.3.tgz#4cf2ef153e9d392facc98e7babefa87f79ea87ba"
dependencies: dependencies:
lru-cache "^4.0.2" lru-cache "^4.0.2"
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
resolved "https://registry.yarnpkg.com/@nuxtjs/meta/-/meta-1.1.0.tgz#7cfa7b666d23a21eba752c46ce13357ac898ffd1" resolved "https://registry.yarnpkg.com/@nuxtjs/meta/-/meta-1.1.0.tgz#7cfa7b666d23a21eba752c46ce13357ac898ffd1"
"@nuxtjs/workbox@latest": "@nuxtjs/workbox@latest":
version "0.1.0" version "0.2.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/workbox/-/workbox-0.1.0.tgz#e9fe7b3e9f51bb772885a697e40a0c31998116a4" resolved "https://registry.yarnpkg.com/@nuxtjs/workbox/-/workbox-0.2.0.tgz#b974041e1aee93964fa5c2c3e9e7183e799e233e"
dependencies: dependencies:
workbox-webpack-plugin "^1.0.1" workbox-webpack-plugin "^1.0.1"
...@@ -3685,7 +3685,11 @@ rx@^4.1.0: ...@@ -3685,7 +3685,11 @@ rx@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782" resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
safe-buffer@^5.0.1, safe-buffer@~5.0.1: safe-buffer@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.0.tgz#fe4c8460397f9eaaaa58e73be46273408a45e223"
safe-buffer@~5.0.1:
version "5.0.1" version "5.0.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment