Skip to content

Commit ff508fd

Browse files
committed
Update framer-api version to 0.0.1-beta.1 in package-lock.json and example package.json files
1 parent 3e85009 commit ff508fd

File tree

4 files changed

+11
-525
lines changed

4 files changed

+11
-525
lines changed

examples/csv-importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typecheck": "tsc --noEmit"
88
},
99
"dependencies": {
10-
"framer-api": "^0.0.1-beta.0",
10+
"framer-api": "^0.0.1-beta.1",
1111
"papaparse": "^5.5.3",
1212
"typescript": "^5.9.3"
1313
},

examples/json-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hono/node-server": "^1.14.1",
12-
"framer-api": "^0.0.1-beta.0",
12+
"framer-api": "^0.0.1-beta.1",
1313
"hono": "^4.7.10",
1414
"typescript": "^5.9.3"
1515
},

examples/publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typecheck": "tsc --noEmit"
88
},
99
"dependencies": {
10-
"framer-api": "^0.0.1-beta.0",
10+
"framer-api": "^0.0.1-beta.1",
1111
"typescript": "^5.9.3"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)