Skip to content

Commit 007819b

Browse files
authored
chore: update dependencies (#2)
1 parent dda1d24 commit 007819b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"": {
55
"name": "@flowscripter/example-host-application",
66
"dependencies": {
7-
"@flowscripter/dynamic-plugin-framework": "^1.3.18",
8-
"@flowscripter/example-plugin-api": "^1.0.8",
7+
"@flowscripter/dynamic-plugin-framework": "latest",
8+
"@flowscripter/example-plugin-api": "latest",
99
},
1010
"devDependencies": {
11-
"@types/bun": "^1.2.10",
11+
"@types/bun": "latest",
1212
},
1313
"peerDependencies": {
14-
"typescript": "^5.8.2",
14+
"typescript": "latest",
1515
},
1616
},
1717
},
@@ -26,7 +26,7 @@
2626

2727
"bun-types": ["bun-types@1.2.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-b5ITZMnVdf3m1gMvJHG+gIfeJHiQPJak0f7925Hxu6ZN5VKA8AGy4GZ4lM+Xkn6jtWxg5S3ldWvfmXdvnkp3GQ=="],
2828

29-
"typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="],
29+
"typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
3030

3131
"undici-types": ["undici-types@6.20.0", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="],
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/bun": "^1.2.10"
2424
},
2525
"peerDependencies": {
26-
"typescript": "^5.8.2"
26+
"typescript": "^5.8.3"
2727
},
2828
"dependencies": {
2929
"@flowscripter/dynamic-plugin-framework": "^1.3.18",

0 commit comments

Comments
 (0)