Skip to content

Commit

Permalink
Merge branch 'main' into renovate/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo authored Nov 8, 2023
2 parents c48ed41 + 2175fe5 commit 01e3d58
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 14 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"engines": {
"node": ">=18"
}
}
}
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
"engines": {
"node": ">=16.14"
}
}
}
2 changes: 1 addition & 1 deletion packages/edge-config-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
}
},
"types": "./types.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"engines": {
"node": ">=14.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"engines": {
"node": ">=14.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": ">=14.6"
}
}
}
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"@types/json-stable-stringify": "1.0.35",
"json-stable-stringify": "1.0.2"
}
}
}
3 changes: 1 addition & 2 deletions tooling/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"dependencies": {
"@vercel/style-guide": "5.0.1",
"eslint": "8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "1.10.16",
"typescript": "5.2.2"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion tooling/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 01e3d58

Please sign in to comment.