Skip to content

Commit

Permalink
Formatting packs page row details (#8); updating packages; IDEA bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
forresthopkinsa committed Aug 30, 2018
1 parent bf1b4fb commit 5af33c0
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 96 deletions.
152 changes: 72 additions & 80 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"axios": "^0.18.0",
"material-design-icons-iconfont": "^3.0.3",
"typeface-roboto": "0.0.54",
"vue": "^2.5.16",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuetify": "^1.1.4",
"vuetify": "^1.2.1",
"vuetify-upload-button": "^0.1.2"
},
"devDependencies": {
Expand All @@ -38,19 +38,19 @@
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"chromedriver": "^2.41.0",
"copy-webpack-plugin": "^4.5.2",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.6.0",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
Expand All @@ -61,24 +61,24 @@
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
"portfinder": "^1.0.17",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.1.6",
"postcss-url": "^7.2.1",
"rimraf": "^2.6.0",
"selenium-server": "^3.13.0",
"semver": "^5.3.0",
"selenium-server": "^3.14.0",
"semver": "^5.5.1",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.2.7",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.8",
"vue-jest": "^1.0.2",
"vue-loader": "^13.3.0",
"vue-loader": "^13.7.3",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
"webpack-dev-server": "^2.11.3",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">= 6.0.0",
Expand Down
Loading

0 comments on commit 5af33c0

Please sign in to comment.