diff --git a/README.md b/README.md index 44dad77..559c065 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Dependency injection container (DIC), [PSR-11][2] inspired. ## Requirements * node: 18 - * [chubbyts/chubbyts-dic-types][3]: ^1.3.0 + * [chubbyts/chubbyts-dic-types][3]: ^1.3.1 ## Installation Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-dic][1]. ```ts -npm i @chubbyts/chubbyts-dic@^1.3.0 +npm i @chubbyts/chubbyts-dic@^1.3.1 ``` ## Usage diff --git a/package.json b/package.json index 63e10ba..1fd78a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-dic", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "Dependency injection container (DIC), PSR-11 inspired.", "keywords": [ "chubbyts", @@ -45,11 +45,11 @@ "node": ">=18" }, "dependencies": { - "@chubbyts/chubbyts-dic-types": "^1.3.0" + "@chubbyts/chubbyts-dic-types": "^1.3.1" }, "devDependencies": { - "@chubbyts/chubbyts-eslint": "^3.0.1", - "@chubbyts/chubbyts-packaging": "^3.0.0", + "@chubbyts/chubbyts-eslint": "^3.0.3", + "@chubbyts/chubbyts-packaging": "^3.0.2", "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5",