Skip to content

Commit

Permalink
chore: update dependencies july 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelMocanu committed Jul 15, 2024
1 parent f9ce2bc commit ed7efa0
Show file tree
Hide file tree
Showing 2 changed files with 1,222 additions and 2,059 deletions.
38 changes: 19 additions & 19 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.7.0",
"@astrojs/check": "0.8.1",
"@astrojs/partytown": "2.1.1",
"@astrojs/rss": "4.0.6",
"@astrojs/sitemap": "3.1.5",
"@astrojs/vercel": "7.7.0",
"@sentry/astro": "^8.9.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/vercel": "7.7.2",
"@sentry/astro": "^8.17.0",
"@vercel/analytics": "^1.3.1",
"astro": "4.10.2",
"astro": "4.11.5",
"astro-compress": "2.2.28",
"astro-simpleanalytics-plugin": "^0.3.13",
"astro-simpleanalytics-plugin": "^0.3.15",
"astro-webmanifest": "1.0.0",
"lite-youtube-embed": "0.3.2",
"node-html-parser": "6.1.13",
"sass": "1.77.5",
"sass": "1.77.8",
"sharp": "0.33.4"
},
"devDependencies": {
"@astrojs/mdx": "3.1.0",
"@astrojs/mdx": "3.1.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.5.0",
"eslint-plugin-astro": "1.2.2",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-v8": "2.0.3",
"eslint": "9.7.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"husky": "9.0.11",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.0",
"typescript": "5.4.5",
"vite": "5.3.1",
"vitest": "1.6.0"
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "2.0.3"
}
}
Loading

0 comments on commit ed7efa0

Please sign in to comment.