Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 617035a commit 8e560c2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"scripts": {
"bench:createInstance:js": "clinic flame -- node ./lib/benchmarks/createInstance/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-common#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-decorators#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.22.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"scripts": {
"build": "pnpm run build:cjs && pnpm run build:esm",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models-api#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.22.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-reflect-metadata-utils#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-typescript": "11.1.6",
"rollup": "4.22.2",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"exports": "./lib/index.js",
"homepage": "https://github.com/cuaklabs/iocuak#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rollup": "4.22.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down

0 comments on commit 8e560c2

Please sign in to comment.