Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 22bc700

Browse files
committed
chore: updated dev deps and exitted prerelease
1 parent 9c9effc commit 22bc700

File tree

10 files changed

+1380
-1320
lines changed

10 files changed

+1380
-1320
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "next",
44
"initialVersions": {
55
"@ebay/skin": "17.4.1"

dist/breadcrumbs/breadcrumbs.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
nav.breadcrumbs {
22
color: var(--breadcrumbs-item-foreground-color, var(--color-foreground-secondary));
33
font-size: var(--font-size-small);
4-
height: -webkit-fit-content;
54
height: fit-content;
65
margin: 8px 0;
76
min-height: 16px;

dist/filter-menu-button/filter-menu-button.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ button.filter-menu-button__button[aria-pressed="true"][aria-disabled="true"]:hov
106106
overflow: hidden;
107107
position: absolute;
108108
top: calc(100% + 8px);
109-
width: -webkit-max-content;
110109
width: max-content;
111110
z-index: 1;
112111
}

dist/infotip/infotip.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ span.infotip {
1717
position: absolute;
1818
top: 0;
1919
transform: scale3d(1, 1, 1);
20-
width: -webkit-max-content;
2120
width: max-content;
2221
z-index: 1;
2322
background-color: var(--infotip-background-color, var(--color-background-elevated));

dist/tooltip/tooltip.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ span.tooltip {
1818
position: absolute;
1919
top: 0;
2020
transform: scale3d(1, 1, 1);
21-
width: -webkit-max-content;
2221
width: max-content;
2322
z-index: 1;
2423
}

dist/tourtip/tourtip.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ span.tourtip {
1818
position: absolute;
1919
top: 0;
2020
transform: scale3d(1, 1, 1);
21-
width: -webkit-max-content;
2221
width: max-content;
2322
z-index: 1;
2423
}

docs/static/docs.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/docs.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1360 additions & 1295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,24 @@
6161
"prerelease:end": "changeset pre exit || :"
6262
},
6363
"devDependencies": {
64-
"@babel/cli": "^7.24.1",
65-
"@babel/core": "^7.24.4",
66-
"@babel/preset-env": "^7.24.4",
64+
"@babel/cli": "^7.24.6",
65+
"@babel/core": "^7.24.6",
66+
"@babel/preset-env": "^7.24.6",
6767
"@changesets/changelog-github": "^0.5.0",
68-
"@changesets/cli": "^2.27.1",
69-
"@commitlint/cli": "^19.2.2",
68+
"@changesets/cli": "^2.27.5",
69+
"@commitlint/cli": "^19.3.0",
7070
"@commitlint/config-conventional": "^19.2.2",
71-
"@ebay/browserslist-config": "^2.8.0",
72-
"@floating-ui/dom": "^1.6.3",
73-
"@percy/cli": "^1.28.3",
71+
"@ebay/browserslist-config": "^2.9.0",
72+
"@floating-ui/dom": "^1.6.5",
73+
"@percy/cli": "^1.28.7",
7474
"@percy/storybook": "^5.0.3",
75-
"@storybook/html": "^8.0.8",
76-
"@storybook/html-webpack5": "^8.0.8",
75+
"@storybook/html": "^8.1.4",
76+
"@storybook/html-webpack5": "^8.1.4",
7777
"babel-loader": "^9.1.3",
7878
"browser-sync": "^3.0.2",
7979
"btoa": "^1",
8080
"cross-env": "^7",
81-
"eslint": "^9.0.0",
81+
"eslint": "^9.3.0",
8282
"eslint-config-ebay": "^1",
8383
"eslint-config-prettier": "^9",
8484
"eslint-plugin-prettier": "^5",
@@ -89,19 +89,19 @@
8989
"gulp-rename": "^2",
9090
"husky": "^9.0.11",
9191
"jekyll": "^3.0.0-beta1",
92-
"jsdom": "^24.0.0",
92+
"jsdom": "^24.1.0",
9393
"less-loader": "^12.2.0",
9494
"less-plugin-autoprefix": "^2",
9595
"less-plugin-clean-css": "^1.5.1",
96-
"lint-staged": "^15.2.2",
96+
"lint-staged": "^15.2.5",
9797
"makeup-alert-dialog": "~0.2.0",
9898
"makeup-combobox": "~0.3.0",
9999
"makeup-confirm-dialog": "~0.2.0",
100100
"makeup-dialog": "~0.4.1",
101101
"makeup-dialog-button": "~0.3.0",
102102
"makeup-drawer-dialog": "0.1.0",
103103
"makeup-expander": "~0.10.1",
104-
"makeup-floating-label": "~0.3.2",
104+
"makeup-floating-label": "~0.3.3",
105105
"makeup-fullscreen-dialog": "0.1.0",
106106
"makeup-input-dialog": "0.1.0",
107107
"makeup-key-emitter": "~0.3.1",
@@ -124,13 +124,13 @@
124124
"postcss-loader": "^8.1.1",
125125
"prettier": "^3.2.5",
126126
"rimraf": "^5",
127-
"storybook": "^8.0.8",
128-
"stylelint": "^16.3.1",
127+
"storybook": "^8.1.4",
128+
"stylelint": "^16.6.1",
129129
"stylelint-config-standard": "^36",
130130
"stylelint-no-unsupported-browser-features": "^8",
131131
"stylelint-order": "^6",
132132
"stylelint-prettier": "^5",
133-
"svgo": "^3.2.0",
133+
"svgo": "^3.3.2",
134134
"webpack": "^5.91.0",
135135
"webpack-cli": "^5.1.4",
136136
"winston": "^3.13.0",

0 commit comments

Comments
 (0)