Skip to content

Commit

Permalink
Merge pull request #81 from thegalactiks/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
emmanuelgautier authored Oct 14, 2023
2 parents 34d64b5 + c0dd6b9 commit adb52dc
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 135 deletions.
10 changes: 5 additions & 5 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@8.8.0",
"packageManager": "pnpm@8.9.0",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=galactiks --filter=\"@galactiks/*\"",
Expand All @@ -41,12 +41,12 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/node": "20.8.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.0.1",
"organize-imports-cli": "0.10.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@astrojs/react": "3.0.3",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.1",
"astro": "3.2.3",
"astro": "3.3.0",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0"
},
Expand All @@ -58,9 +58,9 @@
"@astrojs/react": "3.0.3",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.1",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"astro": "3.2.3",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"astro": "3.3.0",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "0.0.42",
"@std-uritemplate/std-uritemplate": "0.0.43",
"esbuild": "0.19.4",
"mdx-bundler": "9.2.1",
"react": "18.2.0",
"slugify": "1.6.6",
"zod": "3.22.4"
},
"devDependencies": {
"@types/react": "18.2.25",
"@types/react": "18.2.28",
"schema-dts": "1.1.2"
}
}
Loading

0 comments on commit adb52dc

Please sign in to comment.