Skip to content

Commit 832d2cd

Browse files
authored
Merge pull request #21 from milan-codes/dev
Dev
2 parents ee3125d + 56e1421 commit 832d2cd

6 files changed

Lines changed: 9 additions & 57 deletions

File tree

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bunx --no -- commitlint --edit $1
1+
bunx commitlint --edit $1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This is my personal portfolio and blog template. It allows you to create blog po
1313

1414
## Development
1515

16-
This repository includes a Nix Flakes-based development environment. If Nix is configured on your system, run `nix develop` to enter the development environment. Optionally, [direnv](https://github.com/direnv/direnv) can automatically do this for you, when you change into the directory.
17-
1816
1. Install the necessary dependencies by running `bun install`.
1917
2. Start the development server by running `bun dev`.
2018

bun.lockb

2.92 KB
Binary file not shown.

flake.lock

Lines changed: 0 additions & 25 deletions
This file was deleted.

flake.nix

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@
1717
"dependencies": {
1818
"@astrojs/partytown": "^2.1.4",
1919
"@fontsource-variable/roboto-mono": "^5.2.6",
20-
"@tailwindcss/vite": "^4.1.11",
21-
"astro": "^5.11.0",
20+
"@tailwindcss/vite": "^4.1.13",
21+
"astro": "^5.13.7",
2222
"mdast-util-to-string": "^4.0.0",
2323
"reading-time": "^1.5.0",
24-
"tailwindcss": "^4.1.11"
24+
"tailwindcss": "^4.1.13"
2525
},
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.8.1",
2828
"@commitlint/config-conventional": "^19.8.1",
29-
"@eslint/js": "^9.30.1",
29+
"@eslint/js": "^9.35.0",
3030
"@tailwindcss/typography": "^0.5.16",
31-
"@typescript-eslint/parser": "^8.35.1",
31+
"@typescript-eslint/parser": "^8.43.0",
3232
"astro-eslint-parser": "^1.2.2",
33-
"eslint": "^9.30.1",
33+
"eslint": "^9.35.0",
3434
"eslint-plugin-astro": "^1.3.1",
3535
"husky": "^9.1.7",
3636
"prettier": "^3.6.2",
3737
"prettier-plugin-astro": "^0.14.1",
38-
"prettier-plugin-tailwindcss": "^0.6.13",
38+
"prettier-plugin-tailwindcss": "^0.6.14",
3939
"rehype-katex": "^7.0.1",
4040
"rehype-mathjax": "^7.1.0",
4141
"remark-math": "^6.0.0",
42-
"typescript-eslint": "^8.35.1"
42+
"typescript-eslint": "^8.43.0"
4343
}
4444
}

0 commit comments

Comments
 (0)