Merge pull request #19416 from edx/raees/update-bootstrap

Updated edx-bootstrap version to 1.0.3. Updating it on platform as part of
This commit is contained in:
raeeschachar
2018-12-12 15:30:43 +05:00
committed by GitHub
2 changed files with 25 additions and 5 deletions

28
package-lock.json generated
View File

@@ -36,6 +36,21 @@
"universal-cookie": "2.1.5"
},
"dependencies": {
"@edx/edx-bootstrap": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@edx/edx-bootstrap/-/edx-bootstrap-0.4.3.tgz",
"integrity": "sha512-ndS249Wd7EkG34rbvR6TG3oiaYajHiHUrqoEt0Sh1OBysR5Rc4Jk37XDPz5Qc1NCe35nyxljNqpt2SX7/EFBCg==",
"requires": {
"bootstrap": "4.0.0-beta.2",
"jquery": "3.3.1",
"popper.js": "1.12.9"
}
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"prop-types": {
"version": "15.6.1",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz",
@@ -49,15 +64,20 @@
}
},
"@edx/edx-bootstrap": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@edx/edx-bootstrap/-/edx-bootstrap-0.4.3.tgz",
"integrity": "sha512-ndS249Wd7EkG34rbvR6TG3oiaYajHiHUrqoEt0Sh1OBysR5Rc4Jk37XDPz5Qc1NCe35nyxljNqpt2SX7/EFBCg==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@edx/edx-bootstrap/-/edx-bootstrap-1.0.3.tgz",
"integrity": "sha512-3T6yYiLK9WdIn0iwjLoWfrsDqgfd0byiVB3aXK7w4oaltdVzA/fB/qU3iKrJ8cy4T6ZgDA2uFP726fU0StmxUw==",
"requires": {
"bootstrap": "4.0.0-beta.2",
"bootstrap": "4.0.0",
"jquery": "3.3.1",
"popper.js": "1.12.9"
},
"dependencies": {
"bootstrap": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz",
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"dependencies": {
"@edx/cookie-policy-banner": "1.1.10",
"@edx/edx-bootstrap": "0.4.3",
"@edx/edx-bootstrap": "1.0.3",
"@edx/paragon": "2.6.4",
"@edx/studio-frontend": "1.16.12",
"babel-core": "6.26.0",