Skip to content

Commit 38bfdcc

Browse files
authored
fix: update dependencies (#5)
1 parent 9bf0ae8 commit 38bfdcc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"": {
55
"name": "@flowscripter/example-plugin",
66
"dependencies": {
7-
"@flowscripter/dynamic-plugin-framework": "^1.3.10",
8-
"@flowscripter/example-plugin-api": "^1.0.2",
7+
"@flowscripter/dynamic-plugin-framework": "latest",
8+
"@flowscripter/example-plugin-api": "latest",
99
},
1010
"devDependencies": {
11-
"@types/bun": "^1.2.4",
11+
"@types/bun": "latest",
1212
},
1313
"peerDependencies": {
14-
"typescript": "^5.8.2",
14+
"typescript": "latest",
1515
},
1616
},
1717
},
1818
"packages": {
19-
"@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.10", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-L4pWDh8fO7/L3pkkjE/orp2657TBC47iUzS+oVvAit77FCngYIFHwRXAVZS/R+ojc4FIiY9krFBUJC9sg/AlBg=="],
19+
"@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.11", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-Q+pziccNCncF2c/kRxODJCz8S30/WuzI3rF0OC0amT7gSKlTzWqxP3xfQS979laX0yMUEn67bF0+pgigGRpOjg=="],
2020

21-
"@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.2", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fPYrDC4dG1hx1IfAmkFLCtCrwaSfBF8rGxFFw82LuMUFhxiu/lglmsVRytqXLHKdW0zUcT0IzYzup4OnVQxsPA=="],
21+
"@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.3", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fjyIsUU/MTQDMgLUY5YXLTy9nDs+xsvF9jpovX9jZlip7DKYqaVb5y1I63dBo7zbB7zTaEiAlZj4daNYD7Ourw=="],
2222

2323
"@types/bun": ["@types/bun@1.2.4", "", { "dependencies": { "bun-types": "1.2.4" } }, "sha512-QtuV5OMR8/rdKJs213iwXDpfVvnskPXY/S0ZiFbsTjQZycuqPbMW8Gf/XhLfwE5njW8sxI2WjISURXPlHypMFA=="],
2424

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.8.2"
1414
},
1515
"dependencies": {
16-
"@flowscripter/dynamic-plugin-framework": "^1.3.10",
17-
"@flowscripter/example-plugin-api": "^1.0.2"
16+
"@flowscripter/dynamic-plugin-framework": "^1.3.11",
17+
"@flowscripter/example-plugin-api": "^1.0.3"
1818
}
1919
}

0 commit comments

Comments
 (0)