Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit b583949

Browse files
committed
upgrade npm dependecies
1 parent 86dd782 commit b583949

File tree

18 files changed

+1501
-3347
lines changed

18 files changed

+1501
-3347
lines changed

package-lock.json

Lines changed: 1277 additions & 3140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"lint": "eslint --ext .js,.vue resources/assets/js/ ./*.js",
1212
"lint-css": "stylelint \"resources/assets/sass/**/*.scss\"",
1313
"fix": "eslint --ext .js,.vue resources/assets/js/ ./*.js --fix",
14-
"fix-css": "stylelint \"resources/assets/sass/**/*.scss\" --fix"
14+
"fix-css": "stylelint \"resources/assets/sass/**/*.scss\" --fix",
15+
"lint-full": "npm run lint && npm run lint-css",
16+
"fix-full": "npm run fix && npm run fix-css"
1517
},
1618
"engines": {
1719
"node": ">= 8.9.4",
@@ -24,41 +26,41 @@
2426
"eslint": "^4.19.1",
2527
"eslint-config-adenvt": "^1.0.0",
2628
"eslint-config-standard": "^11.0.0",
27-
"eslint-plugin-import": "^2.13.0",
29+
"eslint-plugin-import": "^2.14.0",
2830
"eslint-plugin-node": "^6.0.1",
2931
"eslint-plugin-promise": "^3.8.0",
3032
"eslint-plugin-standard": "^3.1.0",
3133
"eslint-plugin-unicorn": "^4.0.3",
3234
"eslint-plugin-varspacing": "^1.2.1",
33-
"eslint-plugin-vue": "^4.7.0",
34-
"laravel-mix": "^2.0",
35+
"eslint-plugin-vue": "^4.7.1",
36+
"laravel-mix": "^2.1.14",
3537
"pre-commit": "^1.2.2",
3638
"prettier": "1.12.1",
37-
"stylelint": "^9.3.0",
38-
"stylelint-config-sass-guidelines": "^5.0.0",
39-
"stylelint-scss": "^3.2.0"
39+
"stylelint": "^9.5.0",
40+
"stylelint-config-sass-guidelines": "^5.2.0",
41+
"stylelint-scss": "^3.3.0"
4042
},
4143
"dependencies": {
42-
"animate.css": "^3.6.1",
44+
"animate.css": "^3.7.0",
4345
"axios": "^0.18",
44-
"bootstrap": "^4.1.2",
46+
"bootstrap": "^4.1.3",
4547
"bootstrap-vue": "^2.0.0-rc.11",
4648
"chart.js": "^2.7.2",
4749
"flag-icon-css": "^3.0.0",
4850
"font-awesome": "^4.7.0",
4951
"jquery": "^3.2",
50-
"lodash": "^4.17.4",
51-
"popper.js": "^1.12",
52+
"lodash": "^4.17.11",
53+
"popper.js": "^1.14.4",
5254
"select2": "^4.0.6-rc.1",
5355
"select2-bootstrap4-theme": "^1.0.0",
5456
"simple-line-icons": "^2.4.1",
55-
"vue": "^2.5.16",
56-
"vue-chartjs": "^3.3.2",
57+
"vue": "^2.5.17",
58+
"vue-chartjs": "^3.4.0",
5759
"vue-loading-spinner": "^1.0.11",
58-
"vue-notification": "^1.3.12",
60+
"vue-notification": "^1.3.13",
5961
"vue-router": "^3.0.1",
60-
"vue-sweetalert2": "^1.5.0",
61-
"vuejs-datepicker": "^1.5.2",
62+
"vue-sweetalert2": "^1.5.3",
63+
"vuejs-datepicker": "^1.5.3",
6264
"vuex": "^3.0.1"
6365
},
6466
"pre-commit": [

public/images/2.jpg

-1.14 KB
Binary file not shown.

public/images/3.jpg

-1.06 KB
Binary file not shown.

public/images/4.jpg

-1.28 KB
Binary file not shown.

public/images/5.jpg

-7.3 KB
Binary file not shown.

public/images/6.jpg

-1.06 KB
Binary file not shown.

public/images/7.jpg

-1.14 KB
Binary file not shown.

public/images/8.jpg

-7.88 KB
Binary file not shown.

public/images/logo-symbol.png

-5.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)