mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-22 05:28:50 -05:00
chore: update dependencies in package.json to latest minor versions
This commit is contained in:
28
package.json
28
package.json
@@ -10,26 +10,26 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^4.3.1",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@astrojs/react": "^4.4.2",
|
||||
"@astrojs/sitemap": "^3.7.0",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@fontsource-variable/signika": "^5.0.8",
|
||||
"@fontsource/twinkle-star": "^5.0.8",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"astro": "^5.13.9",
|
||||
"@fontsource-variable/signika": "^5.2.8",
|
||||
"@fontsource/twinkle-star": "^5.2.8",
|
||||
"@types/react": "^18.3.28",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"astro": "^5.17.2",
|
||||
"astro-compressor": "^0.4.1",
|
||||
"astro-icon": "^0.8.1",
|
||||
"astro-lazy-youtube-embed": "^0.5.4",
|
||||
"astro-icon": "^0.8.2",
|
||||
"astro-lazy-youtube-embed": "^0.5.5",
|
||||
"classnames": "^2.5.1",
|
||||
"platform": "^1.3.6",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"tailwindcss": "^3.2.6"
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwindcss": "^3.4.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/platform": "^1.3.6",
|
||||
"postcss-nesting": "^12.0.2"
|
||||
"postcss-nesting": "^12.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user