Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Apr 20, 2024
1 parent bd9eda7 commit fb2bdff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"license": "Apache-2.0",
"fundinding": "https://nojaf.com/",
"dependencies": {
"@fable-org/fable-library-js": "^1.1.0",
"promise.withresolvers": "^1.0.2",
"@fable-org/fable-library-js": "^1.4.0",
"promise.withresolvers": "^1.0.3",
"rxjs": "^7.8.1",
"ts-lsp-client": "^1.0.1",
"vite": "^5.1.1"
"ts-lsp-client": "^1.0.3"
},
"peerDependencies": {
"esbuild": "^0.19.3"
"esbuild": "*",
"vite": "^5"
},
"devDependencies": {
"@types/node": "^20.11.17",
"prettier": "3.2.4",
"typescript": "5.4.1-rc"
"prettier": "3.2.5",
"typescript": "5.4.5"
}
}

0 comments on commit fb2bdff

Please sign in to comment.