Skip to content

Commit 30830bc

Browse files
committed
Merge branch 'develop'
2 parents 3bd9daf + c89d16c commit 30830bc

8 files changed

Lines changed: 1501 additions & 848 deletions

File tree

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^2.1.0",
14-
"@astrojs/tailwind": "^3.1.1",
15-
"@types/react": "^18.0.21",
16-
"@types/react-dom": "^18.0.6",
17-
"astro": "^2.1.3",
18-
"astro-icon": "^0.8.0",
19-
"daisyui": "^2.51.5",
20-
"react": "^18.0.0",
21-
"react-dom": "^18.0.0",
22-
"tailwind-merge": "^1.10.0",
23-
"tailwindcss": "^3.0.24"
13+
"@astrojs/react": "^3.0.0",
14+
"@astrojs/tailwind": "^5.0.0",
15+
"@types/react": "^18.2.21",
16+
"@types/react-dom": "^18.2.7",
17+
"astro": "^3.0.8",
18+
"astro-icon": "^0.8.1",
19+
"daisyui": "^3.6.5",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0",
22+
"tailwind-merge": "^1.14.0",
23+
"tailwindcss": "^3.3.3"
24+
},
25+
"volta": {
26+
"node": "18.17.1"
2427
}
2528
}

0 commit comments

Comments
 (0)