Skip to content

Commit

Permalink
feat: update cache strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed May 8, 2023
1 parent 5d8646b commit bf52545
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["@pengzhanbo/eslint-config-ts"]
"extends": "@pengzhanbo"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
"prettier": "@pengzhanbo/prettier-config",
"dependencies": {
"debug": "^4.3.4",
"lru-cache": "^9.1.1",
"magic-string": "^0.30.0",
"path-to-regexp": "^6.2.1",
"quick-lru": "^6.1.1",
"rgb-hex": "^4.0.1",
"sharp": "^0.32.1"
},
"devDependencies": {
"@pengzhanbo/eslint-config-ts": "^0.3.9",
"@pengzhanbo/prettier-config": "^0.3.9",
"@pengzhanbo/eslint-config": "^0.3.10",
"@pengzhanbo/prettier-config": "^0.3.10",
"@types/debug": "^4.1.7",
"@types/node": "^18.16.4",
"@types/node": "^18.16.5",
"@types/sharp": "^0.32.0",
"bumpp": "^9.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
Expand Down
Loading

0 comments on commit bf52545

Please sign in to comment.