Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 27, 2024
1 parent 7460c7c commit 00394f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/create-neon/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"neon": "1",
"neonCLI": "0.1.64",
"neonLoad": "0.1.0",
"neonLoad": "0.1.64",
"typescript": "5.3.3",
"typesNode": "20.11.16",
"tsconfigNode": {
Expand Down
5 changes: 4 additions & 1 deletion pkgs/create-neon/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ export type Versions = {
"githubScript": string,
"setupNode": string,
"setupRust": string,
"cargoInstall": string,
"neonBuild": string,
"neonPublish": string,
"dotenv": string
"dotenv": string,
"ghRelease": string,
"releaseDownloader": string
}
};

Expand Down

0 comments on commit 00394f8

Please sign in to comment.