Skip to content

Commit

Permalink
Merge branch 'main' of github.com:inversify/monorepo into poc/class-m…
Browse files Browse the repository at this point in the history
…etadata-models
  • Loading branch information
notaphplover committed Oct 29, 2024
2 parents d7494d9 + f520595 commit b8ec908
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"keywords": [],
"license": "MIT",
"name": "root",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"private": true,
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "20.17.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@types/node": "20.17.2",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "20.17.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@types/node": "20.17.2",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "20.17.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@types/node": "20.17.2",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.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 @@ -10,7 +10,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.3.3",
"typescript-eslint": "8.11.0"
"typescript-eslint": "8.12.2"
},
"peerDependencies": {
"@eslint/js": "^9.13.0"
Expand Down

0 comments on commit b8ec908

Please sign in to comment.