Skip to content

Commit c61ab66

Browse files
author
Pooya Parsa
committed
Update versions
1 parent dda86db commit c61ab66

File tree

3 files changed

+69
-105
lines changed

3 files changed

+69
-105
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[![CircleCI branch](https://img.shields.io/circleci/project/github/bootstrap-vue/bootstrap-vue/master.svg?style=flat-square)]()
2-
[![npm](https://img.shields.io/npm/dt/bootstrap-vue.svg?style=flat-square)]()
3-
[![npm](https://img.shields.io/npm/v/bootstrap-vue.svg?style=flat-square)]()
4-
[![npm](https://img.shields.io/npm/l/bootstrap-vue.svg?style=flat-square)]()
5-
[![deps](https://img.shields.io/david/dev/bootstrap-vue/bootstrap-vue.svg)]()
1+
[![CircleCI branch](https://img.shields.io/circleci/project/github/bootstrap-vue/bootstrap-vue/master.svg?style=flat-square)](https://circleci.com/projects/gh/bootstrap-vue)
2+
[![npm](https://img.shields.io/npm/dt/bootstrap-vue.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-vue)
3+
[![npm](https://img.shields.io/npm/v/bootstrap-vue.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-vue)
4+
[![npm](https://img.shields.io/npm/l/bootstrap-vue.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-vue)
5+
6+
[![npm](https://img.shields.io/badge/bootstrap-4.0.0--alpha.6-800080.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-vue)
7+
[![npm](https://img.shields.io/badge/vue.js-2.1.9-green.svg?style=flat-swuare)](https://www.npmjs.com/package/bootstrap-vue)
68

79
# Bootstrap Vue
810
[Twitter Bootstrap 4](https://v4-alpha.getbootstrap.com/) components for [Vue.js 2](https://vuejs.org/)
@@ -18,7 +20,7 @@ Please head to [Official Docs Website](https://bootstrap-vue.github.io) for setu
1820
- [Breadcrumb](https://bootstrap-vue.github.io/docs/components/breadcrumb)
1921
- [Buttons](https://bootstrap-vue.github.io/docs/components/buttons)
2022
- [Button group](https://bootstrap-vue.github.io/docs/components/button-group)
21-
- [Dropdowns](https://bootstrap-vue.github.io/docs/components/dropdowns)
23+
- [Dropdown](https://bootstrap-vue.github.io/docs/components/dropdowns)
2224
- [Form Inputs](https://bootstrap-vue.github.io/docs/components/form-inputs)
2325
- [Form Radio](https://bootstrap-vue.github.io/docs/components/form-radio)
2426
- [Form Checkbox](https://bootstrap-vue.github.io/docs/components/form-checkbox)
@@ -32,13 +34,8 @@ Please head to [Official Docs Website](https://bootstrap-vue.github.io) for setu
3234
Additionally, [many more components](https://github.com/bootstrap-vue/bootstrap-vue/tree/master/components) are available, but they are still under development. If you really need to use them, feel free to experiment and submit pull requests to benefit other users of this package.
3335

3436
# Supported versions
35-
Both Vue v2 and Bootstrap v4 are changing so fast, specifically Bootstrap 4 is still in *alpha* stage. We do our best to stay up-to-date with the latest changes. Currently these versions are officially tested and supported:
36-
37-
Package | Compatible Version
38-
----------|---------------------
39-
Vue js | 2.1.8
40-
Bootstrap | 4.0.0-alpha.5
41-
Webpack | 2.2.0-rc.4
37+
Both Vue v2 and Bootstrap v4 are changing so fast, specifically Bootstrap 4 is still in *alpha* stage.
38+
We do our best to stay up-to-date with the latest changes. Latest supported versions are indicated in badges on top of this page.
4239

4340

4441
# License

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"keywords": [
2727
"Bootstrap",
28-
"Bootstrap4",
28+
"Bootstrap 4",
2929
"Web",
3030
"Components",
3131
"Polymer",
@@ -70,14 +70,16 @@
7070
"presets": [
7171
[
7272
"es2015",
73-
{ "modules": false }
73+
{
74+
"modules": false
75+
}
7476
]
7577
]
7678
},
7779
"dependencies": {
78-
"bootstrap": "^4.0.0-alpha.5",
80+
"bootstrap": "^4.0.0-",
7981
"tether": "latest",
80-
"vue": "2.1.8"
82+
"vue": "latest"
8183
},
8284
"devDependencies": {
8385
"babel-core": "latest",
@@ -92,7 +94,7 @@
9294
"vue-analytics": "latest",
9395
"vue-loader": "latest",
9496
"vue-style-loader": "latest",
95-
"vue-template-compiler": "2.1.8",
96-
"webpack": "^2.2.0-rc.4"
97+
"vue-template-compiler": "latest",
98+
"webpack": "^2.2.0-rc.7"
9799
}
98100
}

yarn.lock

Lines changed: 51 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ amdefine@>=0.0.4:
4343
version "1.0.1"
4444
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
4545

46-
ansi-html@0.0.6, ansi-html@^0.0.6:
46+
ansi-html@0.0.6:
4747
version "0.0.6"
4848
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.6.tgz#bda8e33dd2ee1c20f54c08eb405713cbfc0ed80e"
4949

50+
ansi-html@^0.0.7:
51+
version "0.0.7"
52+
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
53+
5054
ansi-regex@^2.0.0:
5155
version "2.1.1"
5256
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@@ -776,7 +780,7 @@ boom@2.x.x:
776780
dependencies:
777781
hoek "2.x.x"
778782

779-
bootstrap@^4.0.0-alpha.5:
783+
bootstrap@^4.0.0-:
780784
version "4.0.0-alpha.6"
781785
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.6.tgz#4f54dd33ac0deac3b28407bc2df7ec608869c9c8"
782786
dependencies:
@@ -1288,7 +1292,7 @@ de-indent@^1.0.2:
12881292
version "1.0.2"
12891293
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
12901294

1291-
debug@^2.1.1, debug@^2.2.0, debug@^2.5.2:
1295+
debug@^2.1.1, debug@^2.2.0, debug@^2.6.0:
12921296
version "2.6.0"
12931297
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
12941298
dependencies:
@@ -1414,14 +1418,6 @@ error-ex@^1.2.0:
14141418
dependencies:
14151419
is-arrayish "^0.2.1"
14161420

1417-
es6-object-assign@^1.0.3:
1418-
version "1.0.3"
1419-
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.0.3.tgz#40a192e0fda5ee44ee8cf6f5b5d9b47cd0f69b14"
1420-
1421-
es6-promise@^4.0.5:
1422-
version "4.0.5"
1423-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.0.5.tgz#7882f30adde5b240ccfa7f7d78c548330951ae42"
1424-
14251421
escape-html@~1.0.3:
14261422
version "1.0.3"
14271423
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -2008,6 +2004,10 @@ js-tokens@^2.0.0:
20082004
version "2.0.0"
20092005
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5"
20102006

2007+
js-tokens@^3.0.0:
2008+
version "3.0.0"
2009+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.0.tgz#a2f2a969caae142fb3cd56228358c89366957bd1"
2010+
20112011
js-yaml@^3.4.3:
20122012
version "3.7.0"
20132013
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
@@ -2155,7 +2155,7 @@ lodash.uniq@^4.3.0:
21552155
version "4.5.0"
21562156
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
21572157

2158-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.2.0:
2158+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0:
21592159
version "4.17.4"
21602160
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
21612161

@@ -2168,10 +2168,10 @@ longest@^1.0.1:
21682168
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
21692169

21702170
loose-envify@^1.0.0:
2171-
version "1.3.0"
2172-
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.0.tgz#6b26248c42f6d4fa4b0d8542f78edfcde35642a8"
2171+
version "1.3.1"
2172+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
21732173
dependencies:
2174-
js-tokens "^2.0.0"
2174+
js-tokens "^3.0.0"
21752175

21762176
loud-rejection@^1.0.0:
21772177
version "1.6.0"
@@ -2218,13 +2218,6 @@ memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1:
22182218
errno "^0.1.3"
22192219
readable-stream "^2.0.1"
22202220

2221-
memory-fs@~0.3.0:
2222-
version "0.3.0"
2223-
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.3.0.tgz#7bcc6b629e3a43e871d7e29aca6ae8a7f15cbb20"
2224-
dependencies:
2225-
errno "^0.1.3"
2226-
readable-stream "^2.0.1"
2227-
22282221
meow@^3.7.0:
22292222
version "3.7.0"
22302223
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
@@ -2464,10 +2457,10 @@ number-is-nan@^1.0.0:
24642457
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
24652458

24662459
nuxt@latest:
2467-
version "0.9.5"
2468-
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.9.5.tgz#bbe7208b243a13b6883988dad1028f3a4a30ba56"
2460+
version "0.9.6"
2461+
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.9.6.tgz#4a16df9e031a6b2057ead514eb8ff958c5f40d07"
24692462
dependencies:
2470-
ansi-html "^0.0.6"
2463+
ansi-html "^0.0.7"
24712464
autoprefixer "^6.6.0"
24722465
babel-core "^6.21.0"
24732466
babel-loader "^6.2.10"
@@ -2480,31 +2473,29 @@ nuxt@latest:
24802473
co "^4.6.0"
24812474
cross-spawn "^5.0.1"
24822475
css-loader "^0.26.1"
2483-
debug "^2.5.2"
2484-
es6-object-assign "^1.0.3"
2485-
es6-promise "^4.0.5"
2476+
debug "^2.6.0"
24862477
extract-text-webpack-plugin "2.0.0-beta.4"
24872478
file-loader "^0.9.0"
24882479
fs-extra "^1.0.0"
24892480
glob "^7.1.1"
24902481
hash-sum "^1.0.2"
24912482
html-minifier "^3.2.3"
2492-
lodash "^4.17.3"
2483+
lodash "^4.17.4"
24932484
lru-cache "^4.0.2"
24942485
memory-fs "^0.4.1"
24952486
path-to-regexp "^1.7.0"
24962487
pify "^2.3.0"
24972488
serialize-javascript "^1.3.0"
24982489
serve-static "^1.11.1"
24992490
url-loader "^0.5.7"
2500-
vue "^2.1.7"
2491+
vue "^2.1.8"
25012492
vue-loader "^10.0.2"
25022493
vue-meta "^0.5.3"
25032494
vue-router "^2.1.1"
2504-
vue-server-renderer "^2.1.7"
2505-
vue-template-compiler "^2.1.7"
2495+
vue-server-renderer "^2.1.8"
2496+
vue-template-compiler "^2.1.8"
25062497
vuex "^2.1.1"
2507-
webpack "2.2.0-rc.2"
2498+
webpack "^2.2.0-rc.5"
25082499
webpack-dev-middleware "^1.9.0"
25092500
webpack-hot-middleware "^2.14.0"
25102501

@@ -2513,8 +2504,8 @@ oauth-sign@~0.8.1:
25132504
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
25142505

25152506
object-assign@^4.0.0, object-assign@^4.0.1, object-assign@^4.1.0:
2516-
version "4.1.0"
2517-
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0"
2507+
version "4.1.1"
2508+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
25182509

25192510
object.omit@^2.0.0:
25202511
version "2.0.1"
@@ -3344,13 +3335,13 @@ sort-keys@^1.0.0:
33443335
dependencies:
33453336
is-plain-obj "^1.0.0"
33463337

3347-
source-list-map@^0.1.4, source-list-map@~0.1.0:
3338+
source-list-map@^0.1.4, source-list-map@~0.1.7:
33483339
version "0.1.8"
33493340
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
33503341

33513342
source-map-support@^0.4.2:
3352-
version "0.4.8"
3353-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.8.tgz#4871918d8a3af07289182e974e32844327b2e98b"
3343+
version "0.4.10"
3344+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.10.tgz#d7b19038040a14c0837a18e630a196453952b378"
33543345
dependencies:
33553346
source-map "^0.5.3"
33563347

@@ -3415,8 +3406,8 @@ stream-browserify@^2.0.1:
34153406
readable-stream "^2.0.2"
34163407

34173408
stream-http@^2.3.1:
3418-
version "2.6.1"
3419-
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.6.1.tgz#7d20fcdfebc16b16e4174e31dd94cd9c70f10e89"
3409+
version "2.6.2"
3410+
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.6.2.tgz#bdfe40d2ee9262eb6bf2255bb3ad0ec0cdd6526d"
34203411
dependencies:
34213412
builtin-status-codes "^3.0.0"
34223413
inherits "^2.0.1"
@@ -3475,8 +3466,8 @@ supports-color@^2.0.0:
34753466
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
34763467

34773468
supports-color@^3.1.0, supports-color@^3.1.2:
3478-
version "3.1.2"
3479-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
3469+
version "3.2.3"
3470+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
34803471
dependencies:
34813472
has-flag "^1.0.0"
34823473

@@ -3680,9 +3671,9 @@ vue-router@^2.1.1:
36803671
version "2.1.1"
36813672
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-2.1.1.tgz#10c31bbdcb6da92bd3e0223fa12345e73018625a"
36823673

3683-
vue-server-renderer@^2.1.7:
3684-
version "2.1.8"
3685-
resolved "https://registry.yarnpkg.com/vue-server-renderer/-/vue-server-renderer-2.1.8.tgz#834f2fc940b87f6f9bc6a1c8a604fddd5e6283ba"
3674+
vue-server-renderer@^2.1.8:
3675+
version "2.1.9"
3676+
resolved "https://registry.yarnpkg.com/vue-server-renderer/-/vue-server-renderer-2.1.9.tgz#cc4387aafa44a709db920b3732e3bff089b72f0e"
36863677
dependencies:
36873678
de-indent "^1.0.2"
36883679
he "^1.1.0"
@@ -3693,9 +3684,9 @@ vue-style-loader@^1.0.0, vue-style-loader@latest:
36933684
dependencies:
36943685
loader-utils "^0.2.7"
36953686

3696-
vue-template-compiler@2.1.8, vue-template-compiler@^2.1.7:
3697-
version "2.1.8"
3698-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.1.8.tgz#12dd1cc63793f59be580c694a61610cb9369d629"
3687+
vue-template-compiler@^2.1.8, vue-template-compiler@latest:
3688+
version "2.1.9"
3689+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.1.9.tgz#240d99868b03dcc45eb3a638b96fb792707f3082"
36993690
dependencies:
37003691
de-indent "^1.0.2"
37013692
he "^1.1.0"
@@ -3704,15 +3695,15 @@ vue-template-es2015-compiler@^1.2.2:
37043695
version "1.5.0"
37053696
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.0.tgz#e4f672ab1718a3abf9171a080daefac31be117e1"
37063697

3707-
vue@2.1.8, vue@^2.1.7:
3708-
version "2.1.8"
3709-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.8.tgz#ae30aa86024fccf5535292ce414e7b4c221a1756"
3698+
vue@^2.1.8, vue@latest:
3699+
version "2.1.9"
3700+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.9.tgz#19ad2eae01f7c9eb911e089f65ed579bbf5ab9dd"
37103701

37113702
vuex@^2.1.1:
37123703
version "2.1.1"
37133704
resolved "https://registry.yarnpkg.com/vuex/-/vuex-2.1.1.tgz#78463ee45fae4871c5d05177b4e8cedd9e2cbccc"
37143705

3715-
watchpack@^1.0.0, watchpack@^1.2.0:
3706+
watchpack@^1.2.0:
37163707
version "1.2.0"
37173708
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.2.0.tgz#15d4620f1e7471f13fcb551d5c030d2c3eb42dbb"
37183709
dependencies:
@@ -3738,42 +3729,16 @@ webpack-hot-middleware@^2.14.0:
37383729
querystring "^0.2.0"
37393730
strip-ansi "^3.0.0"
37403731

3741-
webpack-sources@^0.1.0:
3742-
version "0.1.3"
3743-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.1.3.tgz#15ce2fb79d0a1da727444ba7c757bf164294f310"
3732+
webpack-sources@^0.1.0, webpack-sources@^0.1.4:
3733+
version "0.1.4"
3734+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.1.4.tgz#ccc2c817e08e5fa393239412690bb481821393cd"
37443735
dependencies:
3745-
source-list-map "~0.1.0"
3736+
source-list-map "~0.1.7"
37463737
source-map "~0.5.3"
37473738

3748-
webpack@2.2.0-rc.2:
3749-
version "2.2.0-rc.2"
3750-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.2.tgz#2665115b503ed68a7ec77d17c4e0389a5e386418"
3751-
dependencies:
3752-
acorn "^4.0.3"
3753-
acorn-dynamic-import "^2.0.0"
3754-
ajv "^4.7.0"
3755-
ajv-keywords "^1.1.1"
3756-
async "^2.1.2"
3757-
enhanced-resolve "^3.0.0"
3758-
interpret "^1.0.0"
3759-
json-loader "^0.5.4"
3760-
loader-runner "^2.2.0"
3761-
loader-utils "^0.2.16"
3762-
memory-fs "~0.3.0"
3763-
mkdirp "~0.5.0"
3764-
node-libs-browser "^2.0.0"
3765-
object-assign "^4.0.1"
3766-
source-map "^0.5.3"
3767-
supports-color "^3.1.0"
3768-
tapable "~0.2.5"
3769-
uglify-js "^2.7.5"
3770-
watchpack "^1.0.0"
3771-
webpack-sources "^0.1.0"
3772-
yargs "^6.0.0"
3773-
3774-
webpack@^2.2.0-rc.4:
3775-
version "2.2.0-rc.4"
3776-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.4.tgz#3d4bd04976be45fcb20c0eab7fe5a96f5ad53068"
3739+
webpack@^2.2.0-rc.5, webpack@^2.2.0-rc.7:
3740+
version "2.2.0-rc.7"
3741+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.7.tgz#08199749827fe2c21e2ddeb1615893b2b6dde40a"
37773742
dependencies:
37783743
acorn "^4.0.4"
37793744
acorn-dynamic-import "^2.0.0"
@@ -3793,7 +3758,7 @@ webpack@^2.2.0-rc.4:
37933758
tapable "~0.2.5"
37943759
uglify-js "^2.7.5"
37953760
watchpack "^1.2.0"
3796-
webpack-sources "^0.1.0"
3761+
webpack-sources "^0.1.4"
37973762
yargs "^6.0.0"
37983763

37993764
whet.extend@~0.9.9:

0 commit comments

Comments
 (0)