Add findlast shim for outdated browsers (#1463)

* Add findlast shim for crappy browsers

* Fix types
This commit is contained in:
Paul Frazee 2023-09-15 14:40:15 -07:00 committed by GitHub
parent 0672451ddc
commit 754663e5c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 153 additions and 1 deletions

View file

@ -67,6 +67,7 @@
"@tiptap/suggestion": "^2.0.0-beta.220",
"@types/node": "^18.16.2",
"@zxing/text-encoding": "^0.9.0",
"array.prototype.findlast": "^1.2.3",
"await-lock": "^2.2.2",
"base64-js": "^1.5.1",
"bcp-47-match": "^2.0.3",