We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134369f commit 27b6e46Copy full SHA for 27b6e46
bun.lock
@@ -4,14 +4,14 @@
4
"": {
5
"name": "@flowscripter/example-host-application",
6
"dependencies": {
7
- "@flowscripter/dynamic-plugin-framework": "^1.3.18",
8
- "@flowscripter/example-plugin-api": "^1.0.8",
+ "@flowscripter/dynamic-plugin-framework": "latest",
+ "@flowscripter/example-plugin-api": "latest",
9
},
10
"devDependencies": {
11
- "@types/bun": "^1.2.10",
+ "@types/bun": "latest",
12
13
"peerDependencies": {
14
- "typescript": "^5.8.3",
+ "typescript": "latest",
15
16
17
0 commit comments