chore: cache parser dependency range

This commit is contained in:
arthurfiorette 2022-02-28 18:22:49 -03:00
parent 06091a2d6d
commit a71f9aa75e
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -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"
}
}