Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 98600c2

Browse files
author
Irfan Maulana
committed
chore: update deps
1 parent f487f57 commit 98600c2

File tree

2 files changed

+1262
-1268
lines changed

2 files changed

+1262
-1268
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-currency-filter",
33
"description": "🍒 Lightweight vue currency filter based on accounting.js",
4-
"version": "3.4.1",
4+
"version": "3.4.2",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"homepage": "https://mazipan.github.io/vue-currency-filter/",
@@ -41,48 +41,48 @@
4141
"lint-fix": "eslint --ext .js,.vue --ignore-path .eslintignore . --fix"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.2.2",
44+
"@babel/core": "^7.4.3",
4545
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
4646
"@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",
5050
"babel-core": "7.0.0-bridge.0",
5151
"babel-eslint": "^10.0.1",
52-
"babel-jest": "24.5.0",
52+
"babel-jest": "24.7.1",
5353
"babel-loader": "^8.0.5",
5454
"bulma-dracula": "^1.0.3",
5555
"compression-webpack-plugin": "^2.0.0",
5656
"copy-webpack-plugin": "5.0.2",
5757
"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",
6060
"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",
6363
"eslint-plugin-node": "^8.0.1",
64-
"eslint-plugin-promise": "^4.0.1",
64+
"eslint-plugin-promise": "^4.1.1",
6565
"eslint-plugin-standard": "^4.0.0",
66-
"eslint-plugin-vue": "^5.1.0",
66+
"eslint-plugin-vue": "^5.2.2",
6767
"gh-pages": "2.0.1",
6868
"html-webpack-plugin": "^3.2.0",
69-
"jest": "^24.5.0",
69+
"jest": "^24.7.1",
7070
"jest-serializer-vue": "^2.0.2",
7171
"mini-css-extract-plugin": "^0.6.0",
7272
"node-sass": "^4.11.0",
7373
"sass-loader": "^7.1.0",
74-
"vue": "^2.5.22",
74+
"vue": "^2.6.10",
7575
"vue-google-adsense": "^1.5.1",
7676
"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",
7979
"vue-script2": "^2.0.3",
8080
"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"
8686
},
8787
"dependencies": {
8888
"accounting": "0.4.1"

0 commit comments

Comments
 (0)