Skip to content

Commit da96f0b

Browse files
authored
fix: update dependencies (#3)
1 parent b9fff22 commit da96f0b

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.8",
8-
"@flowscripter/example-plugin-api": "^1.0.0",
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.8", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-/XEYnDORtgazu/7lOcqhwbnwyyErzs3p3aMfzRXFDtJNi+uBwNdJDVw81huHOqaf+UDoUPFu3L6SwSZv6LXFMg=="],
19+
"@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.9", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-sDCkCv89YJ8NHocoet1cPRhaYlv3p0S0zhMaU/3i8+6foW4tODRUMvsUoTomPPJeyNviF+Eb2gtz2X18iuHa1Q=="],
2020

21-
"@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.0", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-6IND3SxnkIKspmmRUQqe3lITS+tQNNa7gKEkROSu1G1FYae8Gi5AnLDUOx1+JwhcHha+607az+ciXZ35Q/gNtw=="],
21+
"@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.1", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-lvAObAQmV5kacznN9v03JvzSYguqPJbc0MRB7bth/LvY2H+yLiYy3UoAJudSvXtHBCXFEPQlISXXG0j8eq2LWw=="],
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.8",
17-
"@flowscripter/example-plugin-api": "^1.0.0"
16+
"@flowscripter/dynamic-plugin-framework": "^1.3.9",
17+
"@flowscripter/example-plugin-api": "^1.0.1"
1818
}
1919
}

0 commit comments

Comments
 (0)