Skip to content

Commit

Permalink
fix(web): downgrade auspice to avoid crash on tree page
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jun 19, 2024
1 parent cf1eb54 commit 1f06cfb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Nextclade 3.7.3

### Nextclade Web

### Fix crash on tree page in Nextclade Web

Temporarily downgrade Auspice from 2.55.0 to 2.54.3 to prevent the tree page in Nextclade Web from crashing. The definitive fix will follow.

## Nextclade 3.7.2

### General
Expand Down
2 changes: 1 addition & 1 deletion packages/nextclade-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@hapi/accept": "6.0.3",
"@hapi/content": "6.0.0",
"animate.css": "4.1.1",
"auspice": "2.55.0",
"auspice": "2.54.3",
"autoprefixer": "10.4.5",
"awesomplete": "1.1.5",
"axios": "0.27.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nextclade-web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4608,10 +4608,10 @@ attr-accept@^2.2.2:
resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b"
integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==

auspice@2.55.0:
version "2.55.0"
resolved "https://registry.yarnpkg.com/auspice/-/auspice-2.55.0.tgz#c9e5890e3fbbf45bf723fb54fcd5c9cfbcae905c"
integrity sha512-KMg3NycBB1F3ruYUVy2kxXrkoyChVR6JfXp8D9RhOGVxt9HAYzLNYCQuHM/bQ8dpF7PR5xzbC9G76PWv/yLQNg==
auspice@2.54.3:
version "2.54.3"
resolved "https://registry.yarnpkg.com/auspice/-/auspice-2.54.3.tgz#b6de4e2f65ddc4b4b9f132ff4564acfb2f21fa11"
integrity sha512-HYnI+pl2+s6kEXkk2I4LIuR5ecI4Vd0GJyFrhwCVTZTS1XNxmAZKEusV4pDkxwXnTOoCX/8TjyIrO0hGXlCQeg==
dependencies:
"@babel/core" "^7.3.4"
"@babel/plugin-proposal-class-properties" "^7.3.4"
Expand Down

0 comments on commit 1f06cfb

Please sign in to comment.