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 Dec 13, 2023
1 parent a089332 commit 3e0b4c9
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 175 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@apollo/federation": "0.38.1",
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@changesets/cli": "2.27.1",
"@changesets/changelog-github": "0.5.0",
Expand All @@ -39,10 +39,10 @@
"graphql-jit": "0.8.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.10.3",
"@types/node": "20.10.4",
"@types/ramda": "0.29.9",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"apollo-server": "3.13.0",
"apollo-server-express": "3.13.0",
"apollo-datasource-rest": "3.7.0",
Expand All @@ -65,12 +65,12 @@
"jest": "29.7.0",
"lint-staged": "15.2.0",
"patch-package": "8.0.0",
"prettier": "3.1.0",
"reflect-metadata": "0.1.13",
"prettier": "3.1.1",
"reflect-metadata": "0.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"ws": "8.14.2"
"ts-node": "10.9.2",
"typescript": "5.3.3",
"ws": "8.15.1"
},
"prettier": {
"trailingComma": "es5",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"devDependencies": {
"@theguild/algolia": "1.1.9",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "20.10.3",
"@types/react": "18.2.42",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"cross-env": "7.0.3",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}

0 comments on commit 3e0b4c9

Please sign in to comment.