Skip to content

Commit

Permalink
Merge pull request #230 from thegalactiks/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
emmanuelgautier authored Sep 23, 2024
2 parents 6282345 + 2b2282b commit 6dbe99f
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 407 deletions.
12 changes: 6 additions & 6 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.9.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=\"@galactiks/*\"",
Expand All @@ -32,19 +32,19 @@
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@types/node": "20.16.5",
"@types/node": "20.16.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"organize-imports-cli": "0.10.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"turbo": "2.1.1",
"typescript": "5.5.4"
"turbo": "2.1.2",
"typescript": "5.6.2"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"@astrojs/rss": "4.0.7",
"@galactiks/sitemap": "workspace:^",
"@types/debug": "4.1.12",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"astro": "4.15.4",
"astro": "4.15.9",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4",
"vite": "5.4.3"
"typescript": "5.6.2",
"vite": "5.4.7"
}
}
6 changes: 3 additions & 3 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "1.0.6",
"debug": "4.3.7",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"lodash.groupby": "4.6.0",
"mdx-bundler": "10.0.3",
"react": "18.3.1",
Expand All @@ -53,9 +53,9 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash.groupby": "4.6.9",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"schema-dts": "1.1.2",
Expand Down
Loading

0 comments on commit 6dbe99f

Please sign in to comment.