Skip to content

Commit

Permalink
Merge pull request #438 from AlexsLemonade/dev
Browse files Browse the repository at this point in the history
Production Deploy
  • Loading branch information
davidsmejia authored Sep 15, 2023
2 parents 997917f + 602c350 commit cc05572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"react-dom": "^18.2.0",
"react-ga4": "^1.4.1",
"react-table": "^7.7.0",
"regenerator-runtime": "^0.14.0",
"styled-components": "^5.3.0",
"styled-reset": "^4.3.4",
"yup": "^0.32.9"
Expand Down
1 change: 1 addition & 0 deletions client/src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react'
import * as Sentry from '@sentry/react'
import 'regenerator-runtime/runtime'
import { Grommet } from 'grommet'
import { theme } from 'theme'
import { Layout } from 'components/Layout'
Expand Down
1 change: 1 addition & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11843,6 +11843,7 @@ __metadata:
react-dom: ^18.2.0
react-ga4: ^1.4.1
react-table: ^7.7.0
regenerator-runtime: ^0.14.0
storybook: ^7.4.1
styled-components: ^5.3.0
styled-reset: ^4.3.4
Expand Down

0 comments on commit cc05572

Please sign in to comment.