Skip to content

Commit da5fc61

Browse files
committed
Merge branch 'release/1.3.2'
2 parents 65842ca + 8ea1ab2 commit da5fc61

File tree

4 files changed

+1808
-1293
lines changed

4 files changed

+1808
-1293
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
.babelrc
21
.editorconfig
32
.eslintrc
3+
.eslintrc-md.json
44
.travis.yml
55
*.spec.js
66
*.tgz
77

8+
babel.config.js
89
CODE_OF_CONDUCT.md
910
CONTRIBUTING.md
1011
rollup.config.js

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,12 @@ export default new Vuex.Store({
496496
});
497497
```
498498

499+
## Patreon Sponsors
500+
501+
[![Spiffy](https://res.cloudinary.com/maoberlehner/image/upload/c_scale,h_68,q_auto/v1549339992/github/vuex-map-fields/spiffy-logo.png)](https://spiffy.co/)
502+
503+
[Become a sponsor](https://www.patreon.com/maoberlehner) and get your logo in this README with a link to your site.
504+
499505
## Articles
500506

501507
- [Form Fields, Two-Way Data Binding and Vuex](https://markus.oberlehner.net/blog/form-fields-two-way-data-binding-and-vuex/)

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuex-map-fields",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Enable two-way data binding for form fields saved in a Vuex store",
55
"keywords": [
66
"vue",
@@ -29,23 +29,23 @@
2929
},
3030
"devDependencies": {
3131
"@avalanche/eslint-config": "^3.0.0",
32-
"@babel/core": "^7.1.2",
33-
"@babel/preset-env": "^7.1.0",
34-
"@vue/test-utils": "1.0.0-beta.25",
32+
"@babel/core": "^7.2.2",
33+
"@babel/preset-env": "^7.3.1",
34+
"@vue/test-utils": "1.0.0-beta.29",
3535
"babel-core": "^7.0.0-bridge.0",
36-
"babel-jest": "^23.6.0",
36+
"babel-jest": "^24.0.0",
3737
"coveralls": "^3.0.2",
38-
"eslint": "^5.6.1",
39-
"eslint-plugin-compat": "^2.5.1",
40-
"eslint-plugin-import": "^2.14.0",
41-
"eslint-plugin-markdown": "^1.0.0-beta.6",
42-
"jest": "^23.6.0",
43-
"rollup": "^0.66.2",
44-
"rollup-plugin-babel": "^4.0.3",
38+
"eslint": "^5.13.0",
39+
"eslint-plugin-compat": "^2.6.3",
40+
"eslint-plugin-import": "^2.16.0",
41+
"eslint-plugin-markdown": "^1.0.0",
42+
"jest": "^24.0.0",
43+
"rollup": "^1.1.2",
44+
"rollup-plugin-babel": "^4.3.2",
4545
"uglify-es": "^3.3.9",
46-
"vue": "^2.5.17",
47-
"vue-template-compiler": "^2.5.17",
48-
"vuex": "^3.0.1"
46+
"vue": "^2.6.2",
47+
"vue-template-compiler": "^2.6.2",
48+
"vuex": "^3.1.0"
4949
},
5050
"main": "dist/index.js",
5151
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)