Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jchaselubitz committed Aug 26, 2024
1 parent aec5db5 commit 84c1c51
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 140 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"test:unit": "jest"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@apollo/client": "^3.11.4",
"@apollo/react-ssr": "^4.0.0",
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@google-cloud/storage": "^7.7.0",
"@graphql-codegen/typescript": "^4.0.1",
"@google-cloud/storage": "^7.12.1",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@next-auth/dgraph-adapter": "^1.0.5",
"@react-google-maps/api": "^2.17.0",
"@react-google-maps/api@react-google-maps/api": "^2.17.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
Expand All @@ -55,15 +55,15 @@
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.3",
"@types/yup": "^0.32.0",
"@walletconnect/core": "^2.6.2",
"@walletconnect/core": "^2.15.1",
"autoprefixer": "^10.4.1",
"axios": "^0.21.1",
"axios": "^1.7.5",
"babel-loader": "^8.2.2",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"compressorjs": "^1.1.1",
"country-state-city": "^3.1.4",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"js-file-download": "^0.4.12",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^9.0.0",
Expand All @@ -72,7 +72,7 @@
"multer": "^1.4.5-lts.1",
"multer-google-storage": "^1.3.0",
"next": "^13.2.4",
"next-auth": "^4.24.5",
"next-auth": "^4.24.7",
"next-connect": "^0.13.0",
"nodemailer": "^6.9.1",
"postcss": "^8.4.16",
Expand All @@ -83,7 +83,7 @@
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-drag-drop-files": "^2.3.10",
"react-google-places-autocomplete": "^4.0.1",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.4.1",
Expand All @@ -99,7 +99,7 @@
"yup": "^1.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/cli": "^5.0.2",
"@netlify/plugin-nextjs": "^4.41.3",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.15",
Expand Down
2 changes: 1 addition & 1 deletion testStablecoins/build/contracts/TestUSDC.json
Original file line number Diff line number Diff line change
Expand Up @@ -10191,7 +10191,7 @@
}
},
"schemaVersion": "3.4.16",
"updatedAt": "2023-12-18T20:45:17.520Z",
"updatedAt": "2024-08-26T10:17:09.217Z",
"networkType": "ethereum",
"devdoc": {
"errors": {
Expand Down
Loading

0 comments on commit 84c1c51

Please sign in to comment.