Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 6300ffa commit 9a54999
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 585 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=18.0.0",
"pnpm": ">=8.4.0"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.13.2",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=\"@galactiks/*\"",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@types/node": "20.16.15",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand All @@ -43,7 +43,7 @@
"organize-imports-cli": "0.10.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"turbo": "2.2.3",
"turbo": "2.3.0",
"typescript": "5.6.3"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@types/debug": "4.1.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"astro": "4.16.7",
"astro": "4.16.13",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
"npm-run-all2": "6.2.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
8 changes: 4 additions & 4 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "2.0.0",
"@std-uritemplate/std-uritemplate": "2.0.1",
"debug": "4.3.7",
"esbuild": "0.24.0",
"lodash.groupby": "4.6.0",
Expand All @@ -49,9 +49,9 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/preset-typescript": "7.25.9",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@types/debug": "4.1.12",
"@types/jest": "29.5.14",
"@types/lodash.groupby": "4.6.9",
Expand Down
Loading

0 comments on commit 9a54999

Please sign in to comment.