Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updated prod dependencies #3425

Merged
merged 9 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "^29.5.6",
"@types/ramda": "^0.29.7",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^9.1.3",
Expand All @@ -68,7 +68,7 @@
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.31",
"ramda": "^0.29.1",
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand All @@ -77,7 +77,7 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.0.2",
"styled-components": "6.1.0",
"styled-components": "6.1.8",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
Expand All @@ -91,15 +91,15 @@
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:*",
"@floating-ui/react": "^0.26.9",
"@internationalized/date": "^3.5.2",
"@react-aria/utils": "^3.23.2",
"@react-stately/calendar": "^3.4.4",
"@react-stately/datepicker": "^3.9.2",
"@react-types/shared": "^3.22.1",
"@tanstack/react-virtual": "3.2.0",
"@floating-ui/react": "^0.26.13",
"@internationalized/date": "^3.5.3",
"@react-aria/utils": "^3.24.0",
"@react-stately/calendar": "^3.5.0",
"@react-stately/datepicker": "^3.9.3",
"@react-types/shared": "^3.23.0",
"@tanstack/react-virtual": "3.5.0",
"downshift": "9.0.4",
"react-aria": "^3.32.1"
"react-aria": "^3.33.0"
},
"engines": {
"pnpm": ">=4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ describe('Autocomplete', () => {
const onChange = jest.fn()
render(
<StyledAutocomplete
//a bug in styled-components 6.1.8 breaks the conditional type for optionLabel when using styled(Autocomplete)
optionLabel={(label: string) => label}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this to the tests?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after updating styled-components yes, that's what I am saying above. It is probably a bug in sc

label={labelText}
options={items}
data-testid="styled-autocomplete"
Expand Down Expand Up @@ -336,6 +338,8 @@ describe('Autocomplete', () => {
it('Can extend the css for the component & props are passed correctly to input', async () => {
const { container } = render(
<StyledAutocomplete
//a bug in styled-components 6.1.8 breaks the conditional type for optionLabel when using styled(Autocomplete)
optionLabel={(label: string) => label}
label="test"
options={items}
data-testid="styled-autocomplete"
Expand Down
10 changes: 5 additions & 5 deletions packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:^",
"@tanstack/react-table": "^8.13.2",
"@tanstack/react-virtual": "^3.2.0"
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.5.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -54,7 +54,7 @@
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "20.8.9",
"@types/ramda": "^0.29.7",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^9.1.3",
Expand All @@ -64,15 +64,15 @@
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.31",
"ramda": "^0.29.1",
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"rollup": "^4.2.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.0.2",
"styled-components": "6.1.0",
"styled-components": "6.1.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsc-watch": "^6.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "^29.5.6",
"@types/ramda": "^0.29.7",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^9.1.3",
Expand All @@ -68,7 +68,7 @@
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.31",
"ramda": "^0.29.1",
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand All @@ -77,7 +77,7 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "8.0.2",
"styled-components": "6.1.0",
"styled-components": "6.1.8",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eds-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/ramda": "^0.29.7",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-jest": "^29.7.0",
Expand All @@ -64,13 +64,13 @@
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"ramda": "^0.29.1",
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.2.0",
"rollup-plugin-delete": "^2.0.0",
"styled-components": "6.1.0",
"styled-components": "6.1.8",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
Expand Down
Loading
Loading