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 3, 2023
1 parent 9b02382 commit 26162ef
Show file tree
Hide file tree
Showing 14 changed files with 874 additions and 480 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
24 changes: 12 additions & 12 deletions feature-driven-template/package.json
Expand Up @@ -23,21 +23,21 @@
"@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",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.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.2",
"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 26162ef

Please sign in to comment.