Skip to content

Commit

Permalink
Updated dependencies (#241)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Update browser support
  • Loading branch information
quietbits authored and piyalbasu committed Sep 23, 2021
1 parent e98ee3f commit be4d3be
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 159 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"@stellar/design-system": "^0.4.0",
"@stellar/frontend-helpers": "^2.0.0",
"@stellar/prettier-config": "^1.0.1",
"@stellar/wallet-sdk": "^0.4.0-rc.0",
"@stellar/wallet-sdk": "^0.5.0-rc.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"bignumber.js": "^9.0.1",
"crypto": "^1.0.1",
"dompurify": "^2.3.0",
"dompurify": "^2.3.3",
"html-react-parser": "^1.2.7",
"lodash": "^4.17.21",
"marked": "^2.1.3",
"marked": "^3.0.4",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.4",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redux": "^4.1.1",
"stellar-sdk": "^8.2.5",
"stellar-sdk": "^9.0.0-beta.1",
"styled-components": "^5.3.0",
"toml": "^3.0.0",
"tslib": "^2.3.0",
Expand Down Expand Up @@ -75,33 +75,33 @@
"devDependencies": {
"@stellar/eslint-config": "^2.1.1",
"@stellar/tsconfig": "^1.0.2",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.172",
"@types/marked": "^2.0.4",
"@types/node": "^16.4.12",
"@types/react": "^17.0.15",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.173",
"@types/marked": "^3.0.1",
"@types/node": "^16.9.4",
"@types/react": "^17.0.22",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/react-router-dom": "^5.1.9",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"concurrently": "^6.2.0",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"concurrently": "^6.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^36.0.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1"
}
Expand Down
Loading

0 comments on commit be4d3be

Please sign in to comment.