mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: cache parser dependency range
This commit is contained in:
parent
06091a2d6d
commit
a71f9aa75e
10
package.json
10
package.json
@ -50,13 +50,10 @@
|
||||
},
|
||||
"homepage": "https://axios-cache-interceptor.js.org",
|
||||
"dependencies": {
|
||||
"cache-parser": "1.2.2",
|
||||
"cache-parser": "^1.2.2",
|
||||
"fast-defer": "^1.1.5",
|
||||
"object-code": "^1.2.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"colors": "1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arthurfiorette/prettier-config": "*",
|
||||
"@types/jest": "^27.4.0",
|
||||
@ -80,5 +77,8 @@
|
||||
"webpack": "^5.66.0",
|
||||
"webpack-cli": "^4.9.1"
|
||||
},
|
||||
"packageManager": "yarn@1.22.17"
|
||||
"packageManager": "yarn@1.22.17",
|
||||
"resolutions": {
|
||||
"colors": "1.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user