fix: ui package module resolution

This commit is contained in:
sriram veeraghanta 2024-12-09 15:56:20 +05:30
parent 5c907db0e2
commit 547c138084
2 changed files with 437 additions and 410 deletions

View file

@ -31,9 +31,9 @@
"@blueprintjs/core": "^4.16.3", "@blueprintjs/core": "^4.16.3",
"@blueprintjs/popover2": "^1.13.3", "@blueprintjs/popover2": "^1.13.3",
"@headlessui/react": "^1.7.3", "@headlessui/react": "^1.7.3",
"@popperjs/core": "^2.11.8",
"@plane/hooks": "*", "@plane/hooks": "*",
"@plane/utils": "*", "@plane/utils": "*",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"emoji-picker-react": "^4.5.16", "emoji-picker-react": "^4.5.16",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -46,6 +46,8 @@
}, },
"devDependencies": { "devDependencies": {
"@chromatic-com/storybook": "^1.4.0", "@chromatic-com/storybook": "^1.4.0",
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@storybook/addon-essentials": "^8.1.1", "@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1", "@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1", "@storybook/addon-links": "^8.1.1",
@ -63,14 +65,15 @@
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"@plane/eslint-config": "*",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"postcss-nested": "^6.0.1", "postcss-nested": "^6.0.1",
"storybook": "^8.1.1", "storybook": "^8.1.1",
"tailwind-config-custom": "*", "tailwind-config-custom": "*",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"@plane/typescript-config": "*",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"typescript": "5.3.3" "typescript": "5.3.3"
},
"resolutions": {
"@types/react": "^18.0.0"
} }
} }

838
yarn.lock

File diff suppressed because it is too large Load diff