Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 1581801 commit 439a5f1
Show file tree
Hide file tree
Showing 8 changed files with 627 additions and 242 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Ray Epps"
],
"license": "MIT",
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=16.0.0"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"@radashi-org/biome-config": "link:scripts/biome-config",
"@types/node": "^22.7.7",
"@vitest/coverage-v8": "2.1.5",
"cspell": "8.15.4",
"cspell": "8.15.6",
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
Expand Down
851 changes: 618 additions & 233 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@types/babel__traverse": "^7.20.6",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"execa": "^9.5.1",
"radashi": "link:../../src",
"ts-morph": "^23.0.0",
"ts-morph": "^24.0.0",
"vitest": "2.1.5"
}
}
2 changes: 1 addition & 1 deletion scripts/bundle-impact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@octokit/rest": "^21.0.1",
"@radashi-org/common": "link:../common",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"execa": "^9.5.1",
"radashi": "link:../../src"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "./src/changelog.ts",
"dependencies": {
"execa": "^9.5.1",
"git-cliff": "2.4.0"
"git-cliff": "2.6.1"
}
}
2 changes: 1 addition & 1 deletion scripts/radashi-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"algoliasearch": "^5.0.0",
"execa": "^9.5.1"
}
}
2 changes: 1 addition & 1 deletion scripts/release-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.25.0",
"@anthropic-ai/sdk": "^0.31.0",
"@octokit/rest": "^21.0.2",
"@radashi-org/common": "link:../common",
"execa": "^9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-browserslist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"browserslist-generator": "^2.1.0",
"browserslist-generator": "^3.0.0",
"dequal": "^2.0.3",
"execa": "^9.5.1"
}
Expand Down

0 comments on commit 439a5f1

Please sign in to comment.