Skip to content

Commit

Permalink
Merge pull request #75 from FaberVitale/chore/2024-07-02-update-deps
Browse files Browse the repository at this point in the history
chore/2024-07-02–update-deps
  • Loading branch information
FaberVitale authored Jul 11, 2024
2 parents 9cfcbdc + 4d42333 commit d479a69
Show file tree
Hide file tree
Showing 5 changed files with 1,035 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v22.3.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ periodically triggers the deployment.
- `pnpm run pre-commit` runs automatically on pre-commit; there's no need to call it directly
- `pnpm run test` runs tests
- `pnpm run test:watch` runs tests in watch mode
- `pnpm run astro:upgrade` upgrade astro deps to latest

## Designs

Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"clear": "rm -rf .astro dist",
"build": "npm run lint:ts && astro build",
"astro:sync": "astro sync",
"astro:upgrade": "pnpm dlx @astrojs/upgrade",
"lint:ts": "tsc --noEmit",
"lint:astro": "astro check",
"create-post": "node scripts/create-post.mjs",
Expand All @@ -20,39 +21,39 @@
"pre-commit": "lint-staged"
},
"engines": {
"node": "^20.10.0"
"node": "^22.0.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.4.0",
"devDependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/solid-js": "^4.1.0",
"astro": "4.7.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.0",
"astro": "4.11.5",
"astro-i18next": "1.0.0-beta.21",
"chalk": "^5.0.1",
"husky": "^8.0.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"mustache": "^4.2.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"sass": "^1.65.1",
"sass": "^1.77.7",
"tiny-invariant": "^1.3.3",
"vitest": "^1.5.2"
"vitest": "^2.0.2"
},
"dependencies": {
"typescript": "^5.4.5",
"@astrojs/check": "^0.5.10",
"@fontsource/open-sans": "^4.5.11",
"@astrojs/check": "^0.8.1",
"@fontsource/open-sans": "^5.0.28",
"@solid-primitives/media": "^2.2.9",
"@tanstack/solid-query": "^4.33.0",
"date-fns": "^3.6.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"i18next": "22.4.10",
"normalize.css": "^8.0.1",
"slugify": "^1.6.5",
"solid-js": "^1.8.17",
"solid-transition-group": "^0.2.3"
"slugify": "^1.6.6",
"solid-js": "^1.8.18",
"solid-transition-group": "^0.2.3",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit d479a69

Please sign in to comment.