mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: updated dependencies
This commit is contained in:
parent
a5f071dbd9
commit
c7dab4fa57
@ -129,6 +129,7 @@ Axios and Axios Cache Interceptor v1**
|
||||
|
||||
| [Axios](https://github.com/axios/axios/releases) | [Axios Cache Interceptor](https://github.com/arthurfiorette/axios-cache-interceptor/releases) |
|
||||
| ------------------------------------------------ | --------------------------------------------------------------------------------------------- |
|
||||
| `>= v1.4` | `>= v1.2.0` |
|
||||
| `>= v1.3.1` | `>= v1` |
|
||||
| `>= v0.27` | `>= v0.10.3` |
|
||||
| `>= v0.26` | `>= v0.8.4` |
|
||||
|
||||
40
package.json
40
package.json
@ -59,29 +59,29 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arthurfiorette/prettier-config": "*",
|
||||
"@types/jest": "^29.2.4",
|
||||
"@types/node": "^18.13.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
||||
"@typescript-eslint/parser": "^5.50.0",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^18.16.16",
|
||||
"@types/webpack": "^5.28.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"auto-changelog": "^2.4.0",
|
||||
"axios": "^1.4.0",
|
||||
"es-check": "^7.0.0",
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"es-check": "^7.1.1",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-jsdoc": "^0.4.2",
|
||||
"prettier-plugin-organize-imports": "^3.2.1",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-loader": "^9.2.6",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^5.0.4",
|
||||
"vitepress": "^1.0.0-alpha.45",
|
||||
"webpack": "^5.66.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
"prettier-plugin-organize-imports": "^3.2.2",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-loader": "^9.4.3",
|
||||
"tslib": "^2.5.3",
|
||||
"typescript": "^5.1.3",
|
||||
"vitepress": "1.0.0-beta.1",
|
||||
"webpack": "^5.86.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"axios": "^1"
|
||||
|
||||
3002
pnpm-lock.yaml
generated
3002
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -369,7 +369,6 @@ describe('Last-Modified handling', () => {
|
||||
const id = 'some-config-id';
|
||||
await axios.storage.set(id, {
|
||||
state: 'stale',
|
||||
previous: 'empty',
|
||||
createdAt: Date.now(),
|
||||
data: {
|
||||
data: true,
|
||||
|
||||
@ -47,7 +47,6 @@ describe('tests memory storage', () => {
|
||||
state: 'stale',
|
||||
ttl: 1000,
|
||||
createdAt: Date.now() - 2000,
|
||||
previous: 'stale',
|
||||
data: {
|
||||
status: 200,
|
||||
statusText: '200 OK',
|
||||
@ -58,7 +57,6 @@ describe('tests memory storage', () => {
|
||||
state: 'stale',
|
||||
ttl: 1000,
|
||||
createdAt: Date.now() - 2000,
|
||||
previous: 'stale',
|
||||
data: {
|
||||
status: 200,
|
||||
statusText: '200 OK',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user