Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 95f2244 commit e27b933
Show file tree
Hide file tree
Showing 4 changed files with 994 additions and 773 deletions.
16 changes: 8 additions & 8 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.5.0",
"packageManager": "pnpm@9.7.1",
"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.7",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@types/node": "20.15.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"organize-imports-cli": "0.10.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"turbo": "2.0.9",
"typescript": "5.5.3"
"turbo": "2.0.14",
"typescript": "5.5.4"
},
"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 @@ -45,7 +45,7 @@
"@galactiks/config": "workspace:^",
"@galactiks/explorer": "workspace:^",
"date-fns": "3.6.0",
"debug": "4.3.5"
"debug": "4.3.6"
},
"peerDependencies": {
"@astrojs/partytown": "^2.0",
Expand All @@ -57,19 +57,19 @@
},
"devDependencies": {
"@astrojs/partytown": "2.1.1",
"@astrojs/react": "3.6.0",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@galactiks/sitemap": "workspace:^",
"@types/debug": "4.1.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"astro": "4.12.2",
"astro": "4.14.2",
"astro-robots-txt": "1.0.0",
"copyfiles": "2.4.1",
"npm-run-all2": "6.2.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.3",
"vite": "5.3.4"
"typescript": "5.5.4",
"vite": "5.4.1"
}
}
10 changes: 5 additions & 5 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@galactiks/config": "workspace:^",
"@galactiks/contentlayer": "workspace:^",
"@std-uritemplate/std-uritemplate": "1.0.3",
"debug": "4.3.5",
"@std-uritemplate/std-uritemplate": "1.0.5",
"debug": "4.3.6",
"esbuild": "0.23.0",
"lodash.groupby": "4.6.0",
"mdx-bundler": "10.0.2",
Expand All @@ -49,8 +49,8 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
Expand All @@ -59,6 +59,6 @@
"babel-jest": "29.7.0",
"jest": "29.7.0",
"schema-dts": "1.1.2",
"ts-jest": "29.2.3"
"ts-jest": "29.2.4"
}
}
Loading

0 comments on commit e27b933

Please sign in to comment.