Skip to content

Commit e2c349e

Browse files
Update axios and Laravel Mix versions and correct home page Laravel version number
1 parent 2d7ecbd commit e2c349e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"production": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
99
},
1010
"devDependencies": {
11-
"axios": "^0.15.3",
11+
"axios": "^0.16.2",
1212
"babel-plugin-transform-object-rest-spread": "^6.23.0",
1313
"bootstrap-sass": "^3.3.7",
1414
"jquery": "^3.1.1",
15-
"laravel-mix": "^0.8.1",
15+
"laravel-mix": "^1.0",
1616
"lodash": "^4.17.4",
1717
"vue": "^2.1.10",
1818
"vue-router": "^2.3.0",

resources/assets/js/components/home/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="jumbotron">
44
<h1 v-once>{{siteName}}</h1>
5-
<p>Starter Boilerplate SPA made with Laravel 5.4, JWT Auth, Vue 2, Vue-router 2, Vuex 2, Axios and love</p>
5+
<p>Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 2, Vuex 2, Axios and love</p>
66
</div>
77
</div>
88
</template>

0 commit comments

Comments
 (0)