This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0cd1ad73f21 Website: Revert "Bump bootstrap from 4.6.0 to 5.0.0
(#559)" (#564)
0cd1ad73f21 is described below
commit 0cd1ad73f2119a22fc03767fb2519663617cf501
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Nov 26 12:35:58 2024 +0100
Website: Revert "Bump bootstrap from 4.6.0 to 5.0.0 (#559)" (#564)
This reverts commit bc43ff0dc626b52e84c6643e37c20b2d731ee7bf.
---
package-lock.json | 33 +++++++++------------------------
package.json | 2 +-
2 files changed, 10 insertions(+), 25 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 323e5681f61..5b0c09e1b5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
- "bootstrap": "^5.0.0",
+ "bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"webpack": "^5.94.0",
@@ -79,16 +79,6 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
- "node_modules/@popperjs/core": {
- "version": "2.11.8",
- "resolved":
"https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
- "integrity":
"sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
- "peer": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/popperjs"
- }
- },
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved":
"https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@@ -332,15 +322,16 @@
}
},
"node_modules/bootstrap": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
- "integrity":
"sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
+ "integrity":
"sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==",
"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/browserslist": {
@@ -1401,12 +1392,6 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
- "@popperjs/core": {
- "version": "2.11.8",
- "resolved":
"https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
- "integrity":
"sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
- "peer": true
- },
"@types/estree": {
"version": "1.0.5",
"resolved":
"https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@@ -1620,9 +1605,9 @@
"integrity":
"sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA=="
},
"bootstrap": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
- "integrity":
"sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
+ "integrity":
"sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==",
"requires": {}
},
"browserslist": {
diff --git a/package.json b/package.json
index bc8dd47e9c9..74dc06e2ed2 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/apache/arrow-site#readme",
"dependencies": {
- "bootstrap": "^5.0.0",
+ "bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"webpack": "^5.94.0",