Skip to content

Commit

Permalink
Merge branch 'master' into renovate/eslint-plugin-prettier-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Jul 17, 2023
2 parents d480854 + d05b67a commit df1b7b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"description": "Minimal abstract task manager",
"packageManager": "[email protected].7",
"packageManager": "[email protected].8",
"scripts": {
"bench:createInstance:run": "turbo run \"bench:createInstance:js\" --filter=\"iocuak-benchmark\"",
"bench:createInstancesByTag:run": "turbo run \"bench:createInstancesByTag:js\" --filter=\"iocuak-benchmark\"",
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 @@ -41,7 +41,7 @@
"jest": "29.6.1",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
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 @@ -46,7 +46,7 @@
"jest": "29.6.1",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
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 @@ -48,7 +48,7 @@
"prettier": "3.0.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
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 @@ -35,7 +35,7 @@
"eslint-plugin-prettier": "5.0.0",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"typescript": "5.1.6"
},
"scripts": {
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 @@ -41,7 +41,7 @@
"jest": "29.6.1",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
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 @@ -39,7 +39,7 @@
"eslint-plugin-prettier": "5.0.0",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"typescript": "5.1.6"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
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 @@ -44,7 +44,7 @@
"jest": "29.6.1",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
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 @@ -6,7 +6,7 @@
"description": "Backend rollup config for backend packages",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.2",
"rollup": "3.26.2",
"rollup": "3.26.3",
"prettier": "3.0.0",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "3.0.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rollup": "3.26.2",
"rollup": "3.26.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down

0 comments on commit df1b7b6

Please sign in to comment.