Skip to content

Commit 3867da1

Browse files
authored
Update common-utils dependencies to align with the rest of the repo (#22468)
1 parent 451980b commit 3867da1

14 files changed

+2095
-2845
lines changed

common/lib/common-utils/package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,38 +88,37 @@
8888
"@fluidframework/build-common": "^2.0.3",
8989
"@fluidframework/build-tools": "^0.44.0",
9090
"@fluidframework/common-utils-previous": "npm:@fluidframework/[email protected]",
91-
"@fluidframework/eslint-config-fluid": "^5.2.0",
91+
"@fluidframework/eslint-config-fluid": "^5.4.0",
9292
"@microsoft/api-extractor": "^7.45.1",
9393
"@types/base64-js": "^1.3.0",
9494
"@types/benchmark": "^2.1.0",
95-
"@types/jest": "22.2.3",
95+
"@types/jest": "29.5.3",
9696
"@types/jest-environment-puppeteer": "2.2.0",
9797
"@types/mocha": "^9.1.1",
98-
"@types/node": "^16.18.38",
99-
"@types/puppeteer": "1.3.0",
100-
"@types/sinon": "^7.0.13",
98+
"@types/node": "^18.19.39",
99+
"@types/sinon": "^17.0.3",
101100
"benchmark": "^2.1.4",
102101
"c8": "^8.0.1",
103-
"concurrently": "^6.2.0",
102+
"concurrently": "^8.2.1",
104103
"copyfiles": "^2.4.1",
105104
"cross-env": "^7.0.3",
106105
"eslint": "~8.55.0",
107106
"eslint-config-prettier": "~9.0.0",
108-
"jest": "^26.6.3",
107+
"jest": "^29.6.2",
109108
"jest-junit": "^10.0.0",
110-
"jest-puppeteer": "^4.4.0",
111-
"mocha": "^10.0.0",
109+
"jest-puppeteer": "^9.0.2",
110+
"mocha": "^10.2.0",
112111
"mocha-json-output-reporter": "^2.0.1",
113112
"mocha-multi-reporters": "^1.5.1",
114113
"moment": "^2.21.0",
115114
"prettier": "~3.0.3",
116-
"puppeteer": "^2.1.0",
115+
"puppeteer": "^22.2.0",
117116
"rewire": "^5.0.0",
118-
"rimraf": "^2.6.2",
119-
"sinon": "^7.4.2",
120-
"ts-jest": "^26.4.4",
117+
"rimraf": "^4.4.1",
118+
"sinon": "^17.0.1",
119+
"ts-jest": "^29.1.1",
121120
"ts-node": "^10.9.1",
122-
"typescript": "~4.5.5"
121+
"typescript": "~5.4.5"
123122
},
124123
"packageManager": "[email protected]+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
125124
"fluidBuild": {

0 commit comments

Comments
 (0)