Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion apps/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/doop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"interweave": "13.1.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
"react-markdown": "10.1.0",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"postcss": "8.5.10",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/heureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"postcss": "8.5.10",
"prettier": "3.8.3",
"react-error-boundary": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitejs/plugin-react": "6.0.1",
"immer": "10.2.0",
"interweave": "13.1.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
"vite": "8.0.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@types/node": "24.12.2",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-dts": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@types/node": "24.12.2",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-dts": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-storybook": "10.3.5",
"flatpickr": "4.6.13",
"focus-trap-react": "11.0.6",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"node-sass-glob-importer": "3.0.2",
"react": "19.2.5",
"react-dom": "19.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,9 @@ describe("GridColumn", () => {
test("renders no additional styles when neither 'width' nor 'auto' props are provided", () => {
render(<GridColumn data-testid="my-default-styles-grid-column" />)
const defaultColumn = screen.getByTestId("my-default-styles-grid-column")
const styles = window.getComputedStyle(defaultColumn)

expect(styles.flexGrow).toBe("")
expect(styles.flexShrink).toBe("")
expect(styles.flexBasis).toBe("")
expect(styles.width).toBe("")
// Check that no inline style attribute is set
expect(defaultColumn).not.toHaveAttribute("style")
})
})
})
2 changes: 1 addition & 1 deletion packages/url-state-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"juri-cutlery": "1.0.0",
"lz-string": "1.5.0",
"typescript": "6.0.3",
Expand Down
455 changes: 232 additions & 223 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading