Skip to content

Commit

Permalink
Merge pull request #92 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 Oct 28, 2023
2 parents 99fe46e + 5241eb3 commit 427d525
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 118 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.9.2",
"packageManager": "pnpm@8.10.0",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=galactiks --filter=\"@galactiks/*\"",
Expand All @@ -41,15 +41,15 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"organize-imports-cli": "0.10.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-astro": "0.12.1",
"turbo": "1.10.16",
"typescript": "5.2.2"
}
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 @@ -46,22 +46,22 @@
"peerDependencies": {
"@astrojs/partytown": "2.0.1",
"@astrojs/prefetch": "0.4.1",
"@astrojs/react": "3.0.3",
"@astrojs/react": "3.0.4",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.2",
"astro": "3.3.2",
"astro": "3.4.0",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0"
},
"devDependencies": {
"@astrojs/partytown": "2.0.1",
"@astrojs/prefetch": "0.4.1",
"@astrojs/react": "3.0.3",
"@astrojs/react": "3.0.4",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.2",
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"astro": "3.3.2",
"astro": "3.4.0",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"schema-dts": "1.1.2"
}
}
Loading

0 comments on commit 427d525

Please sign in to comment.