Skip to content

Commit ce0d172

Browse files
author
Pooya Parsa
committed
0.4.2
1 parent e145206 commit ce0d172

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,14 @@ Both Vue v2 and Bootstrap v4 are changing so fast, specifically Bootstrap 4 is s
3636

3737
Package | Compatible Version
3838
----------|---------------------
39-
Vue js | 2.1.7
39+
Vue js | 2.1.8
4040
Bootstrap | 4.0.0-alpha.5
41-
Webpack | 2.2.0-rc.2
42-
43-
41+
Webpack | 2.2.0-rc.4
4442

4543

46-
44+
# License
4745
The MIT License (MIT)
48-
49-
Copyright (c) 2016 Pooya Parsa <pooya@pi0.ir>
46+
Copyright (c) 2016 Pooya Parsa
5047

5148
Permission is hereby granted, free of charge, to any person obtaining a copy
5249
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"bootstrap": "^4.0.0-alpha.5",
7878
"tether": "latest",
79-
"vue": "2.1.7"
79+
"vue": "2.1.8"
8080
},
8181
"devDependencies": {
8282
"babel-core": "latest",
@@ -91,7 +91,7 @@
9191
"vue-analytics": "latest",
9292
"vue-loader": "latest",
9393
"vue-style-loader": "latest",
94-
"vue-template-compiler": "2.1.7",
95-
"webpack": "^2.2.0-rc.2"
94+
"vue-template-compiler": "2.1.8",
95+
"webpack": "^2.2.0-rc.4"
9696
}
9797
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,9 +3693,9 @@ vue-style-loader@^1.0.0, vue-style-loader@latest:
36933693
dependencies:
36943694
loader-utils "^0.2.7"
36953695

3696-
vue-template-compiler@2.1.7, vue-template-compiler@^2.1.7:
3697-
version "2.1.7"
3698-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.1.7.tgz#5e1fc983271d3ac24c79abb64b71383357e2cea5"
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"
36993699
dependencies:
37003700
de-indent "^1.0.2"
37013701
he "^1.1.0"
@@ -3704,9 +3704,9 @@ vue-template-es2015-compiler@^1.2.2:
37043704
version "1.5.0"
37053705
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.0.tgz#e4f672ab1718a3abf9171a080daefac31be117e1"
37063706

3707-
vue@2.1.7, vue@^2.1.7:
3708-
version "2.1.7"
3709-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.7.tgz#747880cb70a50c66cb8791aacfee7a6dab7fc842"
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"
37103710

37113711
vuex@^2.1.1:
37123712
version "2.1.1"
@@ -3771,7 +3771,7 @@ webpack@2.2.0-rc.2:
37713771
webpack-sources "^0.1.0"
37723772
yargs "^6.0.0"
37733773

3774-
webpack@^2.2.0-rc.2:
3774+
webpack@^2.2.0-rc.4:
37753775
version "2.2.0-rc.4"
37763776
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.4.tgz#3d4bd04976be45fcb20c0eab7fe5a96f5ad53068"
37773777
dependencies:

0 commit comments

Comments
 (0)