Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelMocanu committed Jan 30, 2024
1 parent d73bf02 commit 952f336
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 699 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint:md": "markdownlint ./src/**/*.md",
"lint:fix": "pnpm lint:js --fix . && pnpm lint:md --fix",
"lint": "pnpm lint:js . && pnpm lint:md",
"postinstall": "husky install",
"postinstall": "husky",
"coverage": "pnpm test:unit --coverage",
"test:unit": "vitest run",
"test:e2e": "playwright test",
Expand All @@ -51,34 +51,34 @@
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/partytown": "2.0.4",
"@astrojs/rss": "4.0.2",
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/vercel": "7.0.0",
"@astrojs/vercel": "7.0.2",
"@vercel/analytics": "1.1.2",
"astro": "4.2.1",
"astro": "4.2.7",
"astro-compress": "2.2.8",
"astro-simpleanalytics-plugin": "0.3.10",
"astro-simpleanalytics-plugin": "^0.3.11",
"astro-webmanifest": "1.0.0",
"lite-youtube-embed": "0.3.0",
"sass": "1.70.0",
"sharp": "0.33.1"
"sharp": "0.33.2"
},
"devDependencies": {
"@astrojs/mdx": "2.0.5",
"@commitlint/cli": "18.5.0",
"@commitlint/config-conventional": "18.5.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@vitest/coverage-v8": "^0.34.6",
"@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",
"@vitest/coverage-v8": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "8.0.3",
"markdownlint-cli": "0.38.0",
"husky": "9.0.7",
"markdownlint-cli": "0.39.0",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.2.2"
}
}
Loading

0 comments on commit 952f336

Please sign in to comment.