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] committed Apr 26, 2024
1 parent 860877b commit 9a507e4
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 900 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -25,24 +25,24 @@
},
"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.24.4",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@changesets/cli": "2.27.1",
"@changesets/changelog-github": "0.5.0",
"@envelop/graphql-modules": "5.0.3",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/merge": "9.0.3",
"@graphql-yoga/node": "3.9.1",
"@types/benchmark": "2.1.5",
"graphql-jit": "0.8.4",
"graphql-jit": "0.8.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.10.3",
"@types/ramda": "0.29.9",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/ramda": "0.29.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"apollo-server": "3.13.0",
"apollo-server-express": "3.13.0",
"apollo-datasource-rest": "3.7.0",
Expand All @@ -54,23 +54,23 @@
"bob-the-bundler": "1.7.3",
"chalk": "4.1.2",
"dataloader": "2.2.2",
"eslint": "8.55.0",
"eslint": "8.57.0",
"express": "4.18.2",
"express-graphql": "0.12.0",
"globby": "14.0.0",
"globby": "14.0.1",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-ws": "5.14.2",
"graphql-ws": "5.16.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"lint-staged": "15.2.2",
"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.14.2"
"prettier": "3.2.5",
"reflect-metadata": "0.2.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"ws": "8.16.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@theguild/components": "^6.5.3",
"next": "14.1.4",
"next": "14.2.3",
"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": "20.10.3",
"@types/react": "18.2.42",
"@theguild/tailwind-config": "0.4.1",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"cross-env": "7.0.3",
"typescript": "5.3.2"
"typescript": "5.4.5"
}
}

0 comments on commit 9a507e4

Please sign in to comment.