Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 2e9b273 commit a95d5ad
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion apps/brevduen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@types/aws-lambda": "^8.10.129",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"tsup": "^7.2.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/invoicification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/rif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:*",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^22.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"tsx": "^4.15.6"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@dotkomonline/tsconfig": "workspace:*",
"@types/cors": "^2.8.17",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dotkomonline/tsconfig": "workspace:*",
"@dotkomonline/types": "workspace:*",
"@testcontainers/postgresql": "^10.13.2",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@vitest/ui": "^1.3.1",
"testcontainers": "^10.13.2",
"typescript": "^5.4.5",
Expand Down
124 changes: 30 additions & 94 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a95d5ad

Please sign in to comment.