mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
chore: update deps
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"@hookform/devtools": "^4.3.1",
|
"@hookform/devtools": "^4.3.1",
|
||||||
"@it-incubator/eslint-config": "^1.0.2",
|
"@it-incubator/eslint-config": "^1.0.2",
|
||||||
"@it-incubator/prettier-config": "^0.1.2",
|
"@it-incubator/prettier-config": "^0.1.2",
|
||||||
"@it-incubator/stylelint-config": "^0.1.5",
|
"@it-incubator/stylelint-config": "^1.0.1",
|
||||||
"@storybook/addon-essentials": "^7.6.6",
|
"@storybook/addon-essentials": "^7.6.6",
|
||||||
"@storybook/addon-interactions": "^7.6.6",
|
"@storybook/addon-interactions": "^7.6.6",
|
||||||
"@storybook/addon-links": "^7.6.6",
|
"@storybook/addon-links": "^7.6.6",
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
"@storybook/react-vite": "^7.6.6",
|
"@storybook/react-vite": "^7.6.6",
|
||||||
"@storybook/testing-library": "^0.2.2",
|
"@storybook/testing-library": "^0.2.2",
|
||||||
"@types/node": "^20.10.5",
|
"@types/node": "^20.10.5",
|
||||||
"@types/react": "^18.2.45",
|
"@types/react": "^18.2.46",
|
||||||
"@types/react-dom": "^18.2.18",
|
"@types/react-dom": "^18.2.18",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
||||||
"@typescript-eslint/parser": "^6.16.0",
|
"@typescript-eslint/parser": "^6.16.0",
|
||||||
@@ -60,9 +60,9 @@
|
|||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-react-refresh": "^0.4.5",
|
"eslint-plugin-react-refresh": "^0.4.5",
|
||||||
"eslint-plugin-storybook": "^0.6.15",
|
"eslint-plugin-storybook": "^0.6.15",
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.69.6",
|
||||||
"storybook": "^7.6.6",
|
"storybook": "^7.6.6",
|
||||||
"stylelint": "^15.10.3",
|
"stylelint": "^16.1.0",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vite": "5.0.10"
|
"vite": "5.0.10"
|
||||||
}
|
}
|
||||||
|
|||||||
2851
pnpm-lock.yaml
generated
2851
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -103,8 +103,10 @@
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user