Skip to content

Commit

Permalink
Rollback superstruct bump (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Nov 2, 2023
1 parent 8b07996 commit fa8510d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lit": "^2.7.6",
"memoize-one": "^6.0.0",
"sortablejs": "^1.15.0",
"superstruct": "^1.0.3"
"superstruct": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down

2 comments on commit fa8510d

@DigiLive
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I know the reason for the rollback of the superstructure version?
I'm concerned it might affect my project as well.

Thanks.

@piitaya
Copy link
Owner Author

@piitaya piitaya commented on fa8510d Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes issues on old iOS versions : #1278.

It must be fixed by adding a polyfill but I preferred to rollback the version as the latest version is not needed and I wanted a quick fix for users.

It caused this issue :

Uncaught (in promise) RangeError: Invalid timeZoneName

Please sign in to comment.