Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Aug 30, 2024
2 parents eaaaf03 + 30b1746 commit 27c3c85
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 321 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.21] - 2024-08-30

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.20] - 2024-08-20

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farcaster-frames-template",
"version": "1.0.0-alpha.20",
"version": "1.0.0-alpha.21",
"type": "module",
"keywords": [
"farcaster",
Expand All @@ -16,17 +16,17 @@
"lint": "eslint"
},
"dependencies": {
"@hono/node-server": "1.12.0",
"hono": "4.5.3"
"@hono/node-server": "1.12.2",
"hono": "4.5.9"
},
"devDependencies": {
"@types/eslint": "9.6.0",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "22.1.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"@types/node": "22.5.1",
"@typescript-eslint/parser": "8.3.0",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-unicorn": "55.0.0",
Expand All @@ -36,9 +36,9 @@
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.0.0",
"tsx": "4.16.5",
"tsx": "4.19.0",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0"
"typescript-eslint": "8.3.0"
},
"resolutions": {
"axios": ">=1.6.0",
Expand Down
Loading

0 comments on commit 27c3c85

Please sign in to comment.