Skip to content

Commit 80a72ba

Browse files
author
Pooya Parsa
committed
update pkg
1 parent d8971a4 commit 80a72ba

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"watch": "rollup -c scripts/rollup.config.js --watch",
5050
"docs-dev": "nuxt dev -c docs/nuxt.config.js",
5151
"docs-gen": "nuxt generate -c docs/nuxt.config.js",
52+
"docs-build": "nuxt build -c docs/nuxt.config.js",
5253
"docs-publish":
5354
"gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
5455
"test": "yarn lint && NODE_ENV=test jest",
@@ -58,7 +59,7 @@
5859
},
5960
"dependencies": {
6061
"bootstrap": "^4.0.0",
61-
"jquery": "1.9.1",
62+
"jquery": "1.9.1 - 3",
6263
"lodash.startcase": "^4.4.0",
6364
"opencollective": "^1.0.3",
6465
"popper.js": "^1.12.9",
@@ -68,6 +69,7 @@
6869
"@nuxtjs/google-analytics": "^2.0.2",
6970
"@nuxtjs/pwa": "^2.0.5",
7071
"babel-cli": "^6.26.0",
72+
"babel-core": "^6.26.0",
7173
"babel-plugin-external-helpers": "^6.22.0",
7274
"babel-plugin-istanbul": "^4.1.5",
7375
"clean-css": "^4.1.9",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4732,9 +4732,9 @@ jpeg-js@^0.2.0:
47324732
version "0.2.0"
47334733
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.2.0.tgz#53e448ec9d263e683266467e9442d2c5a2ef5482"
47344734

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"
47384738

47394739
js-base64@^2.1.8, js-base64@^2.1.9:
47404740
version "2.4.1"

0 commit comments

Comments
 (0)