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 Jan 20, 2025
1 parent cc728cb commit bd77e13
Show file tree
Hide file tree
Showing 4 changed files with 779 additions and 2,145 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,52 +25,52 @@
},
"devDependencies": {
"@apollo/federation": "0.38.1",
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/preset-typescript": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.11",
"@changesets/changelog-github": "0.5.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/merge": "9.0.17",
"@graphql-yoga/node": "3.9.1",
"@types/benchmark": "2.1.5",
"graphql-jit": "0.8.4",
"graphql-jit": "0.8.7",
"@types/express": "5.0.0",
"@types/jest": "29.5.11",
"@types/node": "22.8.2",
"@types/ramda": "0.29.9",
"@typescript-eslint/eslint-plugin": "8.12.0",
"@typescript-eslint/parser": "8.12.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
"@types/ramda": "0.30.2",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"apollo-server": "3.13.0",
"apollo-server-express": "3.13.0",
"apollo-datasource-rest": "3.7.0",
"artillery": "2.0.21",
"artillery": "2.0.22",
"benchmark": "2.1.4",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"babel-jest": "29.7.0",
"bob-the-bundler": "1.7.3",
"chalk": "4.1.2",
"dataloader": "2.2.2",
"eslint": "9.13.0",
"express": "4.20.0",
"dataloader": "2.2.3",
"eslint": "9.18.0",
"express": "4.21.2",
"express-graphql": "0.12.0",
"globby": "14.0.0",
"graphql": "16.8.1",
"globby": "14.0.2",
"graphql": "16.10.0",
"graphql-subscriptions": "2.0.0",
"graphql-ws": "6.0.0",
"husky": "9.1.6",
"graphql-ws": "6.0.1",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"lint-staged": "15.4.1",
"patch-package": "8.0.0",
"prettier": "3.1.0",
"reflect-metadata": "0.1.13",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"ws": "8.17.1"
"prettier": "3.4.2",
"reflect-metadata": "0.2.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"ws": "8.18.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/wrap": "^10.0.0",
"@graphql-typed-document-node/core": "^3.1.0",
"ramda": "^0.29.0"
"ramda": "^0.30.0"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@theguild/components": "^6.5.3",
"next": "15.1.2",
"next": "15.1.5",
"next-sitemap": "4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -29,10 +29,10 @@
]
},
"devDependencies": {
"@theguild/tailwind-config": "0.4.0",
"@types/node": "22.8.2",
"@types/react": "18.2.42",
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"cross-env": "7.0.3",
"typescript": "5.3.2"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit bd77e13

Please sign in to comment.