Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 22, 2022
1 parent c15d4a1 commit d4b3fac
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 203 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "github",
"url": "sr-net/siege"
},
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.19.0",
"engines": {
"node": "^18"
},
Expand All @@ -34,13 +34,13 @@
"typecheck": "tsc --noEmit -P tsconfig.json"
},
"resolutions": {
"@types/node": "18.11.14"
"@types/node": "18.11.17"
},
"dependencies": {
"@fastify/cookie": "8.3.0",
"@fastify/cors": "8.2.0",
"@fastify/helmet": "10.1.0",
"@sentry/node": "7.25.0",
"@sentry/node": "7.28.1",
"@tsconfig/node18": "1.0.1",
"class-validator": "0.14.0",
"dotenv": "16.0.3",
Expand All @@ -49,7 +49,7 @@
"graphql": "16.6.0",
"mercurius": "11.4.0",
"nexus": "1.3.0",
"pino": "8.7.0",
"pino": "8.8.0",
"pino-pretty": "9.1.1",
"remeda": "1.3.0",
"ts-dedent": "2.2.0",
Expand All @@ -58,18 +58,18 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@beequeue/eslint-plugin": "1.1.0",
"@edgedb/generate": "0.0.7-beta.2",
"@types/node": "18.11.14",
"@beequeue/eslint-plugin": "1.1.1",
"@edgedb/generate": "0.0.7",
"@types/node": "18.11.17",
"@types/uuid": "9.0.0",
"eslint": "8.29.0",
"eslint": "8.30.0",
"lint-staged": "13.1.0",
"nodemon": "2.0.20",
"p-queue": "7.3.0",
"prettier": "2.8.1",
"simple-git-hooks": "2.8.1",
"typescript": "4.9.4",
"vite": "3.2.5",
"vitest": "0.25.8"
"vitest": "0.26.2"
}
}

0 comments on commit d4b3fac

Please sign in to comment.