Skip to content

Commit

Permalink
chore(pnpm): fix lockfile (#482)
Browse files Browse the repository at this point in the history
* chore(pnpm): fix lockfile

For some reason the lockfile was in a bad state, which was reflected in #481

* prettier fix

* fix linting

* update
  • Loading branch information
vvo authored Nov 8, 2023
1 parent d85bb76 commit 2175fe5
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 137 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"
}
}
}
Loading

1 comment on commit 2175fe5

@vercel
Copy link

@vercel vercel bot commented on 2175fe5 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.