fix: error
This commit is contained in:
32
package.json
32
package.json
@@ -11,7 +11,7 @@
|
||||
"lint": "eslint src",
|
||||
"jest": "jest",
|
||||
"jest:watch": "jest --watch",
|
||||
"test": "yarn typecheck && yarn lint",
|
||||
"test": "pnpm typecheck && pnpm lint",
|
||||
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook",
|
||||
"chromatic": "npx chromatic --project-token=180ac2186305"
|
||||
@@ -36,23 +36,23 @@
|
||||
"remark-html": "^16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.0",
|
||||
"@babel/core": "^7.24.1",
|
||||
"@mantine/form": "^7.6.2",
|
||||
"@storybook/addon-actions": "^8.0.1",
|
||||
"@storybook/addon-essentials": "^8.0.1",
|
||||
"@storybook/addon-interactions": "^8.0.1",
|
||||
"@storybook/addon-links": "^8.0.1",
|
||||
"@storybook/addon-actions": "^8.0.2",
|
||||
"@storybook/addon-essentials": "^8.0.2",
|
||||
"@storybook/addon-interactions": "^8.0.2",
|
||||
"@storybook/addon-links": "^8.0.2",
|
||||
"@storybook/addons": "^7.6.17",
|
||||
"@storybook/api": "^7.6.17",
|
||||
"@storybook/builder-vite": "^8.0.1",
|
||||
"@storybook/components": "^8.0.1",
|
||||
"@storybook/core-events": "^8.0.1",
|
||||
"@storybook/react": "^8.0.1",
|
||||
"@storybook/builder-vite": "^8.0.2",
|
||||
"@storybook/components": "^8.0.2",
|
||||
"@storybook/core-events": "^8.0.2",
|
||||
"@storybook/react": "^8.0.2",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@storybook/theming": "^8.0.1",
|
||||
"@storybook/theming": "^8.0.2",
|
||||
"@testing-library/dom": "^9.3.4",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.2.1",
|
||||
"@testing-library/react": "^14.2.2",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.0",
|
||||
@@ -62,7 +62,7 @@
|
||||
"@typescript-eslint/parser": "^7.3.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"babel-loader": "^9.1.3",
|
||||
"chromatic": "^11.0.8",
|
||||
"chromatic": "^11.1.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
@@ -77,17 +77,17 @@
|
||||
"install-peerdeps": "^3.0.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"postcss": "^8.4.36",
|
||||
"postcss": "^8.4.37",
|
||||
"postcss-preset-mantine": "^1.13.0",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"prettier": "^3.2.5",
|
||||
"react-router": "^6.22.3",
|
||||
"storybook": "^8.0.1",
|
||||
"storybook": "^8.0.2",
|
||||
"storybook-dark-mode": "^4.0.1",
|
||||
"storybook-react-i18next": "3.0.1",
|
||||
"stylis-plugin-rtl": "^2.1.1",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2",
|
||||
"vite": "^5.1.6"
|
||||
"vite": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user