Skip to content

Commit

Permalink
feat: add notifications (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Mar 27, 2024
1 parent 1a2c9af commit e5db5c0
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 64 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export default async (): Promise<Config> => {
moduleNameMapper: {
'\\.(css|less)$': 'identity-obj-proxy'
},
transformIgnorePatterns: ['node_modules/(?!(multiformats|uint8arrays|@dcl/single-sign-on-client|decentraland-connect|uuid)/)']
transformIgnorePatterns: ['node_modules/(?!(multiformats|uint8arrays|@dcl/single-sign-on-client|decentraland-connect|uuid|decentraland-dapps)/)']
}
}
216 changes: 173 additions & 43 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0-development",
"type": "module",
"dependencies": {
"@dcl/schemas": "^9.10.0",
"@dcl/schemas": "^11.2.0",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/ui-env": "^1.4.1",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand All @@ -12,9 +13,9 @@
"@sentry/react": "^7.64.0",
"@typechain/ethers-v5": "^10.0.0",
"connected-react-router": "^6.9.1",
"decentraland-dapps": "^17.6.0",
"decentraland-dapps": "^19.3.2",
"decentraland-transactions": "^1.46.0",
"decentraland-ui": "^5.6.0",
"decentraland-ui": "^5.14.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"ethers": "^5.7.2",
Expand Down Expand Up @@ -74,6 +75,9 @@
"engines": {
"node": "^18"
},
"overrides": {
"@dcl/schemas": "^11.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/decentraland/account.git"
Expand Down
Loading

0 comments on commit e5db5c0

Please sign in to comment.