Skip to content

Commit

Permalink
Upgrade itty-router and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
IDisposable committed Dec 20, 2022
1 parent 58af654 commit dcacbb9
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
136 changes: 68 additions & 68 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudfinger",
"version": "1.0.221212.2",
"version": "1.0.221219.0",
"description": "webfinger cloudflare worker",
"scripts": {
"format": "prettier --write .",
Expand All @@ -25,16 +25,16 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"wrangler": "^2.6.2"
},
"dependencies": {
"itty-router": "^2.6.6"
"itty-router": "^3.0.8"
}
}

0 comments on commit dcacbb9

Please sign in to comment.