Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirke committed Jul 3, 2024
1 parent 59b2910 commit 043e08e
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 895 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"release": "zx tools/scripts/patch-package-publish-config.mjs && pnpm exec changeset publish"
},
"dependencies": {
"ioredis": "^5.3.2",
"mongodb": "^6.3.0"
"ioredis": "^5.4.1",
"mongodb": "^6.8.0"
},
"devDependencies": {
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.7",
"@nx/eslint": "19.4.0",
"@nx/eslint-plugin": "19.4.0",
"@nx/jest": "19.4.0",
"@nx/js": "19.4.0",
"@nx/workspace": "19.4.0",
"@svitejs/changesets-changelog-github-compact": "1.1.0",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/cli": "0.4.0",
"@swc/core": "1.6.7",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "18.19.9",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"cache-manager": "5.6.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -35,7 +35,7 @@
"prettier": "3.3.2",
"ts-node": "10.9.2",
"tsup": "8.1.0",
"typescript": "5.4.5",
"zx": "8.1.2"
"typescript": "5.5.3",
"zx": "8.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/node-cache-manager-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"provenance": true
},
"dependencies": {
"ioredis": "^5.2.2"
"ioredis": "^5.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/node-cache-manager-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"provenance": true
},
"dependencies": {
"mongodb": "^6.0.0"
"mongodb": "^6.8.0"
}
}
Loading

0 comments on commit 043e08e

Please sign in to comment.