Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macx committed Oct 8, 2024
1 parent 2e14505 commit 08a6a6d
Show file tree
Hide file tree
Showing 3 changed files with 1,230 additions and 1,046 deletions.
11 changes: 10 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,14 @@ export default defineConfig({
]
}
})
]
],
vite: {
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
}
}
})
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,41 @@
"access": "public"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/sitemap": "^3.2.0",
"@astropub/md": "^1.0.0",
"@fontsource-variable/domine": "^5.0.19",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource-variable/domine": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/open-sans": "^5.1.0",
"@gamesome/astro-font": "^0.0.3",
"@iconify-json/material-symbols": "^1.1.87",
"@iconify-json/simple-icons": "^1.1.113",
"@vercel/og": "^0.6.2",
"@iconify-json/material-symbols": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.6",
"@vercel/og": "^0.6.3",
"add": "^2.0.6",
"astro": "^4.14.2",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.0",
"astro": "^4.15.12",
"astro-embed": "^0.7.3",
"astro-icon": "^1.1.1",
"astro-link": "^1.2.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"cssnano-preset-advanced": "^7.0.5",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"install": "^0.13.0",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-scss": "^4.0.9",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-definition-list": "^2.0.0",
"sass": "^1.77.8",
"typescript": "^5.5.4"
"sass": "^1.79.4",
"typescript": "^5.6.2"
},
"devDependencies": {
"cypress": "^13.13.3",
"cypress": "^13.15.0",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1"
Expand Down
Loading

0 comments on commit 08a6a6d

Please sign in to comment.