Skip to content

Commit

Permalink
chore: update dependency prettier to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 14d4f62 commit 2534188
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"ts-loader": "9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/strongly-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"ts-loader": "9.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"ts-loader": "9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.4.1",
"prettier": "3.4.2",
"typescript-eslint": "8.17.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Common jest config for inversify monorepo packages",
"devDependencies": {
"@jest/types": "29.6.3",
"prettier": "3.4.1"
"prettier": "3.4.2"
},
"exports": "./lib/index.js",
"homepage": "https://github.com/inversify/monorepo#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rollup/plugin-typescript": "12.1.1",
"rollup-plugin-dts": "6.1.1",
"rollup": "4.28.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"typescript": "5.7.2"
},
"exports": "./lib/index.js",
Expand Down

0 comments on commit 2534188

Please sign in to comment.