Skip to content

Commit

Permalink
[fix] Cache clearing of Failed API requests
Browse files Browse the repository at this point in the history
[optimize] upgrade Upstream packages
  • Loading branch information
TechQuery committed Oct 17, 2023
1 parent 832341d commit 5df8ce8
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 795 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-ssr-middleware",
"version": "0.5.0",
"version": "0.5.2",
"license": "LGPL-3.0-or-later",
"author": "shiy2008@gmail.com",
"description": "Koa-like middlewares for Next.js Server Side Rendering",
Expand All @@ -22,23 +22,23 @@
"types": "dist/index.d.ts",
"main": "dist/index.js",
"dependencies": {
"mobx-i18n": "^0.3.15",
"tslib": "^2.6.1",
"web-utility": "^4.1.0"
"mobx-i18n": "^0.4.1",
"tslib": "^2.6.2",
"web-utility": "^4.1.3"
},
"peerDependencies": {
"next": ">=9.3"
},
"devDependencies": {
"@types/node": "^18.17.3",
"@types/node": "^18.18.5",
"husky": "^8.0.3",
"koajax": "^0.8.4",
"lint-staged": "^13.2.3",
"next": "^12.3.4",
"koajax": "^0.9.4",
"lint-staged": "^15.0.1",
"next": "^13.5.5",
"open-cli": "^7.2.0",
"prettier": "^3.0.1",
"typedoc": "^0.24.8",
"typescript": "~5.1.6"
"prettier": "^3.0.3",
"typedoc": "^0.25.2",
"typescript": "~5.2.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 5df8ce8

Please sign in to comment.