Skip to content

Commit

Permalink
chore(dependencies): automatic updates
Browse files Browse the repository at this point in the history
Signed-off-by: cTux <[email protected]>
  • Loading branch information
web-flow committed Feb 1, 2025
1 parent e28ce3b commit 558bf1c
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 2,316 deletions.
62 changes: 33 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,51 +22,51 @@
"pnpm": "^9"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"axios": "^1.7.7",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^5.16.14",
"axios": "^1.7.9",
"plop": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-router-dom": "^6.27.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.2",
"react-router-dom": "^6.29.0",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@commitlint/config-conventional": "^19.5.0",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@storybook/addon-actions": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20.17.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.3.4",
"ctux-check-engine": "^1.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.3",
"storybook": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"prettier": "^3.4.2",
"storybook": "^8.5.2",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-svgr": "^4.2.0"
"vite-plugin-svgr": "^4.3.0"
},
"pnpm": {
"overrides": {
Expand Down Expand Up @@ -108,7 +108,11 @@
"path-to-regexp@<0.1.10": ">=0.1.10",
"vite@>=5.2.0 <5.2.14": ">=5.2.14",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cookie@<0.7.0": ">=0.7.0"
"cookie@<0.7.0": ">=0.7.0",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8",
"vite@>=5.0.0 <=5.4.11": ">=5.4.12",
"path-to-regexp@<0.1.12": ">=0.1.12"
}
}
}
Loading

0 comments on commit 558bf1c

Please sign in to comment.