mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
chore: update deps, apply updated eslint ocnfig
This commit is contained in:
64
package.json
64
package.json
@@ -13,55 +13,55 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.0.5",
|
||||
"@hookform/resolvers": "^3.1.1",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"@hookform/resolvers": "^3.3.1",
|
||||
"@radix-ui/react-checkbox": "^1.0.4",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@radix-ui/react-label": "^2.0.2",
|
||||
"@radix-ui/react-radio-group": "^1.1.3",
|
||||
"@radix-ui/react-slider": "^1.1.2",
|
||||
"@radix-ui/react-tabs": "^1.0.4",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"@storybook/theming": "^7.2.1",
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
"@storybook/theming": "^7.4.6",
|
||||
"clsx": "^2.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.45.2",
|
||||
"react-redux": "^8.1.2",
|
||||
"react-router-dom": "^6.14.2",
|
||||
"react-hook-form": "^7.47.0",
|
||||
"react-redux": "^8.1.3",
|
||||
"react-router-dom": "^6.16.0",
|
||||
"react-toastify": "^9.1.3",
|
||||
"remeda": "^1.24.0",
|
||||
"storybook-addon-react-router-v6": "^2.0.0",
|
||||
"zod": "^3.21.4"
|
||||
"remeda": "^1.27.1",
|
||||
"storybook-addon-react-router-v6": "^2.0.7",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hookform/devtools": "^4.3.1",
|
||||
"@it-incubator/eslint-config": "^0.1.3",
|
||||
"@it-incubator/eslint-config": "^1.0.1",
|
||||
"@it-incubator/prettier-config": "^0.1.2",
|
||||
"@it-incubator/stylelint-config": "^0.1.5",
|
||||
"@storybook/addon-essentials": "^7.2.1",
|
||||
"@storybook/addon-interactions": "^7.2.1",
|
||||
"@storybook/addon-links": "^7.2.1",
|
||||
"@storybook/addon-essentials": "^7.4.6",
|
||||
"@storybook/addon-interactions": "^7.4.6",
|
||||
"@storybook/addon-links": "^7.4.6",
|
||||
"@storybook/addon-onboarding": "^1.0.8",
|
||||
"@storybook/blocks": "^7.2.1",
|
||||
"@storybook/react": "^7.2.1",
|
||||
"@storybook/react-vite": "^7.2.1",
|
||||
"@storybook/testing-library": "^0.2.0",
|
||||
"@types/node": "^20.4.5",
|
||||
"@types/react": "^18.2.15",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@vitejs/plugin-react": "^4.0.3",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-myPlugin": "file:./eslint",
|
||||
"@storybook/blocks": "^7.4.6",
|
||||
"@storybook/react": "^7.4.6",
|
||||
"@storybook/react-vite": "^7.4.6",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@types/node": "^20.8.4",
|
||||
"@types/react": "^18.2.27",
|
||||
"@types/react-dom": "^18.2.12",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||
"@typescript-eslint/parser": "^6.7.5",
|
||||
"@vitejs/plugin-react": "^4.1.0",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-plugin-myPlugin": "file:eslint",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.3",
|
||||
"eslint-plugin-storybook": "^0.6.13",
|
||||
"sass": "^1.64.1",
|
||||
"storybook": "^7.2.1",
|
||||
"stylelint": "^15.10.2",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.4.5"
|
||||
"eslint-plugin-storybook": "^0.6.15",
|
||||
"sass": "^1.69.1",
|
||||
"storybook": "^7.4.6",
|
||||
"stylelint": "^15.10.3",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user