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 Feb 6, 2023
1 parent 9b02382 commit aeb3fe8
Show file tree
Hide file tree
Showing 14 changed files with 1,003 additions and 605 deletions.
2 changes: 1 addition & 1 deletion feature-driven-template/.node-version
@@ -1 +1 @@
18.13.0
18.14.0
2 changes: 1 addition & 1 deletion feature-driven-template/Dockerfile
@@ -1,4 +1,4 @@
FROM node:18.13.0 AS builder
FROM node:18.14.0 AS builder
WORKDIR /workspace
COPY package.json pnpm-lock.yaml ./
RUN corepack enable pnpm && pnpm install
Expand Down
26 changes: 13 additions & 13 deletions feature-driven-template/package.json
Expand Up @@ -22,22 +22,22 @@
"@types/cookie": "0.5.1",
"@types/cookie-signature": "1.1.0",
"@types/express": "^4.17.15",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@vitest/coverage-c8": "^0.26.3",
"eslint": "8.31.0",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitest/coverage-c8": "^0.28.0",
"eslint": "8.33.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"prettier": "2.8.2",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"prettier": "2.8.3",
"prisma": "4.8.0",
"scaffdog": "2.4.0",
"tsx": "3.12.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"vitest": "0.26.3"
"tsx": "3.12.3",
"typescript": "4.9.5",
"vite": "4.1.1",
"vitest": "0.28.4"
},
"packageManager": "pnpm@7.22.0"
"packageManager": "pnpm@7.26.3"
}

0 comments on commit aeb3fe8

Please sign in to comment.