|
1 | 1 | { |
2 | 2 | "name": "vuex-map-fields", |
3 | | - "version": "1.3.6", |
| 3 | + "version": "1.4.0", |
4 | 4 | "description": "Enable two-way data binding for form fields saved in a Vuex store", |
5 | 5 | "keywords": [ |
6 | 6 | "vue", |
|
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@avalanche/eslint-config": "^4.0.0", |
32 | | - "@babel/core": "^7.7.5", |
33 | | - "@babel/preset-env": "^7.7.6", |
| 32 | + "@babel/core": "^7.8.4", |
| 33 | + "@babel/preset-env": "^7.8.4", |
34 | 34 | "@vue/test-utils": "1.0.0-beta.29", |
35 | 35 | "babel-core": "^7.0.0-bridge.0", |
36 | | - "babel-jest": "^24.9.0", |
| 36 | + "babel-jest": "^25.1.0", |
37 | 37 | "coveralls": "^3.0.9", |
38 | | - "eslint": "^6.7.2", |
39 | | - "eslint-plugin-compat": "^3.3.0", |
40 | | - "eslint-plugin-import": "^2.19.1", |
| 38 | + "eslint": "^6.8.0", |
| 39 | + "eslint-plugin-compat": "^3.5.1", |
| 40 | + "eslint-plugin-import": "^2.20.1", |
41 | 41 | "eslint-plugin-markdown": "^1.0.1", |
42 | | - "jest": "^24.9.0", |
43 | | - "rollup": "^1.27.9", |
| 42 | + "jest": "^25.1.0", |
| 43 | + "rollup": "^1.31.1", |
44 | 44 | "rollup-plugin-babel": "^4.3.3", |
45 | 45 | "uglify-es": "^3.3.9", |
46 | | - "vue": "^2.6.10", |
47 | | - "vue-template-compiler": "^2.6.10", |
| 46 | + "vue": "^2.6.11", |
| 47 | + "vue-template-compiler": "^2.6.11", |
48 | 48 | "vuex": "^3.1.2" |
49 | 49 | }, |
50 | 50 | "main": "dist/index.js", |
|
57 | 57 | "url": "https://github.com/maoberlehner/vuex-map-fields/issues" |
58 | 58 | }, |
59 | 59 | "browserslist": [ |
60 | | - "last 2 versions" |
| 60 | + "> 0.5%", |
| 61 | + "not ie <= 10", |
| 62 | + "not op_mini all" |
61 | 63 | ], |
62 | 64 | "jest": { |
63 | 65 | "coveragePathIgnorePatterns": [ |
|
0 commit comments