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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Apr 22, 2019
1 parent f487f57 commit 98600c2
Show file tree
Hide file tree
Showing 2 changed files with 1,262 additions and 1,268 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-currency-filter",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "3.4.1",
"version": "3.4.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down Expand Up @@ -41,48 +41,48 @@
"lint-fix": "eslint --ext .js,.vue --ignore-path .eslintignore . --fix"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@vue/test-utils": "^1.0.0-beta.28",
"autoprefixer": "^9.4.5",
"@babel/preset-env": "^7.4.3",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.5.0",
"babel-jest": "24.7.1",
"babel-loader": "^8.0.5",
"bulma-dracula": "^1.0.3",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "5.0.2",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"eslint-plugin-vue": "^5.2.2",
"gh-pages": "2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.5.0",
"jest": "^24.7.1",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue": "^2.5.22",
"vue": "^2.6.10",
"vue-google-adsense": "^1.5.1",
"vue-highlightjs": "1.3.3",
"vue-jest": "^3.0.2",
"vue-loader": "^15.5.1",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",
"vue-script2": "^2.0.3",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-serve": "^3.0.0"
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1",
"webpack-serve": "^3.1.0"
},
"dependencies": {
"accounting": "0.4.1"
Expand Down
Loading

0 comments on commit 98600c2

Please sign in to comment.