diff options
| author | Zach DeCook <zachdecook@gmail.com> | 2019-05-27 00:34:32 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@gmail.com> | 2019-05-27 00:35:45 -0400 |
| commit | c1f80761734d634ba7d83af4768eaf22be6c0c7c (patch) | |
| tree | 56e12cb7e5788c8910821013f5743053989d9efb /laravel/package.json | |
| parent | de7db3efb79440c810062a621eb9ba5646c9ad32 (diff) | |
| download | prosongsa-c1f80761734d634ba7d83af4768eaf22be6c0c7c.tar.gz | |
* JS: Require just NPM and not yarn
Diffstat (limited to 'laravel/package.json')
| -rw-r--r-- | laravel/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/laravel/package.json b/laravel/package.json index 76bd398..d355e2b 100644 --- a/laravel/package.json +++ b/laravel/package.json @@ -11,15 +11,16 @@ }, "devDependencies": { "axios": "^0.18", - "bootstrap": "^4.0.0", + "bootstrap": "^4.3.1", "cross-env": "^5.1", - "jquery": "^3.2", + "jquery": "^3.4.1", "laravel-mix": "^4.0.7", "lodash": "^4.17.5", "popper.js": "^1.12", "resolve-url-loader": "^2.3.1", "sass": "^1.15.2", "sass-loader": "^7.1.0", - "vue": "^2.5.17" + "vue": "^2.6.10", + "vue-template-compiler": "^2.6.10" } } |
