Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 94e6392

Browse files
committed
Fix packages issue, remove unused packages
1 parent 50f7821 commit 94e6392

File tree

15 files changed

+12486
-206
lines changed

15 files changed

+12486
-206
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7-
Web.config
87
*.suo
98
*.user
109
*.userosscache

MBO/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "test",
2+
"name": "mbo",
33
"version": "1.0.0",
4-
"description": "A Vue.js project",
4+
"description": "A Vue.js project for task creation.",
55
"author": "mubaidr <mubaidr@gmail.com>",
66
"private": true,
77
"scripts": {
@@ -17,45 +17,45 @@
1717
"@deveodk/vue-error-tracker": "^1.1.0",
1818
"@deveodk/vue-toastr": "^1.0.4",
1919
"axios": "^0.16.2",
20-
"chart.js": "^2.6",
21-
"countup.js": "~1.8.5",
20+
"chart.js": "^2.7",
21+
"countup.js": "~1.9.1",
2222
"cxlt-vue2-toastr": "^1.0.12",
2323
"es6-promise": "^4.1.1",
2424
"lodash": "^4.17.4",
2525
"moment": "^2.18.1",
2626
"raf": "^3.3.2",
2727
"smoothscroll-polyfill": "^0.3.6",
28-
"vee-validate": "^2.0.0-rc.12",
29-
"vue": "^2.4.2",
30-
"vue-chartjs": "^2.8.2",
31-
"vue-material": "^0.7.4",
28+
"vee-validate": "^2.0.0-rc.15",
29+
"vue": "^2.4.3",
30+
"vue-chartjs": "^2.8.6",
31+
"vue-material": "^0.7.5",
3232
"vue-router": "^2.7.0",
3333
"vue-slide": "^1.1.1",
34-
"vuejs-datepicker": "^0.9.7",
35-
"vuex": "^2.3.1",
36-
"vuex-router-sync": "^4.2.0"
34+
"vuejs-datepicker": "^0.9.11",
35+
"vuex": "^2.4.0",
36+
"vuex-router-sync": "^4.3.1"
3737
},
3838
"devDependencies": {
39-
"autoprefixer": "^7.1.2",
40-
"babel-core": "^6.25.0",
41-
"babel-eslint": "^7.2.3",
42-
"babel-loader": "^7.1.1",
39+
"autoprefixer": "^7.1.4",
40+
"babel-core": "^6.26.0",
41+
"babel-eslint": "^8.0.0",
42+
"babel-loader": "^7.1.2",
4343
"babel-plugin-istanbul": "^4.1.4",
4444
"babel-plugin-transform-runtime": "^6.23.0",
4545
"babel-preset-es2015": "^6.24.1",
4646
"babel-preset-stage-2": "^6.24.1",
47-
"babel-register": "^6.24.1",
48-
"chai": "^4.1.1",
47+
"babel-register": "^6.26.0",
48+
"chai": "^4.1.2",
4949
"chalk": "^2.1.0",
5050
"connect-history-api-fallback": "^1.3.0",
5151
"cross-env": "^5.0.5",
5252
"cross-spawn": "^5.1.0",
53-
"css-loader": "^0.28.4",
54-
"eslint": "^4.4.1",
53+
"css-loader": "^0.28.7",
54+
"eslint": "^4.6.1",
5555
"eslint-config-standard": "^10.2.1",
5656
"eslint-friendly-formatter": "^3.0.0",
5757
"eslint-loader": "^1.9.0",
58-
"eslint-plugin-html": "^3.2.0",
58+
"eslint-plugin-html": "^3.2.1",
5959
"eslint-plugin-import": "^2.7.0",
6060
"eslint-plugin-node": "^5.1.1",
6161
"eslint-plugin-promise": "^3.5.0",
@@ -66,38 +66,38 @@
6666
"extract-text-webpack-plugin": "^3.0.0",
6767
"file-loader": "^0.11.2",
6868
"friendly-errors-webpack-plugin": "^1.6.1",
69-
"function-bind": "^1.1.0",
69+
"function-bind": "^1.1.1",
7070
"html-webpack-plugin": "^2.30.1",
7171
"http-proxy-middleware": "^0.17.4",
7272
"inject-loader": "^3.0.1",
73-
"karma": "^1.7.0",
73+
"karma": "^1.7.1",
7474
"karma-coverage": "^1.1.1",
7575
"karma-mocha": "^1.3.0",
7676
"karma-phantomjs-launcher": "^1.0.4",
77-
"karma-sinon-chai": "^1.3.1",
77+
"karma-sinon-chai": "^1.3.2",
7878
"karma-sourcemap-loader": "^0.3.7",
7979
"karma-spec-reporter": "0.0.31",
8080
"karma-webpack": "^2.0.4",
8181
"lolex": "^2.1.2",
82-
"mocha": "^3.5.0",
82+
"mocha": "^3.5.3",
8383
"nightwatch": "^0.9.16",
8484
"opn": "^5.1.0",
8585
"ora": "^1.3.0",
8686
"phantomjs-prebuilt": "^2.1.15",
8787
"prerender-spa-plugin": "^2.1.0",
88-
"selenium-server": "^3.5.0",
88+
"selenium-server": "^3.5.3",
8989
"semver": "^5.4.1",
9090
"shelljs": "^0.7.8",
91-
"sinon": "^3.2.0",
91+
"sinon": "^3.2.1",
9292
"sinon-chai": "^2.13.0",
9393
"url-loader": "^0.5.9",
9494
"vue-loader": "^13.0.4",
95-
"vue-style-loader": "^3.0.1",
96-
"vue-template-compiler": "^2.4.2",
97-
"webpack": "^3.5.4",
95+
"vue-style-loader": "^3.0.2",
96+
"vue-template-compiler": "^2.4.3",
97+
"webpack": "^3.5.6",
9898
"webpack-bundle-analyzer": "^2.9.0",
9999
"webpack-dev-middleware": "^1.12.0",
100-
"webpack-hot-middleware": "^2.18.2",
100+
"webpack-hot-middleware": "^2.19.1",
101101
"webpack-merge": "^4.1.0"
102102
},
103103
"engines": {

MBO/src/components/Account/Signin.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<template>
2-
<md-layout md-gutter>
2+
<md-layout md-gutter="">
33
<md-layout></md-layout>
44
<md-layout md-flex-large="33" md-flex-medium="50" md-flex-small="75" md-flex-xsmall="100">
55

6-
<md-whiteframe md-tag="section" class="form">
6+
<md-whiteframe class="form" md-tag="section">
77
<md-progress class="md-accent" :class="{'hidden': !state.loading}" md-indeterminate></md-progress>
88
<div class="form-container">
99
<h1>
1010
<span>Signin</span>
11-
<br/>
11+
<br>
1212
<span class="md-caption">Welcome back</span>
1313
</h1>
1414
<md-input-container :class="{'md-input-invalid': errors.has('Email')}">

MBO_API/App_Start/BundleConfig.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,7 @@ public class BundleConfig
66
{
77
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
88
public static void RegisterBundles(BundleCollection bundles)
9-
{
10-
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
11-
"~/Scripts/jquery-{version}.js"));
12-
13-
// Use the development version of Modernizr to develop with and learn from. Then, when you're
14-
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
15-
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
16-
"~/Scripts/modernizr-*"));
17-
18-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
19-
"~/Scripts/bootstrap.js",
20-
"~/Scripts/respond.js"));
21-
9+
{
2210
bundles.Add(new StyleBundle("~/Content/css").Include(
2311
"~/Content/bootstrap.css",
2412
"~/Content/site.css"));

MBO_API/Controllers/ValuesController.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)