Skip to content

Commit

Permalink
Merge pull request #82 from FaberVitale/chore/2024-08-26-update-deps
Browse files Browse the repository at this point in the history
2024-08-26: update deps
  • Loading branch information
FaberVitale authored Sep 8, 2024
2 parents 5d52561 + 0751b1d commit a94180f
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 559 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: touch ./dist/.nojekyll # Avoids 404 when pathname includes underscores

- name: Deploy roma-js site 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
repository-name: "Roma-JS/roma-js.github.io"
token: ${{ secrets.DEPLOY_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"engines": {
"node": "^22.0.0"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.9.0",
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.0",
"astro": "4.11.5",
"@astrojs/solid-js": "^4.4.1",
"astro": "4.15.4",
"astro-i18next": "1.0.0-beta.21",
"chalk": "^5.0.1",
"husky": "^8.0.0",
Expand All @@ -37,12 +38,11 @@
"mustache": "^4.2.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"sass": "^1.77.7",
"sass": "^1.77.8",
"tiny-invariant": "^1.3.3",
"vitest": "^2.0.2"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@fontsource/open-sans": "^5.0.28",
"@solid-primitives/media": "^2.2.9",
"@tanstack/solid-query": "^4.33.0",
Expand All @@ -52,8 +52,8 @@
"i18next": "22.4.10",
"normalize.css": "^8.0.1",
"slugify": "^1.6.6",
"solid-js": "^1.8.18",
"solid-js": "^1.8.21",
"solid-transition-group": "^0.2.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit a94180f

Please sign in to comment.