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

Commit a451af3

Browse files
emanuelmutschlechnertmorehouse
authored andcommitted
chore(deps): update deps and fix quotes (#4)
1 parent b424afe commit a451af3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
1515
},
1616
"dependencies": {
17-
"vue": "^2.5.2",
17+
"vue": "^2.6.10",
1818
{{#router}}
1919
"vue-router": "^3.0.1",
2020
{{/router}}
2121
"bootstrap": "^4.3.1",
22-
"bootstrap-vue": "^2.0.0-rc.16",
23-
"popper.js": "^1.12.9"
22+
"bootstrap-vue": "latest",
23+
"popper.js": "^1.14.3"
2424
},
2525
"devDependencies": {
2626
"autoprefixer": "^7.1.2",

template/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{{/if_eq}}
55
import Vue from 'vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
66
import BootstrapVue from 'bootstrap-vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
7-
import "bootstrap/dist/css/bootstrap.min.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
8-
import "bootstrap-vue/dist/bootstrap-vue.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
7+
import 'bootstrap/dist/css/bootstrap.min.css'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
8+
import 'bootstrap-vue/dist/bootstrap-vue.css'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
99
import App from './App'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
1010
{{#router}}
1111
import router from './router'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

0 commit comments

Comments
 (0)