Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 26382fb commit ce34b07
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 674 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.25.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.25.4",
"@babel/preset-env": "7.25.7",
"@babel/preset-typescript": "7.24.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
},
"devDependencies": {
"@astrojs/compiler": "^2.3.4",
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@babel/parser": "7.25.7",
"@babel/traverse": "7.25.7",
"@babel/types": "7.25.7",
"@types/babel__traverse": "7.20.6",
"@vue/compiler-sfc": "3.5.10",
"astrojs-compiler-sync": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"graphql-sse": "2.5.3",
"graphql-upload": "16.0.2",
"graphql-yoga": "5.7.0",
"puppeteer": "23.4.1",
"puppeteer": "23.5.0",
"subscriptions-transport-ws": "0.11.0",
"webpack": "5.95.0"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@theguild/tailwind-config": "0.5.0",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit ce34b07

Please sign in to comment.