Skip to content

Commit

Permalink
Merge branch 'release/1.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed May 6, 2019
2 parents 0bb77c5 + c8bff83 commit 38a3198
Show file tree
Hide file tree
Showing 2 changed files with 1,114 additions and 852 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuex-map-fields",
"version": "1.3.3",
"version": "1.3.4",
"description": "Enable two-way data binding for form fields saved in a Vuex store",
"keywords": [
"vue",
Expand Down Expand Up @@ -29,22 +29,22 @@
},
"devDependencies": {
"@avalanche/eslint-config": "^3.0.0",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.4.0",
"babel-jest": "^24.8.0",
"coveralls": "^3.0.3",
"eslint": "^5.15.1",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-import": "^2.16.0",
"eslint": "^5.16.0",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-markdown": "^1.0.0",
"jest": "^24.4.0",
"rollup": "^1.6.0",
"jest": "^24.8.0",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"uglify-es": "^3.3.9",
"vue": "^2.6.8",
"vue-template-compiler": "^2.6.8",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.0"
},
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 38a3198

Please sign in to comment.