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] authored Jun 24, 2024
1 parent 2fc086a commit a5451da
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 148 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 20.14.0
pnpm 9.3.0
nodejs 20.15.0
pnpm 9.4.0
python 3.11.6
kubectl 1.30.2
argocd 2.11.3
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=20.14.0-bookworm
ARG NODE_VERSION=20.15.0-bookworm

FROM node:${NODE_VERSION} AS base

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.5.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.6.1",
"@swc/cli": "0.3.14",
"@swc/core": "1.6.5",
"@tsconfig/strictest": "2.0.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.2",
Expand All @@ -31,9 +31,9 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"prettier": "3.3.2",
"tsx": "4.15.5",
"typescript": "5.4.5",
"typescript-eslint": "7.13.0",
"tsx": "4.15.7",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"vitest": "1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a5451da

Please sign in to comment.