Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Includes upgrading deep dependencies that had minor security vulnerabilities in their older versions
  • Loading branch information
No-Cash-7970 committed Jun 3, 2024
1 parent 8fb035e commit 1004440
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 199 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"install:dev": "yarn install && gulp installDev --no-color"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^6.0.2",
"@algorandfoundation/algokit-utils": "^6.0.5",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-toast": "^1.1.5",
"@tabler/icons-react": "^3.4.0",
"@tabler/icons-react": "^3.5.0",
"@tailwindcss/typography": "^0.5.13",
"@txnlab/use-wallet": "^2.8.2",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"accept-language": "^3.0.18",
"algosdk": "^2.7.0",
Expand All @@ -36,10 +36,10 @@
"gulp": "^5.0.0",
"gulp-execa": "^7.0.0",
"gulp-rename": "^2.0.0",
"i18next": "^23.11.4",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jotai": "^2.8.0",
"jotai": "^2.8.3",
"jotai-form": "^0.1.6",
"js-yaml": "^4.1.0",
"lute-connect": "^1.2.0",
Expand All @@ -48,24 +48,25 @@
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-i18next": "^14.1.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"use-debounce": "^10.0.0",
"use-debounce": "^10.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@release-it/conventional-changelog": "^8.0.1",
"@swc-jotai/react-refresh": "^0.1.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
Expand All @@ -74,10 +75,10 @@
"eslint-plugin-yml": "^1.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.6.11",
"release-it": "^17.2.1",
"ts-jest": "^29.1.2",
"yaml-eslint-parser": "^1.2.2"
"lefthook": "^1.6.15",
"release-it": "^17.3.0",
"ts-jest": "^29.1.4",
"yaml-eslint-parser": "^1.2.3"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 1004440

Please sign in to comment.