|
1 | 1 | { |
2 | 2 | "name": "vue-currency-filter", |
3 | 3 | "description": "🍒 Lightweight vue currency filter based on accounting.js", |
4 | | - "version": "3.4.1", |
| 4 | + "version": "3.4.2", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "Irfan Maulana (https://github.com/mazipan/)", |
7 | 7 | "homepage": "https://mazipan.github.io/vue-currency-filter/", |
|
41 | 41 | "lint-fix": "eslint --ext .js,.vue --ignore-path .eslintignore . --fix" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.2.2", |
| 44 | + "@babel/core": "^7.4.3", |
45 | 45 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
46 | 46 | "@babel/plugin-syntax-jsx": "^7.2.0", |
47 | | - "@babel/preset-env": "^7.2.3", |
48 | | - "@vue/test-utils": "^1.0.0-beta.28", |
49 | | - "autoprefixer": "^9.4.5", |
| 47 | + "@babel/preset-env": "^7.4.3", |
| 48 | + "@vue/test-utils": "^1.0.0-beta.29", |
| 49 | + "autoprefixer": "^9.5.1", |
50 | 50 | "babel-core": "7.0.0-bridge.0", |
51 | 51 | "babel-eslint": "^10.0.1", |
52 | | - "babel-jest": "24.5.0", |
| 52 | + "babel-jest": "24.7.1", |
53 | 53 | "babel-loader": "^8.0.5", |
54 | 54 | "bulma-dracula": "^1.0.3", |
55 | 55 | "compression-webpack-plugin": "^2.0.0", |
56 | 56 | "copy-webpack-plugin": "5.0.2", |
57 | 57 | "cross-env": "^5.2.0", |
58 | | - "css-loader": "^2.1.0", |
59 | | - "eslint": "^5.12.0", |
| 58 | + "css-loader": "^2.1.1", |
| 59 | + "eslint": "^5.16.0", |
60 | 60 | "eslint-config-standard": "^12.0.0", |
61 | | - "eslint-loader": "^2.1.1", |
62 | | - "eslint-plugin-import": "^2.14.0", |
| 61 | + "eslint-loader": "^2.1.2", |
| 62 | + "eslint-plugin-import": "^2.17.2", |
63 | 63 | "eslint-plugin-node": "^8.0.1", |
64 | | - "eslint-plugin-promise": "^4.0.1", |
| 64 | + "eslint-plugin-promise": "^4.1.1", |
65 | 65 | "eslint-plugin-standard": "^4.0.0", |
66 | | - "eslint-plugin-vue": "^5.1.0", |
| 66 | + "eslint-plugin-vue": "^5.2.2", |
67 | 67 | "gh-pages": "2.0.1", |
68 | 68 | "html-webpack-plugin": "^3.2.0", |
69 | | - "jest": "^24.5.0", |
| 69 | + "jest": "^24.7.1", |
70 | 70 | "jest-serializer-vue": "^2.0.2", |
71 | 71 | "mini-css-extract-plugin": "^0.6.0", |
72 | 72 | "node-sass": "^4.11.0", |
73 | 73 | "sass-loader": "^7.1.0", |
74 | | - "vue": "^2.5.22", |
| 74 | + "vue": "^2.6.10", |
75 | 75 | "vue-google-adsense": "^1.5.1", |
76 | 76 | "vue-highlightjs": "1.3.3", |
77 | | - "vue-jest": "^3.0.2", |
78 | | - "vue-loader": "^15.5.1", |
| 77 | + "vue-jest": "^3.0.4", |
| 78 | + "vue-loader": "^15.7.0", |
79 | 79 | "vue-script2": "^2.0.3", |
80 | 80 | "vue-style-loader": "4.1.2", |
81 | | - "vue-template-compiler": "^2.5.22", |
82 | | - "webpack": "^4.28.4", |
83 | | - "webpack-cli": "^3.2.1", |
84 | | - "webpack-dev-server": "^3.1.14", |
85 | | - "webpack-serve": "^3.0.0" |
| 81 | + "vue-template-compiler": "^2.6.10", |
| 82 | + "webpack": "^4.30.0", |
| 83 | + "webpack-cli": "^3.3.1", |
| 84 | + "webpack-dev-server": "^3.3.1", |
| 85 | + "webpack-serve": "^3.1.0" |
86 | 86 | }, |
87 | 87 | "dependencies": { |
88 | 88 | "accounting": "0.4.1" |
|
0 commit comments