0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/admin-x-framework
Sag 9b7f1be740
Replaced Array.at() for better browser compatibility (#20315)
fixes https://linear.app/tryghost/issue/SLO-125

- Array.at() has been introduced in ECMAScript 2022 and is currently not
supported by older browsers, e.g. Safari < 15.4
2024-06-04 06:20:32 +00:00
..
src Replaced Array.at() for better browser compatibility (#20315) 2024-06-04 06:20:32 +00:00
test Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
.eslintrc.cjs
.gitignore Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00
package.json Pinned dependencies (#20257) 2024-05-27 15:29:32 +00:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00