Skip to content

Commit

Permalink
Merge pull request #137 from rhinel/test
Browse files Browse the repository at this point in the history
update v2.4.4
  • Loading branch information
rhinel authored Mar 23, 2019
2 parents c9045b9 + 105b812 commit 8e63c2b
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 182 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rent-manager",
"version": "2.4.3",
"version": "2.4.4",
"description": "rent-manager for ying",
"author": "rhinel <[email protected]>",
"private": true,
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"compression": "^1.7.4",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"got": "^9.6.0",
Expand All @@ -52,19 +52,19 @@
"superagent": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.4.2",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@tweenjs/tween.js": "^17.3.0",
"autoprefixer": "^9.5.0",
Expand All @@ -76,11 +76,11 @@
"commitizen": "^3.0.7",
"compression-webpack-plugin": "^2.0.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^5.0.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"cz-conventional-changelog-chinese": "^2.2.3",
"element-ui": "^2.6.1",
"eslint": "^5.15.2",
"cz-conventional-changelog-chinese": "^2.3.0",
"element-ui": "^2.6.3",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
Expand Down Expand Up @@ -118,11 +118,11 @@
"supervisor": "^0.12.0",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^1.1.2",
"vue": "^2.6.9",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.9",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.0",
"webpack": "4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
Expand Down
Loading

0 comments on commit 8e63c2b

Please sign in to comment.