Skip to content

Commit

Permalink
Merge branch 'dev' into IN-839
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Aug 16, 2023
2 parents ffd291a + 1ad5f45 commit 539f141
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@weareinreach/util": "workspace:*",
"axios": "1.4.0",
"cookies-next": "2.1.2",
"core-js": "3.32.0",
"dayjs": "1.11.9",
"deepmerge": "4.3.1",
"duration-fns": "3.0.2",
Expand Down
1 change: 1 addition & 0 deletions apps/app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { appCache, appTheme } from '@weareinreach/ui/theme'
import { api } from '~app/utils/api'

import nextI18nConfig from '../../next-i18next.config.mjs'
import 'core-js/features/array/at'

const fontWorkSans = Work_Sans({ subsets: ['latin'] })

Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 539f141

Please sign in to comment.