@fluidframework/react 2.74.0 → 2.81.0-374083
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.
- package/CHANGELOG.md +4 -0
- package/eslint.config.mts +4 -4
- package/package.json +18 -18
- package/react.test-files.tar +0 -0
- package/.eslintrc.cjs +0 -11
package/CHANGELOG.md
CHANGED
package/eslint.config.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*/
|
|
5
|
+
|
|
6
6
|
import type { Linter } from "eslint";
|
|
7
7
|
import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.0-374083",
|
|
4
4
|
"description": "Utilities for integrating content powered by the Fluid Framework into React applications",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -79,40 +79,40 @@
|
|
|
79
79
|
"temp-directory": "nyc/.nyc_output"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@fluidframework/aqueduct": "
|
|
83
|
-
"@fluidframework/core-interfaces": "
|
|
84
|
-
"@fluidframework/datastore-definitions": "
|
|
85
|
-
"@fluidframework/fluid-static": "
|
|
86
|
-
"@fluidframework/runtime-definitions": "
|
|
87
|
-
"@fluidframework/shared-object-base": "
|
|
88
|
-
"@fluidframework/tree": "
|
|
82
|
+
"@fluidframework/aqueduct": "2.81.0-374083",
|
|
83
|
+
"@fluidframework/core-interfaces": "2.81.0-374083",
|
|
84
|
+
"@fluidframework/datastore-definitions": "2.81.0-374083",
|
|
85
|
+
"@fluidframework/fluid-static": "2.81.0-374083",
|
|
86
|
+
"@fluidframework/runtime-definitions": "2.81.0-374083",
|
|
87
|
+
"@fluidframework/shared-object-base": "2.81.0-374083",
|
|
88
|
+
"@fluidframework/tree": "2.81.0-374083",
|
|
89
89
|
"react": "^18.3.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@arethetypeswrong/cli": "^0.
|
|
92
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
93
93
|
"@biomejs/biome": "~1.9.3",
|
|
94
|
-
"@fluid-internal/mocha-test-setup": "
|
|
95
|
-
"@fluid-tools/build-cli": "^0.
|
|
94
|
+
"@fluid-internal/mocha-test-setup": "2.81.0-374083",
|
|
95
|
+
"@fluid-tools/build-cli": "^0.63.0",
|
|
96
96
|
"@fluidframework/build-common": "^2.0.3",
|
|
97
|
-
"@fluidframework/build-tools": "^0.
|
|
98
|
-
"@fluidframework/eslint-config-fluid": "
|
|
99
|
-
"@fluidframework/tinylicious-client": "
|
|
97
|
+
"@fluidframework/build-tools": "^0.63.0",
|
|
98
|
+
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
|
|
99
|
+
"@fluidframework/tinylicious-client": "2.81.0-374083",
|
|
100
100
|
"@microsoft/api-extractor": "7.52.11",
|
|
101
101
|
"@testing-library/react": "^16.3.0",
|
|
102
102
|
"@types/mocha": "^10.0.10",
|
|
103
103
|
"@types/node": "^18.19.0",
|
|
104
104
|
"@types/react": "^18.3.11",
|
|
105
105
|
"c8": "^10.1.3",
|
|
106
|
-
"concurrently": "^
|
|
106
|
+
"concurrently": "^9.2.1",
|
|
107
107
|
"copyfiles": "^2.4.1",
|
|
108
|
-
"cross-env": "^
|
|
109
|
-
"eslint": "~
|
|
108
|
+
"cross-env": "^10.1.0",
|
|
109
|
+
"eslint": "~9.39.1",
|
|
110
110
|
"eslint-config-prettier": "~10.1.8",
|
|
111
111
|
"global-jsdom": "^26.0.0",
|
|
112
112
|
"jiti": "^2.6.1",
|
|
113
113
|
"mocha": "^10.8.2",
|
|
114
114
|
"mocha-multi-reporters": "^1.5.1",
|
|
115
|
-
"rimraf": "^
|
|
115
|
+
"rimraf": "^6.1.2",
|
|
116
116
|
"typescript": "~5.4.5"
|
|
117
117
|
},
|
|
118
118
|
"typeValidation": {
|
package/react.test-files.tar
CHANGED
|
Binary file
|
package/.eslintrc.cjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
module.exports = {
|
|
7
|
-
extends: [require.resolve("@fluidframework/eslint-config-fluid/strict"), "prettier"],
|
|
8
|
-
parserOptions: {
|
|
9
|
-
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
|
|
10
|
-
},
|
|
11
|
-
};
|