Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Kozlov committed Nov 1, 2023
1 parent 7f6523f commit b35b2c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.1
nodejs 20.9.0
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-uuid",
"version": "9.0.0-rc",
"version": "9.0.1",
"type": "module",
"scripts": {
"build": "vite build",
Expand All @@ -17,10 +17,9 @@
"url": "git@github.com:ilyakozlovdev/rescript-uuid.git"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.7.0",
"rescript": "^10.1.2"
"rescript": "^10.1.4"
},
"dependencies": {
"uuid": "^9.0.0"
"uuid": "^9.0.1"
}
}

0 comments on commit b35b2c7

Please sign in to comment.