Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 14, 2022
1 parent 797db9c commit a5778b7
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 286 deletions.
8 changes: 4 additions & 4 deletions libs/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@babel/core": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.2.1",
"babel-jest": "^28.1.2",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.21.1",
"browserslist": "^4.21.2",
"buffer": "^6.0.3",
"camelcase": "^7.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
Expand All @@ -54,8 +54,8 @@
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-resolve": "^28.1.1",
"jest": "^28.1.3",
"jest-resolve": "^28.1.3",
"jest-watch-typeahead": "^2.0.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.14",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/big.js": "^6.1.5",
"@types/node": "^18.0.3",
"@types/node": "^18.0.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^1.0.0-beta.14",
"@lifi/sdk": "^1.0.1",
"@lifi/wallet-management": "^1.1.1",
"@lifi/widget": "^1.8.1",
"@mui/icons-material": "^5.8.4",
Expand Down Expand Up @@ -53,4 +53,4 @@
"last 1 safari version"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@emotion/styled": "^11.9.3",
"@ethersproject/experimental": "^5.6.3",
"@ethersproject/providers": "^5.6.8",
"@lifi/sdk": "^1.0.0",
"@lifi/sdk": "^1.0.1",
"@lifi/wallet-management": "^1.1.1",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.90",
Expand All @@ -61,12 +61,12 @@
"@sentry/react": "^7.6.0",
"@sentry/tracing": "^7.6.0",
"big.js": "^6.2.1",
"i18next": "^21.8.13",
"i18next": "^21.8.14",
"immer": "^9.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.1",
"react-i18next": "^11.18.0",
"react-i18next": "^11.18.1",
"react-query": "^4.0.0-beta.23",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^6.3.0",
Expand Down
Loading

0 comments on commit a5778b7

Please sign in to comment.