Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 0142127 commit f90baef
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"typescript": "5.7.3"
},
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 @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"ts-jest": "29.2.5",
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 @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"ts-jest": "29.2.5",
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 @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.34.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 @@ -30,7 +30,7 @@
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"tslib": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.5.0",
"prettier": "3.5.1",
"typescript-eslint": "8.24.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend jest config for backend packages",
"devDependencies": {
"@jest/types": "29.6.3",
"prettier": "3.5.0"
"prettier": "3.5.1"
},
"exports": "./lib/index.js",
"homepage": "https://github.com/cuaklabs/iocuak#readme",
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 @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"ts-jest": "29.2.5",
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 @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"typescript": "5.7.3"
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 @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.6",
"ts-jest": "29.2.5",
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": "12.1.2",
"rollup-plugin-dts": "6.1.1",
"rollup": "4.34.6",
"prettier": "3.5.0",
"prettier": "3.5.1",
"typescript": "5.7.3"
},
"exports": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "9.20.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.34.6",
Expand Down

0 comments on commit f90baef

Please sign in to comment.