Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "vuex-ltm", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Vuex - Long Term Memory: Async modular persistence for Vuex store.", | ||
@@ -61,2 +61,3 @@ "keywords": [ | ||
{ | ||
"core-js": 3, | ||
"regenerator": true | ||
@@ -111,17 +112,17 @@ } | ||
"@babel/runtime": "^7.7.7", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@commitlint/cli": "^8.3.4", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/chai": "^4.2.7", | ||
"@types/chrome": "0.0.91", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^13.1.0", | ||
"@types/node": "^13.1.4", | ||
"@types/sinon": "^7.5.1", | ||
"@types/sinon-chai": "^3.2.3", | ||
"@types/sinon-chrome": "^2.2.6", | ||
"@typescript-eslint/eslint-plugin": "^2.13.0", | ||
"@typescript-eslint/parser": "^2.13.0", | ||
"@typescript-eslint/eslint-plugin": "^2.14.0", | ||
"@typescript-eslint/parser": "^2.14.0", | ||
"chai": "^4.2.0", | ||
"es-check": "^5.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-mocha": "^6.2.2", | ||
@@ -134,3 +135,3 @@ "eslint-plugin-prettier": "^3.1.2", | ||
"lint-staged": "^9.5.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.0", | ||
"mock-local-storage": "^1.1.11", | ||
@@ -140,3 +141,3 @@ "nyc": "^15.0.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.27.14", | ||
"rollup": "^1.28.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -147,3 +148,3 @@ "rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"sinon": "^8.0.1", | ||
"sinon": "^8.0.2", | ||
"sinon-chai": "^3.4.0", | ||
@@ -154,3 +155,3 @@ "sinon-chrome": "^3.0.1", | ||
"tsconfig-paths": "^3.9.0", | ||
"typedoc": "^0.15.5", | ||
"typedoc": "^0.15.6", | ||
"typescript": "^3.7.4", | ||
@@ -161,2 +162,3 @@ "vue": "^2.6.11", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.7.7", | ||
"deepmerge": "^4.2.2", | ||
@@ -163,0 +165,0 @@ "localforage": "^1.7.3" |
823227
5
+ Added@babel/runtime-corejs3@7.26.9(transitive)
+ Addedcore-js-pure@3.40.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)