Skip to content

Commit

Permalink
Merge pull request #232 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 13, 2024
2 parents 6dbe99f + 02ded46 commit ad3f65a
Show file tree
Hide file tree
Showing 4 changed files with 1,149 additions and 1,197 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@9.11.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"release": "pnpm run build && changeset publish",
"build": "turbo run build --filter=\"@galactiks/*\"",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@types/node": "20.16.6",
"@changesets/cli": "2.27.9",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand All @@ -43,8 +43,8 @@
"organize-imports-cli": "0.10.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"turbo": "2.1.2",
"typescript": "5.6.2"
"turbo": "2.1.3",
"typescript": "5.6.3"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
Expand Down
12 changes: 6 additions & 6 deletions packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"devDependencies": {
"@astrojs/partytown": "2.1.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/rss": "4.0.8",
"@galactiks/sitemap": "workspace:^",
"@types/debug": "4.1.12",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"astro": "4.15.9",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"astro": "4.16.2",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
"npm-run-all2": "6.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2",
"vite": "5.4.7"
"typescript": "5.6.3",
"vite": "5.4.8"
}
}
8 changes: 4 additions & 4 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-typescript": "7.25.7",
"@types/debug": "4.1.12",
"@types/jest": "29.5.13",
"@types/lodash.groupby": "4.6.9",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"schema-dts": "1.1.2",
Expand Down
Loading

0 comments on commit ad3f65a

Please sign in to comment.