Skip to content

Commit

Permalink
chore(deps): upgraded toastify (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Jan 23, 2024
1 parent 603a050 commit d7eac5c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 105 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.5",
"@mui/material": "^5.15.6",
"axios": "^1.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.3",
"react-toastify": "^9.1.3"
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@storybook/addon-actions": "^7.6.10",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
Expand All @@ -46,8 +46,8 @@
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"ctux-check-engine": "^1.12.0",
Expand Down
Loading

0 comments on commit d7eac5c

Please sign in to comment.