From: Adam Dullage Date: Tue, 28 Jun 2022 19:00:37 +0000 (+0100) Subject: Downgraded Bootstrap for compatibility with BootstrapVue X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a1b13df782424c8b23eb47e0d63cb2aedb83a87f;p=flatnotes.git Downgraded Bootstrap for compatibility with BootstrapVue --- diff --git a/package-lock.json b/package-lock.json index e5ceb8a..2252f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@toast-ui/vue-editor": "^3.0.2", "@vue/component-compiler-utils": "^3.2.2", "axios": "^0.21.1", - "bootstrap": "^5.0.2", + "bootstrap": "4.6", "bootstrap-vue": "^2.21.2", "parcel-bundler": "^1.12.5", "sass": "^1.37.5", @@ -1856,17 +1856,6 @@ "node": ">= 6.0.0" } }, - "node_modules/@popperjs/core": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz", - "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==", - "dev": true, - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/@toast-ui/editor": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@toast-ui/editor/-/editor-3.0.2.tgz", @@ -2448,16 +2437,17 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.2.tgz", - "integrity": "sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", + "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap" }, "peerDependencies": { - "@popperjs/core": "^2.9.2" + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" } }, "node_modules/bootstrap-vue": { @@ -2474,20 +2464,6 @@ "vue-functional-data-merge": "^3.1.0" } }, - "node_modules/bootstrap-vue/node_modules/bootstrap": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", - "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, - "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" - } - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -10959,13 +10935,6 @@ "physical-cpu-count": "^2.0.0" } }, - "@popperjs/core": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz", - "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==", - "dev": true, - "peer": true - }, "@toast-ui/editor": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@toast-ui/editor/-/editor-3.0.2.tgz", @@ -11461,9 +11430,9 @@ "dev": true }, "bootstrap": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.2.tgz", - "integrity": "sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", + "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", "dev": true, "requires": {} }, @@ -11478,15 +11447,6 @@ "popper.js": "^1.16.1", "portal-vue": "^2.1.7", "vue-functional-data-merge": "^3.1.0" - }, - "dependencies": { - "bootstrap": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", - "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==", - "dev": true, - "requires": {} - } } }, "brace-expansion": { diff --git a/package.json b/package.json index 5727f89..0f6c78b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@toast-ui/vue-editor": "^3.0.2", "@vue/component-compiler-utils": "^3.2.2", "axios": "^0.21.1", - "bootstrap": "^5.0.2", + "bootstrap": "4.6", "bootstrap-vue": "^2.21.2", "parcel-bundler": "^1.12.5", "sass": "^1.37.5",