Skip to content

Commit 4bcfecf

Browse files
committed
🚀 Bump all deps to lates & astro v3
1 parent 2497110 commit 4bcfecf

File tree

3 files changed

+2528
-2249
lines changed

3 files changed

+2528
-2249
lines changed

‎astro.config.mjs‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import preact from '@astrojs/preact'
55
import react from '@astrojs/react'
66
import sitemap from '@astrojs/sitemap'
77

8-
import minifier from 'astro-html-minifier'
9-
108
export default defineConfig({
11-
integrations: [mdx(), minifier(), preact(), react(), sitemap()],
9+
integrations: [mdx(), preact(), react(), sitemap()],
1210
base: `/`,
1311
site: `https://advanced-astro.dev`
1412
})

‎package.json‎

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.1",
55
"private": true,
66
"scripts": {
7+
"astro": "astro",
78
"build": "astro build",
89
"check": "astro check",
910
"dev": "astro dev",
@@ -14,32 +15,31 @@
1415
"lint:scss": "stylelint \"src/**/*.{astro,scss}\""
1516
},
1617
"dependencies": {
17-
"@algolia/client-search": "^4.15.0",
18-
"@astrojs/preact": "^2.0.3",
19-
"@astrojs/react": "^2.0.2",
20-
"@docsearch/css": "^3.3.3",
21-
"@docsearch/react": "^3.3.3",
22-
"@types/node": "^18.14.6",
23-
"@types/react": "^18.0.28",
24-
"@types/react-dom": "^18.0.11",
25-
"astro": "^2.0.17",
26-
"astro-html-minifier": "^0.5.0",
27-
"preact": "^10.13.0",
18+
"@algolia/client-search": "^4.20.0",
19+
"@astrojs/preact": "^3.0.1",
20+
"@astrojs/react": "^3.0.5",
21+
"@docsearch/css": "^3.5.2",
22+
"@docsearch/react": "^3.5.2",
23+
"@types/node": "^20.9.1",
24+
"@types/react": "^18.2.37",
25+
"@types/react-dom": "^18.2.15",
26+
"astro": "^3.5.5",
27+
"preact": "^10.19.2",
2828
"react": "^18.2.0",
2929
"react-dom": "^18.2.0",
30-
"typescript": "^5.0.0"
30+
"typescript": "^5.2.2"
3131
},
3232
"devDependencies": {
33-
"@astrojs/mdx": "^0.17.2",
34-
"@astrojs/sitemap": "^1.1.0",
35-
"astro-robots-txt": "^0.4.0",
33+
"@astrojs/mdx": "^1.1.5",
34+
"@astrojs/sitemap": "^3.0.3",
35+
"astro-robots-txt": "^1.0.0",
3636
"html-escaper": "^3.0.3",
37-
"postcss": "^8.4.21",
37+
"postcss": "^8.4.31",
3838
"postcss-html": "^1.5.0",
39-
"prettier": "^3.0.0",
40-
"sass": "^1.58.3",
41-
"stylelint": "^15.2.0",
42-
"stylelint-config-recommended-scss": "^9.0.1",
39+
"prettier": "^3.1.0",
40+
"sass": "^1.69.5",
41+
"stylelint": "^15.11.0",
42+
"stylelint-config-recommended-scss": "^13.1.0",
4343
"stylelint-config-standard": "^34.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)