Skip to content

Commit 65b1cb3

Browse files
authored
Merge pull request #68 from halivert/fix/styles
Fix/styles
2 parents d5ff67c + f152845 commit 65b1cb3

File tree

3 files changed

+781
-250
lines changed

3 files changed

+781
-250
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
"preview": "astro preview"
1010
},
1111
"dependencies": {
12-
"@astrojs/tailwind": "^5.1.3",
13-
"@astrojs/vue": "^5.0.1",
14-
"astro": "^5.0.4",
12+
"@astrojs/tailwind": "^5.1.4",
13+
"@astrojs/vue": "^5.0.3",
14+
"astro": "^5.1.1",
1515
"lodash": "4.17.21",
1616
"lunr": "2.3.9",
1717
"petite-vue": "0.4.1",
1818
"remark-toc": "^9.0.0",
19-
"tailwindcss": "^3.4.16",
19+
"tailwindcss": "^3.4.17",
2020
"vue": "^3.5.13"
2121
},
2222
"prettier": {
2323
"semi": false,
2424
"tabs": true
2525
},
2626
"devDependencies": {
27-
"@types/lodash": "^4.17.7",
27+
"@types/lodash": "^4.17.13",
2828
"@types/lunr": "^2.3.7",
29-
"@types/node": "^22.10.1",
30-
"@vue/reactivity": "^3.4.38",
29+
"@types/node": "^22.10.2",
30+
"@vue/reactivity": "^3.5.13",
3131
"prettier": "^3.4.2",
3232
"prettier-plugin-astro": "^0.14.1",
3333
"sharp": "^0.33.5",
34-
"tslib": "^2.6.3",
34+
"tslib": "^2.8.1",
3535
"typescript": "5.0.3"
3636
}
3737
}

0 commit comments

Comments
 (0)