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 Sep 7, 2024
1 parent 6beb536 commit cf387fa
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 318 deletions.
2 changes: 1 addition & 1 deletion docs/components/Container.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let Tag = tag
<Tag
class:list={Array.from(
new Set([
'container',
`size-${size}`,
'container',
...(className?.split(' ').flat() ?? []),
]),
)}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@
"@typescript-eslint/types": "^6.13.0",
"@vercel/og": "^0.6.2",
"@vitest/coverage-v8": "^2.0.5",
"astro": "^4.15.3",
"astro": "^4.15.4",
"astro-eslint-parser": "^1.0.2",
"browserslist": "^4.23.3",
"changelogen": "^0.5.5",
"clean-publish": "^5.0.0",
"cspell": "^8.14.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^3.3.0",
"eslint-plugin-perfectionist": "^3.4.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^7.1.0",
Expand Down Expand Up @@ -148,7 +148,7 @@
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.3",
"vite-plugin-dts": "4.1.0",
"vite-plugin-dts": "4.1.1",
"vite-plugin-lightningcss": "^0.0.5",
"vitest": "^2.0.5",
"vue-eslint-parser": "^9.4.3"
Expand Down
Loading

0 comments on commit cf387fa

Please sign in to comment.