Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 6300ffa commit 1da3962
Show file tree
Hide file tree
Showing 5 changed files with 1,557 additions and 1,086 deletions.
20 changes: 10 additions & 10 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.15.6",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=\"@galactiks/*\"",
Expand All @@ -30,21 +30,21 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@types/node": "20.16.15",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1",
"@types/node": "20.17.23",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"eslint-plugin-prettier": "5.2.3",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"organize-imports-cli": "0.10.0",
"prettier": "3.3.3",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"turbo": "2.2.3",
"typescript": "5.6.3"
"turbo": "2.4.4",
"typescript": "5.8.2"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
Expand Down
18 changes: 9 additions & 9 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@galactiks/config": "workspace:^",
"@galactiks/explorer": "workspace:^",
"date-fns": "4.1.0",
"debug": "4.3.7"
"debug": "4.4.0"
},
"peerDependencies": {
"@astrojs/partytown": "^2.0",
Expand All @@ -56,20 +56,20 @@
"astro-robots-txt": "~1.0"
},
"devDependencies": {
"@astrojs/partytown": "2.1.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.9",
"@astrojs/partytown": "2.1.3",
"@astrojs/react": "3.6.3",
"@astrojs/rss": "4.0.11",
"@galactiks/sitemap": "workspace:^",
"@types/debug": "4.1.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"astro": "4.16.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"astro": "4.16.18",
"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"
"typescript": "5.8.2",
"vite": "5.4.14"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"deepmerge": "4.3.1",
"lodash.set": "4.3.2",
"zod": "3.23.8"
"zod": "3.24.2"
},
"devDependencies": {
"@types/lodash.set": "4.3.9"
Expand Down
22 changes: 11 additions & 11 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "2.0.0",
"debug": "4.3.7",
"esbuild": "0.24.0",
"@std-uritemplate/std-uritemplate": "2.0.3",
"debug": "4.4.0",
"esbuild": "0.25.0",
"lodash.groupby": "4.6.0",
"mdx-bundler": "10.0.3",
"mdx-bundler": "10.1.0",
"react": "18.3.1",
"slugify": "1.6.6",
"zod": "3.23.8"
"zod": "3.24.2"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/preset-typescript": "7.25.9",
"@babel/core": "7.26.9",
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.26.0",
"@types/debug": "4.1.12",
"@types/jest": "29.5.14",
"@types/lodash.groupby": "4.6.9",
"@types/react": "18.3.12",
"@types/react": "18.3.18",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"schema-dts": "1.1.2",
"ts-jest": "29.2.5"
"schema-dts": "1.1.5",
"ts-jest": "29.2.6"
}
}
Loading

0 comments on commit 1da3962

Please sign in to comment.