Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Feb 22, 2025
1 parent 4d9152d commit eecf6d1
Show file tree
Hide file tree
Showing 7 changed files with 2,203 additions and 3,531 deletions.
2 changes: 1 addition & 1 deletion docs/elements/button/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none;
border: 0;
border-radius: var(--border-radius);
outline: 0;
transition: all 150ms ease;

&:active {
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/theme-dropdown/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
font: var(--font-s);
color: var(--color-content-primary);
text-align: start;
outline: none;
background: var(--color-background-primary);
border: 0;
border-radius: var(--border-radius);
outline: 0;
transition: all 150ms ease-in-out;

&:hover {
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/theme-select/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
padding: calc(var(--space-xs) / 2) var(--space-s);
color: var(--color-content-primary);
text-align: start;
outline: none;
background: var(--color-background-tertiary);
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius);
outline: none;
transition: all 150ms;

&:active,
Expand Down
2 changes: 1 addition & 1 deletion docs/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ pre {
padding: var(--space-m) var(--space-s);
overflow: scroll;
overflow-inline: scroll;
outline: none;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius);
outline: 0;

&:focus-visible {
box-shadow: 0 0 0 2px var(--color-background-brand);
Expand Down
5 changes: 3 additions & 2 deletions docs/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
}

:root {
--font-family-base: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
--font-family-base:
-apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu,
cantarell, 'Helvetica Neue', sans-serif;
--font-family-mono: 'Menlo', monospace;

--font-size-xs: 0.7rem;
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,45 +153,45 @@
"onStartupFinished"
],
"devDependencies": {
"@azat-io/eslint-config": "^2.10.0",
"@azat-io/eslint-config": "^2.15.0",
"@azat-io/stylelint-config": "^0.1.1",
"@builder.io/qwik": "^1.12.0",
"@builder.io/qwik-city": "^1.12.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@builder.io/qwik": "^1.12.1",
"@builder.io/qwik-city": "^1.12.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@netlify/edge-functions": "^2.11.1",
"@types/culori": "^2.1.1",
"@types/node": "^22.10.6",
"@types/node": "^22.13.5",
"@types/svg-parser": "^2.0.6",
"@types/vscode": "^1.96.0",
"@vitest/coverage-v8": "^2.1.8",
"@vscode/vsce": "^3.2.1",
"@types/vscode": "^1.97.0",
"@vitest/coverage-v8": "^3.0.6",
"@vscode/vsce": "^3.2.2",
"browserslist": "^4.24.4",
"changelogen": "^0.5.7",
"culori": "^4.0.1",
"dedent": "^1.5.3",
"eslint": "^9.18.0",
"eslint": "^9.21.0",
"focus-trap": "^7.6.4",
"lightningcss": "^1.29.1",
"netlify-cli": "^18.0.0",
"netlify-cli": "^18.1.0",
"ovsx": "^0.10.1",
"prettier": "^3.4.2",
"puppeteer": "^24.0.0",
"shiki": "^1.27.0",
"prettier": "^3.5.2",
"puppeteer": "^24.2.1",
"shiki": "^3.0.0",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.13.1",
"stylelint-config-recess-order": "^5.1.1",
"stylelint": "^16.14.1",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-gamut": "^1.3.4",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"svg-parser": "^2.0.4",
"svgo": "^3.3.2",
"ts-retry": "^4.2.5",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"undici": "^7.2.1",
"vite": "^6.0.7",
"vitest": "^2.1.8"
"undici": "^7.3.0",
"vite": "^6.0.5",
"vitest": "^3.0.6"
},
"engines": {
"vscode": "^1.90.0"
Expand Down
Loading

0 comments on commit eecf6d1

Please sign in to comment.