Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* Updated dependencies

* Unnecessary/superfluous NodeJS scripts removed
  • Loading branch information
Justman100 authored Feb 13, 2024
1 parent d962dc0 commit e683b4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
"homepage": "https://VojtaStruhar.github.io/steam-review-template",
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.0.8",
"tailwindcss": "^3.4.0"
"astro": "^4.3.6",
"tailwindcss": "^3.4.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
Expand All @@ -36,6 +34,6 @@
]
},
"devDependencies": {
"gh-pages": "^3.2.3"
"gh-pages": "^6.1.1"
}
}

0 comments on commit e683b4c

Please sign in to comment.