@fluid-internal/client-utils 2.23.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/client-utils
2
2
 
3
+ ## 2.30.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.23.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.23.0",
3
+ "version": "2.30.0",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,8 +69,8 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/core-interfaces": "~2.23.0",
73
- "@fluidframework/core-utils": "~2.23.0",
72
+ "@fluidframework/core-interfaces": "~2.30.0",
73
+ "@fluidframework/core-utils": "~2.30.0",
74
74
  "@types/events_pkg": "npm:@types/events@^3.0.0",
75
75
  "base64-js": "^1.5.1",
76
76
  "buffer": "^6.0.3",
@@ -80,8 +80,8 @@
80
80
  "devDependencies": {
81
81
  "@arethetypeswrong/cli": "^0.17.1",
82
82
  "@biomejs/biome": "~1.9.3",
83
- "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.22.0",
84
- "@fluid-internal/mocha-test-setup": "~2.23.0",
83
+ "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.23.0",
84
+ "@fluid-internal/mocha-test-setup": "~2.30.0",
85
85
  "@fluid-tools/build-cli": "^0.54.0",
86
86
  "@fluidframework/build-common": "^2.0.3",
87
87
  "@fluidframework/build-tools": "^0.54.0",
@@ -89,7 +89,7 @@
89
89
  "@microsoft/api-extractor": "7.47.8",
90
90
  "@types/base64-js": "^1.3.0",
91
91
  "@types/jest": "29.5.3",
92
- "@types/jest-environment-puppeteer": "~2.23.0",
92
+ "@types/jest-environment-puppeteer": "~2.30.0",
93
93
  "@types/mocha": "^10.0.10",
94
94
  "@types/node": "^18.19.0",
95
95
  "@types/rewire": "^2.5.28",
@@ -105,7 +105,7 @@
105
105
  "jest-environment-puppeteer": "^10.1.3",
106
106
  "jest-junit": "^16.0.0",
107
107
  "jest-puppeteer": "^10.1.3",
108
- "mocha": "^10.2.0",
108
+ "mocha": "^10.8.2",
109
109
  "mocha-multi-reporters": "^1.5.1",
110
110
  "moment": "^2.21.0",
111
111
  "prettier": "~3.0.3",