Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group across 1 directory with 14 upda…
Browse files Browse the repository at this point in the history
…tes (#1518)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dougfabris <[email protected]>
  • Loading branch information
dependabot[bot] and dougfabris authored Dec 27, 2024
1 parent deac02f commit 898159b
Show file tree
Hide file tree
Showing 45 changed files with 835 additions and 676 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@eslint/js": "~9.17.0",
"@rocket.chat/prettier-config": "workspace:~",
"@types/eslint__js": "~8.42.3",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"eslint-import-resolver-typescript": "~3.7.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jsx-a11y": "~6.10.2",
Expand All @@ -23,7 +23,7 @@
"husky": "~9.1.7",
"hygen": "~6.2.11",
"pinst": "~3.0.0",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"turbo": "~2.3.3",
"typescript": "~5.7.2",
"typescript-eslint": "~8.18.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.14",
"@types/stylis": "^4.0.2",
"eslint": "~9.14.0",
"@types/stylis": "^4.2.7",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"ts-jest": "~29.2.5",
"typedoc": "~0.27.5",
"typescript": "~5.7.2"
},
"dependencies": {
"@emotion/hash": "^0.9.0",
"@emotion/hash": "^0.9.2",
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
"stylis": "~4.3.2"
"stylis": "~4.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"docs": "typedoc"
},
"devDependencies": {
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"lint-all": "workspace:~",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"rimraf": "~3.0.2",
"typedoc": "~0.27.5",
"typescript": "~5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.14",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"ts-jest": "~29.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@types/react-dom": "~17.0.25",
"@types/resize-observer-browser": "~0.1.11",
"@types/use-sync-external-store": "~0.0.3",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"react": "^17.0.2",
"react-dom": "~17.0.2",
"react-dom18": "npm:react-dom@18",
Expand All @@ -77,6 +77,6 @@
"react": "^17.0.2"
},
"dependencies": {
"use-sync-external-store": "~1.2.0"
"use-sync-external-store": "~1.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"clipboard-polyfill": "^3.0.3",
"element-closest-polyfill": "^1.0.6",
"focus-visible": "^5.2.0",
"element-closest-polyfill": "^1.0.7",
"focus-visible": "^5.2.1",
"focus-within-polyfill": "^5.2.1",
"new-event-polyfill": "^1.0.1"
},
"devDependencies": {
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"lint-all": "workspace:~",
"prettier": "~3.3.3"
"prettier": "~3.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"react-dom": "~17.0.2",
"rimraf": "~3.0.2",
"storybook": "~8.4.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
},
"devDependencies": {
"build-design-tokens": "workspace:~",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"eslint-config-prettier": "~8.8.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.9",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
"style-dictionary": "~4.3.0",
"stylelint": "~16.10.0",
"stylelint": "~16.12.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
"es-check": "~7.2.1",
"eslint": "~9.14.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"jest-axe": "~8.0.0",
"jest-environment-jsdom": "~29.7.0",
Expand All @@ -114,7 +114,7 @@
"postcss-logical": "~5.0.4",
"postcss-scss": "~4.0.9",
"postcss-svg": "~3.0.0",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-virtuoso": "~3.1.5",
Expand All @@ -125,7 +125,7 @@
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
"style-loader": "~3.3.2",
"stylelint": "~16.10.0",
"stylelint": "~16.12.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0",
Expand Down
12 changes: 8 additions & 4 deletions packages/fuselage/src/components/Grid/Grid.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ $breakpoint-names: map-keys(breakpoints.$breakpoints);
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / -2
)} /
-2
);
margin-inline: calc(
#{to-rem(
map-get(
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / -2
)} /
-2
);
}
}
Expand All @@ -54,15 +56,17 @@ $breakpoint-names: map-keys(breakpoints.$breakpoints);
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / 2
)} /
2
);
padding-inline: calc(
#{to-rem(
map-get(
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / 2
)} /
2
);

$total-columns: map-get(
Expand Down
Loading

0 comments on commit 898159b

Please sign in to comment.