Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 18, 2024
2 parents 3160bd8 + e71f3b9 commit 7d70993
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 57 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.15] - 2024-04-18

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.14] - 2024-03-22

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 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.14",
"version": "1.0.0-alpha.15",
"keywords": [
"farcaster",
"frames",
Expand All @@ -15,26 +15,26 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@hono/node-server": "1.8.2",
"hono": "4.1.3"
"@hono/node-server": "1.10.0",
"hono": "4.2.3"
},
"devDependencies": {
"@types/eslint": "8.56.6",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.30",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"localtunnel": "2.0.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.1",
"typescript": "5.4.3"
"tsx": "4.7.2",
"typescript": "5.4.5"
},
"resolutions": {
"axios": ">=1.6.0"
Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d70993

Please sign in to comment.