File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 49
49
"watch" : " rollup -c scripts/rollup.config.js --watch" ,
50
50
"docs-dev" : " nuxt dev -c docs/nuxt.config.js" ,
51
51
"docs-gen" : " nuxt generate -c docs/nuxt.config.js" ,
52
+ "docs-build" : " nuxt build -c docs/nuxt.config.js" ,
52
53
"docs-publish" :
53
54
" gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git" ,
54
55
"test" : " yarn lint && NODE_ENV=test jest" ,
58
59
},
59
60
"dependencies" : {
60
61
"bootstrap" : " ^4.0.0" ,
61
- "jquery" : " 1.9.1" ,
62
+ "jquery" : " 1.9.1 - 3 " ,
62
63
"lodash.startcase" : " ^4.4.0" ,
63
64
"opencollective" : " ^1.0.3" ,
64
65
"popper.js" : " ^1.12.9" ,
68
69
"@nuxtjs/google-analytics" : " ^2.0.2" ,
69
70
"@nuxtjs/pwa" : " ^2.0.5" ,
70
71
"babel-cli" : " ^6.26.0" ,
72
+ "babel-core" : " ^6.26.0" ,
71
73
"babel-plugin-external-helpers" : " ^6.22.0" ,
72
74
"babel-plugin-istanbul" : " ^4.1.5" ,
73
75
"clean-css" : " ^4.1.9" ,
Original file line number Diff line number Diff line change @@ -4732,9 +4732,9 @@ jpeg-js@^0.2.0:
4732
4732
version "0.2.0"
4733
4733
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.2.0.tgz#53e448ec9d263e683266467e9442d2c5a2ef5482"
4734
4734
4735
- jquery@1.9.1 :
4736
- version "1.9 .1"
4737
- resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.9 .1.tgz#e4cd4835faaefbade535857613c0fc3ff2adaf34 "
4735
+ " jquery@1.9.1 - 3 " :
4736
+ version "3.3 .1"
4737
+ resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3 .1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca "
4738
4738
4739
4739
js-base64@^2.1.8, js-base64@^2.1.9 :
4740
4740
version "2.4.1"
You can’t perform that action at this time.
0 commit comments