Skip to content

Commit

Permalink
Merge pull request #749 from twin-te/fix/array-at-unsupport-error
Browse files Browse the repository at this point in the history
Add `Array#at` polyfill
  • Loading branch information
HosokawaR authored Oct 16, 2023
2 parents 38a3667 + 1ada30b commit 80bbc76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@vueuse/head": "^1.0.24",
"aspida": "^1.6.3",
"axios": "^1.4.0",
"core-js": "^3.33.0",
"dayjs": "^1.10.4",
"firebase": "^8.3.2",
"lodash": "^4.17.21",
Expand Down
1 change: 1 addition & 0 deletions src/ui/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "core-js/features/array/at";
import { createGtm } from "@gtm-support/vue-gtm";
import { BrowserTracing } from "@sentry/tracing";
import * as Sentry from "@sentry/vue";
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5546,6 +5546,11 @@ core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7"
integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==

core-js@^3.33.0:
version "3.33.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.0.tgz#70366dbf737134761edb017990cf5ce6c6369c40"
integrity sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==

core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
Expand Down

1 comment on commit 80bbc76

@vercel
Copy link

@vercel vercel bot commented on 80bbc76 Oct 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

twinte-front-staging – ./

twinte-front-staging-git-main-twin-te.vercel.app
app.dev.twinte.net
twinte-front-staging-twin-te.vercel.app

Please sign in to comment.