1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

bootstrap 5 contains breaking changes, reverting

This commit is contained in:
Patrik J. Braun 2021-05-11 16:23:58 +02:00
parent 4ab1f558d1
commit 8a0f663e37
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4875,9 +4875,9 @@
"dev": true
},
"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==",
"dev": true
},
"brace-expansion": {

View File

@ -99,7 +99,7 @@
"@types/sharp": "0.28.1",
"@types/winston": "2.4.4",
"@types/xml2js": "0.4.8",
"bootstrap": "5.0.0",
"bootstrap": "4.6.0",
"chai": "4.3.4",
"chai-http": "4.3.0",
"codelyzer": "6.0.2",