Skip to content

Commit

Permalink
Merge pull request #643 from cstenglein/dependencies-20230726
Browse files Browse the repository at this point in the history
(dev): update dependencies
  • Loading branch information
cstenglein authored Jul 26, 2023
2 parents ba6b47b + 104f8f8 commit d1386cc
Show file tree
Hide file tree
Showing 2 changed files with 1,715 additions and 1,420 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,39 @@
"@bitcoin-design/bitcoin-icons-react": "^0.1.9",
"@heroicons/react": "^2.0.18",
"axios": "^1.4.0",
"i18next": "^23.2.8",
"i18next": "^23.3.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.14.1",
"react-hook-form": "^7.45.2",
"react-i18next": "^13.0.2",
"react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.18.0"
"react-tooltip": "^5.19.0"
},
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.2",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"msw": "^1.2.2",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"msw": "^1.2.3",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "~5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.7",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
Expand Down
Loading

0 comments on commit d1386cc

Please sign in to comment.