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 Nov 23, 2024
1 parent 7430ba4 commit 41cfca9
Show file tree
Hide file tree
Showing 9 changed files with 641 additions and 256 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.14.2",
"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.16.0",
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
Expand Down
877 changes: 631 additions & 246 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/publish-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@radashi-org/changelog": "link:../changelog",
"@radashi-org/common": "link:../common",
"execa": "^9.5.1",
"git-cliff": "2.4.0",
"git-cliff": "2.7.0",
"kleur": "^4.1.5",
"mri": "^1.2.0",
"radashi-db": "link:../radashi-db"
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@radashi-org/changelog": "link:../changelog",
"@radashi-org/common": "link:../common",
"execa": "^9.5.1",
"git-cliff": "2.4.0",
"git-cliff": "2.7.0",
"kleur": "^4.1.5",
"mri": "^1.2.0",
"radashi": "link:../../src",
Expand Down
2 changes: 1 addition & 1 deletion scripts/radashi-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"algoliasearch": "^5.0.0",
"execa": "^9.5.1"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"@anthropic-ai/sdk": "^0.25.0",
"@anthropic-ai/sdk": "^0.32.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 41cfca9

Please sign in to comment.