Skip to content

Commit

Permalink
Merge pull request #249 from ViorelMocanu/update-dependencies-may-24
Browse files Browse the repository at this point in the history
Update dependencies: May 2024
  • Loading branch information
ViorelMocanu authored May 22, 2024
2 parents 9ad7137 + f540a61 commit a964e6f
Show file tree
Hide file tree
Showing 14 changed files with 7,755 additions and 4,882 deletions.
71 changes: 0 additions & 71 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"esbenp.prettier-vscode",
"jock.svg",
"mikestead.dotenv",
"ZixuanChen.vitest-explorer"
"vitest.explorer"
]
}
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,39 +49,39 @@
"verify:fix": "pnpm lint:fix && pnpm typecheck && pnpm test:unit && pnpm format:fix"
},
"dependencies": {
"@astrojs/check": "0.5.4",
"@astrojs/partytown": "2.0.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.0.5",
"@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",
"@astrojs/check": "0.7.0",
"@astrojs/partytown": "2.1.0",
"@astrojs/rss": "4.0.6",
"@astrojs/sitemap": "3.1.5",
"@astrojs/vercel": "7.6.0",
"@sentry/astro": "^8.2.1",
"@vercel/analytics": "^1.2.2",
"astro": "4.8.7",
"astro-compress": "2.2.23",
"astro-simpleanalytics-plugin": "^0.3.13",
"astro-webmanifest": "1.0.0",
"lite-youtube-embed": "0.3.0",
"node-html-parser": "6.1.12",
"sass": "1.70.0",
"sharp": "0.33.2"
"lite-youtube-embed": "0.3.2",
"node-html-parser": "6.1.13",
"sass": "1.77.2",
"sharp": "0.33.4"
},
"devDependencies": {
"@astrojs/mdx": "2.1.1",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.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.4",
"eslint-plugin-jsdoc": "48.0.6",
"@astrojs/mdx": "3.0.1",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.3.0",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "9.0.7",
"markdownlint-cli": "0.39.0",
"husky": "9.0.11",
"markdownlint-cli": "0.40.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"typescript": "5.3.3",
"vite": "^5.1.1",
"vitest": "1.2.2"
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
}
}
Loading

0 comments on commit a964e6f

Please sign in to comment.