Skip to content

Commit

Permalink
fix: update versions§
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeunge committed Apr 18, 2024
1 parent ffac157 commit 6caf1a5
Show file tree
Hide file tree
Showing 10 changed files with 18,113 additions and 22,683 deletions.
40,428 changes: 17,927 additions & 22,501 deletions package-lock.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "root",
"private": true,
"scripts": {
"publish": "lerna publish",
"build": "lerna run build",
"test": "lerna run test",
"release": "lerna publish",
"prepublishOnly": "npm run test",
"check-package-updates": "ncu -u && gulp updatePackages"
},
"devDependencies": {
"@hokify/eslint-config": "^2.2.1",
"@types/mocha": "9.0.0",
"@types/node": "16.11.9",
"lerna": "^4.0.0",
"mocha": "9.1.3",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
"dependencies": {
"del": "^6.0.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"prettier": "^2.4.1"
},
"workspaces": [
"storages/*",
"ts-cache"
]
"name": "root",
"private": true,
"scripts": {
"publish": "lerna publish",
"build": "lerna run build",
"test": "lerna run test",
"release": "lerna publish",
"prepublishOnly": "npm run test",
"check-package-updates": "ncu -u && gulp updatePackages"
},
"devDependencies": {
"@hokify/eslint-config": "^2.2.1",
"@types/mocha": "10.0.6",
"@types/node": "18.19.0",
"lerna": "^8.0.0",
"mocha": "10.4.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"dependencies": {
"del": "^6.0.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"prettier": "^2.4.1"
},
"workspaces": [
"storages/*",
"ts-cache"
]
}
4 changes: 2 additions & 2 deletions storages/lru-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"description": "Simple and extensible caching module supporting decorators",
"main": "dist/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/lru-cache": "^5.1.1",
"ioredis-mock": "^5.8.0"
"ioredis-mock": "^8.9.0"
},
"gitHead": "c938eba762060f940a34bc192bec03bc76ea4017"
}
2 changes: 1 addition & 1 deletion storages/lru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"description": "Simple and extensible caching module supporting decorators",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion storages/node-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"description": "Simple and extensible caching module supporting decorators",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions storages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"description": "Simple and extensible caching module supporting decorators",
"main": "dist/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/proxyquire": "1.3.28",
"@types/redis": "^2.8.32",
"@types/sinon": "10.0.6",
"redis-mock": "^0.56.3",
"redis-mock": "^0.56.0",
"sinon": "12.0.1"
},
"gitHead": "c938eba762060f940a34bc192bec03bc76ea4017"
Expand Down
4 changes: 2 additions & 2 deletions storages/redisio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"type": "module",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"author": "Simon Tretter <[email protected]>",
"license": "MIT",
Expand All @@ -55,7 +55,7 @@
"snappy": "^7.0.5"
},
"devDependencies": {
"ioredis-mock": "^5.8.0"
"ioredis-mock": "^8.9.0"
},
"gitHead": "c938eba762060f940a34bc192bec03bc76ea4017"
}
Loading

0 comments on commit 6caf1a5

Please sign in to comment.