Skip to content

Commit

Permalink
chore: update deps 2024-02-14
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelMocanu committed Feb 14, 2024
1 parent ecfe3b4 commit 10957d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const ignoreArray = [
export default [
{
files: ['**/*.js'],
ignores: ignoreArray,
languageOptions: {
parser: tsParser,
parserOptions: {
Expand Down Expand Up @@ -67,7 +66,6 @@ export default [
},
{
files: ['**/*.ts'],
ignores: ignoreArray,
languageOptions: {
parser: tsParser,
parserOptions: {
Expand Down Expand Up @@ -108,7 +106,6 @@ export default [
},
{
files: ['**/*.astro'],
ignores: ignoreArray,
languageOptions: {
parser: astroParser,
parserOptions: {
Expand Down Expand Up @@ -189,4 +186,7 @@ export default [
'jsdoc/require-description': 'warn',
},
},
{
ignores: [...ignoreArray],
},
];
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"verify:fix": "pnpm lint:fix && pnpm typecheck && pnpm test:unit && pnpm format:fix"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/check": "0.5.4",
"@astrojs/partytown": "2.0.4",
"@astrojs/rss": "4.0.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.0.5",
"@astrojs/vercel": "7.0.2",
"@sentry/astro": "^7.99.0",
"@vercel/analytics": "^1.1.2",
"astro": "4.2.7",
"astro-compress": "2.2.8",
"astro-simpleanalytics-plugin": "^0.3.11",
"@astrojs/vercel": "7.3.1",
"@sentry/astro": "^7.101.0",
"@vercel/analytics": "^1.1.3",
"astro": "4.3.7",
"astro-compress": "2.2.10",
"astro-simpleanalytics-plugin": "^0.3.12",
"astro-webmanifest": "1.0.0",
"lite-youtube-embed": "0.3.0",
"node-html-parser": "6.1.12",
Expand All @@ -69,19 +69,19 @@
"@astrojs/mdx": "2.1.1",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@vitest/coverage-v8": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsdoc": "48.0.6",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "9.0.7",
"markdownlint-cli": "0.39.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"typescript": "5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "1.2.2"
}
}

0 comments on commit 10957d8

Please sign in to comment.