1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-30 18:24:35 +01:00

Downgrade and temporarily pin RxJS to 7.2.0 because of weird errors

This commit is contained in:
squidfunk 2021-08-03 23:45:04 +02:00
parent b7e5b3d8fc
commit 4bf7fbb942
8 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

View File

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 585 B

View File

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,7 @@ theme:
# - header.autohide # - header.autohide
# - navigation.expand # - navigation.expand
# - navigation.indexes # - navigation.indexes
# - navigation.instant - navigation.instant
- navigation.sections - navigation.sections
- navigation.tabs - navigation.tabs
# - navigation.tabs.sticky # - navigation.tabs.sticky

6
package-lock.json generated
View File

@ -7436,9 +7436,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "7.3.0", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.3.0.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.2.0.tgz",
"integrity": "sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==", "integrity": "sha512-aX8w9OpKrQmiPKfT1bqETtUr9JygIz6GZ+gql8v7CijClsP0laoFUdKzxFAoWuRdSlOdU2+crss+cMf+cqMTnw==",
"requires": { "requires": {
"tslib": "~2.1.0" "tslib": "~2.1.0"
}, },

View File

@ -42,7 +42,7 @@
"fuzzaldrin-plus": "^0.6.0", "fuzzaldrin-plus": "^0.6.0",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"lunr-languages": "^1.8.0", "lunr-languages": "^1.8.0",
"rxjs": "^7.3.0" "rxjs": "7.2.0"
}, },
"devDependencies": { "devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",