Skip to content

Commit

Permalink
Merge pull request #5 from zama-ai/update-dapps
Browse files Browse the repository at this point in the history
fix: update dependencies and use latest devnet
  • Loading branch information
immortal-tofu authored Feb 13, 2024
2 parents 42ed33f + 73238a1 commit f48663d
Show file tree
Hide file tree
Showing 14 changed files with 6,503 additions and 5,322 deletions.
8 changes: 8 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
const CopyPlugin = require('copy-webpack-plugin');
const webpack = require('webpack');

exports.onCreateWebpackConfig = ({ actions }) => {
actions.setWebpackConfig({
resolve: {
fallback: {
'tfhe_bg.wasm': require.resolve('tfhe/tfhe_bg.wasm'),
buffer: require.resolve('buffer/'),
crypto: require.resolve('crypto-browserify'),
stream: require.resolve('stream-browserify'),
path: require.resolve('path-browserify'),
},
},
plugins: [
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
new CopyPlugin({
patterns: [
{
Expand Down
10,692 changes: 6,170 additions & 4,522 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"start": "cross-env GATSBY_TELEMETRY_DISABLED=1 NODE_ENV=development gatsby develop"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.11.13",
"dayjs": "^1.11.7",
"eip-712": "^1.0.0",
"ethers": "^6.6.2",
"fhevmjs": "^0.2.0",
"gatsby": "^5.5.0",
"gatsby-plugin-emotion": "^8.7.0",
"gatsby-plugin-postcss": "^6.7.0",
"fhevmjs": "^0.3.2",
"gatsby": "^5.13.3",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
Expand All @@ -36,6 +36,7 @@
"@types/node": "^18.14.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
Expand All @@ -48,8 +49,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"path-browserify": "^1.0.1",
"prettier": "^2.8.3",
"prettier": "^3.2.5",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit f48663d

Please sign in to comment.