Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2597)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent d090c38 commit 634ab7b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/json-schema": "^7.0.11",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "yarn build"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"watch": "tsc -p . --watch"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.4",
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.15.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,10 @@
dependencies:
"@types/jest" "*"

"@types/jest@*", "@types/jest@^29.4.4":
version "29.4.4"
resolved "https://registry.npmjs.org/@types/jest/-/jest-29.4.4.tgz#ba257bd7b1876dec9e0b4fb82fa60eec5505e5f1"
integrity sha512-qezb65VIH7X1wobSnd6Lvdve7PXSyQRa3dljTkhTtDhi603RvHQCshSlJcuyMLHJpeHgY3NKwvDJWxMOOHxGDQ==
"@types/jest@*", "@types/jest@^29.5.0":
version "29.5.0"
resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac"
integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit 634ab7b

Please sign in to comment.