mirror of
https://github.com/rikkaneko/paste.git
synced 2025-09-21 12:20:23 +01:00
Update itty-router to 5.x
Fix minor bug Update package dependencies Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
1fb3076115
commit
f90633bce3
8 changed files with 127 additions and 88 deletions
30
package.json
30
package.json
|
@ -9,27 +9,27 @@
|
|||
"lint": "eslint . --color --cache -f friendly --max-warnings 10"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws4fetch": "^1.0.17",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"buffer": "^6.0.3",
|
||||
"dedent-js": "^1.0.1",
|
||||
"itty-router": "^4.0.23",
|
||||
"js-sha256": "^0.10.1",
|
||||
"nanoid": "^5.0.2",
|
||||
"xml-js": "^1.6.11",
|
||||
"itty-router": "^5.0.18",
|
||||
"js-sha256": "^0.11.1",
|
||||
"nanoid": "^5.1.5",
|
||||
"string_decoder": "^1.3.0",
|
||||
"buffer": "^6.0.3"
|
||||
"xml-js": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@types/bootstrap": "^5.2.8",
|
||||
"@cloudflare/workers-types": "^4.20250725.0",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/jquery": "^3.5.25",
|
||||
"@types/jquery": "^3.5.32",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-formatter-friendly": "^7.0.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"prettier": "^3.0.3",
|
||||
"typescript": "^5.2.2",
|
||||
"wrangler": "^3.15.0"
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.8.3",
|
||||
"wrangler": "^4.26.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue