Skip to content

Commit 9bf0ae8

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2025-03-08) ### Bug Fixes * update dependencies ([#4](#4)) ([ad24229](ad24229))
1 parent ad24229 commit 9bf0ae8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@flowscripter/example-plugin",
33
"module": "index.ts",
44
"type": "module",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publishConfig": {
77
"access": "public"
88
},

0 commit comments

Comments
 (0)