1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-23 18:07:47 +02:00

upgrade to bs5-alpha3

still works fine, so no code changes needed.
This commit is contained in:
Harvey Tindall 2020-11-15 17:16:57 +00:00
parent f3c3b3ce76
commit ea80d2cb78
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -205,9 +205,9 @@
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
},
"bootstrap": {
"version": "5.0.0-alpha2",
"resolved": "https://registry.npm.taobao.org/bootstrap/download/bootstrap-5.0.0-alpha2.tgz",
"integrity": "sha1-43zlg271fGkdfiNp9zgbhy0hX4M="
"version": "5.0.0-alpha3",
"resolved": "https://registry.npm.taobao.org/bootstrap/download/bootstrap-5.0.0-alpha3.tgz?cache=0&sync_timestamp=1605115180548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbootstrap%2Fdownload%2Fbootstrap-5.0.0-alpha3.tgz",
"integrity": "sha1-9au9OHQDg9a44EEhKu9eoiDn2qo="
},
"bootstrap4": {
"version": "npm:bootstrap@4.5.0",

View File

@ -19,7 +19,7 @@
"dependencies": {
"@types/jquery": "^3.5.3",
"autoprefixer": "^9.8.5",
"bootstrap": "^5.0.0-alpha2",
"bootstrap": "^5.0.0-alpha3",
"bootstrap4": "npm:bootstrap@^4.5.0",
"clean-css-cli": "^4.3.0",
"esbuild": "^0.7.8",