Skip to content

Commit

Permalink
Merge pull request #131 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 Jan 27, 2024
2 parents 0ae9144 + 97af73e commit 6c1414d
Show file tree
Hide file tree
Showing 4 changed files with 485 additions and 438 deletions.
14 changes: 7 additions & 7 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": "[email protected].0",
"packageManager": "[email protected].3",
"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.5.0",
"@changesets/cli": "2.27.1",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@types/node": "20.11.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-prettier": "5.1.3",
"organize-imports-cli": "0.10.0",
"prettier": "3.1.1",
"prettier-plugin-astro": "0.12.3",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"turbo": "1.11.3",
"typescript": "5.3.3"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/explorer": "workspace:^",
"date-fns": "3.1.0",
"date-fns": "3.3.1",
"debug": "4.3.4"
},
"peerDependencies": {
"@astrojs/partytown": "2.0.3",
"@astrojs/partytown": "2.0.4",
"@astrojs/react": "3.0.9",
"@astrojs/sitemap": "3.0.4",
"astro": "4.1.1",
"@astrojs/sitemap": "3.0.5",
"astro": "4.2.6",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0"
},
"devDependencies": {
"@astrojs/partytown": "2.0.3",
"@astrojs/partytown": "2.0.4",
"@astrojs/react": "3.0.9",
"@astrojs/sitemap": "3.0.4",
"@astrojs/sitemap": "3.0.5",
"@types/debug": "4.1.12",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"astro": "4.1.1",
"astro": "4.2.6",
"astro-critters": "2.0.11",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "0.0.49",
"@std-uritemplate/std-uritemplate": "0.0.50",
"debug": "4.3.4",
"esbuild": "0.19.11",
"esbuild": "0.19.12",
"lodash.groupby": "^4.6.0",
"mdx-bundler": "10.0.1",
"react": "18.2.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@types/debug": "4.1.12",
"@types/lodash.groupby": "^4.6.9",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"schema-dts": "1.1.2"
}
}
Loading

0 comments on commit 6c1414d

Please sign in to comment.