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 Jul 31, 2024
1 parent aac4725 commit de946e3
Show file tree
Hide file tree
Showing 6 changed files with 1,316 additions and 3,299 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,58 +71,58 @@
"vue-eslint-parser": ">=9.0.0"
},
"dependencies": {
"@typescript-eslint/types": "^7.16.1",
"@typescript-eslint/utils": "^7.16.1",
"@typescript-eslint/types": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"minimatch": "^10.0.1",
"natural-compare-lite": "^1.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.1",
"@astrojs/mdx": "^3.1.3",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.0",
"@azat-io/eslint-config-astro": "^1.9.0",
"@azat-io/eslint-config-astro": "^1.10.0",
"@azat-io/stylelint-config": "^0.1.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nanostores/persistent": "^0.10.1",
"@nanostores/vue": "^0.10.0",
"@playform/compress": "^0.0.13",
"@playform/compress": "^0.1.0",
"@poppanator/sveltekit-svg": "5.0.0-svelte5.3",
"@shikijs/transformers": "^1.11.0",
"@types/eslint": "^8.56.10",
"@shikijs/transformers": "^1.12.0",
"@types/eslint": "^9.6.0",
"@types/mdast": "^4.0.4",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^20.14.11",
"@types/node": "^22.0.1",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/rule-tester": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/rule-tester": "^7.18.0",
"@typescript-eslint/types": "^6.13.0",
"@vercel/og": "^0.6.2",
"@vitest/coverage-v8": "^2.0.3",
"astro": "^4.12.2",
"@vitest/coverage-v8": "^2.0.5",
"astro": "^4.12.3",
"astro-eslint-parser": "^1.0.2",
"browserslist": "^4.23.2",
"changelogen": "^0.5.5",
"clean-publish": "^5.0.0",
"cspell": "^8.11.0",
"cspell": "^8.13.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-perfectionist": "^3.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-sonarjs": "1.0.4-alpha.1",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
"execa": "^9.3.0",
"keyux": "^0.7.2",
"keyux": "^0.8.0",
"lightningcss": "^1.25.1",
"nanostores": "^0.10.3",
"postcss-html": "^1.7.0",
Expand All @@ -131,25 +131,25 @@
"prettier-plugin-svelte": "^3.2.6",
"rehype-external-links": "^3.0.0",
"remark-sectionize": "^2.0.0",
"shiki": "^1.11.0",
"shiki": "^1.12.0",
"shiki-magic-move": "^0.4.3",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-gamut": "^1.3.4",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"svelte": "5.0.0-next.193",
"svelte-check": "^3.8.4",
"svelte": "5.0.0-next.205",
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.41.0",
"svgo": "^3.3.2",
"ts-dedent": "^2.2.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1",
"vite": "^5.3.5",
"vite-plugin-dts": "4.0.0-beta.2",
"vite-plugin-lightningcss": "^0.0.5",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit de946e3

Please sign in to comment.