Skip to content

Commit

Permalink
Merge pull request #68 from halivert/fix/styles
Browse files Browse the repository at this point in the history
Fix/styles
  • Loading branch information
halivert authored Dec 20, 2024
2 parents d5ff67c + f152845 commit 65b1cb3
Show file tree
Hide file tree
Showing 3 changed files with 781 additions and 250 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vue": "^5.0.1",
"astro": "^5.0.4",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.3",
"astro": "^5.1.1",
"lodash": "4.17.21",
"lunr": "2.3.9",
"petite-vue": "0.4.1",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
},
"prettier": {
"semi": false,
"tabs": true
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/lunr": "^2.3.7",
"@types/node": "^22.10.1",
"@vue/reactivity": "^3.4.38",
"@types/node": "^22.10.2",
"@vue/reactivity": "^3.5.13",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"typescript": "5.0.3"
}
}
Loading

0 comments on commit 65b1cb3

Please sign in to comment.