[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-typed-vuex-ts-example. nuxt-typed-vuex-ts-example.now.sh
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2 from danielroe/renovate/pin-dependencies

chore(deps): pin dependencies

+10 -10
+5 -5
package.json
··· 11 11 "generate": "nuxt-ts generate" 12 12 }, 13 13 "dependencies": { 14 - "nuxt": "^2.11.0" 14 + "nuxt": "2.11.0" 15 15 }, 16 16 "devDependencies": { 17 - "@nuxt/typescript-build": "^0.5.1", 18 - "@nuxt/typescript-runtime": "^0.3.2", 19 - "nuxt-typed-vuex": "^0.1.15", 20 - "vue-property-decorator": "^8.3.0" 17 + "@nuxt/typescript-build": "0.5.1", 18 + "@nuxt/typescript-runtime": "0.3.2", 19 + "nuxt-typed-vuex": "0.1.15", 20 + "vue-property-decorator": "8.3.0" 21 21 } 22 22 }
+5 -5
yarn.lock
··· 912 912 "@types/webpack-dev-middleware" "^2.0.3" 913 913 "@types/webpack-hot-middleware" "^2.25.0" 914 914 915 - "@nuxt/typescript-build@^0.5.1": 915 + "@nuxt/typescript-build@0.5.1": 916 916 version "0.5.1" 917 917 resolved "https://registry.yarnpkg.com/@nuxt/typescript-build/-/typescript-build-0.5.1.tgz#5ceb4031175bc2c2ded0a962a0fc88f9b08728cb" 918 918 integrity sha512-Aw/W5NWdnfqlNt4xcTHODOvIDzfANVCTDMyvoJBKwP59l8H8n9e5D5w+nlVDdDMiTr3V4A7Udh2NQje7YmKz9A== ··· 923 923 ts-loader "^6.2.1" 924 924 typescript "~3.7" 925 925 926 - "@nuxt/typescript-runtime@^0.3.2": 926 + "@nuxt/typescript-runtime@0.3.2": 927 927 version "0.3.2" 928 928 resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-0.3.2.tgz#a4594c048383795e6ff5fad2e08eace5816367ea" 929 929 integrity sha512-aivipsgSQjWs0eKiKbDsdT3Vbi9+Bma9sj55ktekZbD4RQl55eXIcPszZ87S6IIbShORGBxmVGlQArytYEtBKQ== ··· 5014 5014 resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" 5015 5015 integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= 5016 5016 5017 - nuxt-typed-vuex@^0.1.15: 5017 + nuxt-typed-vuex@0.1.15: 5018 5018 version "0.1.15" 5019 5019 resolved "https://registry.yarnpkg.com/nuxt-typed-vuex/-/nuxt-typed-vuex-0.1.15.tgz#61b3600852980eeb11868a8d53dd06f218f8f8ad" 5020 5020 integrity sha512-S4A3S4Nq6qiBTZQWRcetfdeM0jy7DcL0f+BurOUEbW776ZJq6B/i9UUXF2LgwXAgVqmDWUi+x4VvfNDSdXoMoA== ··· 5023 5023 normalize-path "^3.0.0" 5024 5024 typed-vuex "0.1.15" 5025 5025 5026 - nuxt@^2.11.0: 5026 + nuxt@2.11.0: 5027 5027 version "2.11.0" 5028 5028 resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-2.11.0.tgz#654664fe1a95af2014fd55c38ba2c732bfa5edc5" 5029 5029 integrity sha512-Y7lastjYWIOppja0FaWozPfkvlmJ8uZSqWx0VbK7l5djbHls5jgUGag0iu6GsNNwCFTKpoAtptNHiWOsyMxStA== ··· 7417 7417 resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998" 7418 7418 integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g== 7419 7419 7420 - vue-property-decorator@^8.3.0: 7420 + vue-property-decorator@8.3.0: 7421 7421 version "8.3.0" 7422 7422 resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz#536f027dc7d626f37c8d85a2dc02f0a6cb979440" 7423 7423 integrity sha512-77YtTbZHd5CNiPzbqv51kEgL48yvD2dUDfF28vEyw3MbQ9bBAb/tDyFzskcqjNRbWyXk1vq4oM2CK/LfhxuIBg==