Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit fdb0367

Browse files
committed
🎨 chore(package.json): add @lollipop-onl/vuex-typesafe-helper
1 parent 10dd24c commit fdb0367

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"url": "https://github.com/hisasann/typescript-nuxtjs-boilerplate/issues"
4848
},
4949
"dependencies": {
50+
"@lollipop-onl/vuex-typesafe-helper": "^0.2.6",
5051
"@nuxt/typescript": "^2.8.0",
5152
"@nuxtjs/axios": "^5.5.3",
5253
"@nuxtjs/pwa": "^3.0.0-beta.14",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,14 @@
12131213
dependencies:
12141214
core-js "^2.5.7"
12151215

1216+
"@lollipop-onl/vuex-typesafe-helper@^0.2.6":
1217+
version "0.2.6"
1218+
resolved "https://registry.yarnpkg.com/@lollipop-onl/vuex-typesafe-helper/-/vuex-typesafe-helper-0.2.6.tgz#a1e21e7acf50869bbc98f77406160191657368b4"
1219+
integrity sha512-4VpiliSKlyPiVXlCMVtQGg5zxFpkBeB7Oj6kmx1b/Vemlr/I4pQAVuW+S1/j0sRTUW0VYnZ2KvPfqI5lK0yZAw==
1220+
dependencies:
1221+
typescript "^3.4.5"
1222+
vuex "^3.1.1"
1223+
12161224
"@mrmlnc/readdir-enhanced@^2.2.1":
12171225
version "2.2.1"
12181226
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -13043,6 +13051,11 @@ typedarray@^0.0.6:
1304313051
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1304413052
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1304513053

13054+
typescript@^3.4.5:
13055+
version "3.5.2"
13056+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
13057+
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
13058+
1304613059
typescript@^3.5.1:
1304713060
version "3.5.1"
1304813061
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"

0 commit comments

Comments
 (0)