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 Nov 26, 2024
1 parent 1b1f285 commit b863204
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 227 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type": "commonjs",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -68,14 +68,14 @@
"@poppanator/sveltekit-svg": "5.0.0",
"@shikijs/transformers": "^1.23.1",
"@types/mdast": "^4.0.4",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/unist": "^3.0.3",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/rule-tester": "^8.16.0",
"@typescript-eslint/types": "^6.13.0",
"@vercel/og": "^0.6.4",
"@vitest/coverage-v8": "^2.1.5",
"astro": "^4.16.14",
"@vitest/coverage-v8": "^2.1.6",
"astro": "^4.16.15",
"browserslist": "^4.24.2",
"changelogen": "^0.5.7",
"changelogithub": "^0.13.11",
Expand All @@ -88,7 +88,7 @@
"lightningcss": "^1.28.2",
"nanostores": "^0.11.3",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.2",
"rehype-external-links": "^3.0.0",
Expand All @@ -108,10 +108,10 @@
"typescript": "^5.7.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.11",
"vite": "^6.0.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-lightningcss": "^0.0.5",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"peerDependencies": {
"eslint": ">=8.0.0"
Expand Down
Loading

0 comments on commit b863204

Please sign in to comment.