Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
6a37365
build(client): bump eslint-config-fluid to v7
tylerbutler Oct 14, 2025
18779ad
syncpack
tylerbutler Oct 14, 2025
f2342b2
wip
tylerbutler Oct 14, 2025
fe3992d
Merge branch 'main' into eslint-import-upgrade-client
tylerbutler Oct 14, 2025
8540b66
lockfile
tylerbutler Oct 14, 2025
0bc8b4f
tilde deps for eslint packages
tylerbutler Oct 14, 2025
d81fe40
docs
tylerbutler Oct 14, 2025
297b186
Merge branch 'main' into eslint-import-upgrade-client
tylerbutler Oct 14, 2025
75b587d
revert rules that were not added until typescript-eslint v8
tylerbutler Oct 14, 2025
62994e7
lockfile
tylerbutler Oct 14, 2025
17267ab
Revert "revert rules that were not added until typescript-eslint v8"
tylerbutler Oct 14, 2025
f381626
bump to v7 of the config
tylerbutler Oct 15, 2025
634509c
fixes
tylerbutler Oct 15, 2025
cbb37ec
Update experimental/PropertyDDS/packages/property-common/package.json
tylerbutler Oct 15, 2025
51fc33d
lockfile
tylerbutler Oct 15, 2025
0ddd280
Merge branch 'main' into eslint-import-upgrade-client
tylerbutler Oct 15, 2025
c4f6ca8
use caret deps
tylerbutler Oct 15, 2025
763e5fa
8.57.1
tylerbutler Oct 15, 2025
0558008
lockfile
tylerbutler Oct 15, 2025
e0e9dd0
Merge branch 'eslint-import-upgrade-client' into eslint-import-upgrad…
tylerbutler Oct 15, 2025
93ca78e
pnpm dedupe
tylerbutler Oct 15, 2025
9a718ab
updates
tylerbutler Oct 15, 2025
63812cd
deps
tylerbutler Oct 15, 2025
a2a3b7f
fix formatting issues in tsdocs
tylerbutler Oct 15, 2025
b15110e
more fixes
tylerbutler Oct 16, 2025
4a93eec
lint fixes
tylerbutler Oct 16, 2025
37e4414
remarks formatting
tylerbutler Oct 16, 2025
232e038
lint fixes
tylerbutler Oct 16, 2025
b31c756
fixes
tylerbutler Oct 16, 2025
c08d484
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 16, 2025
e007f57
docs(client): correct tsdoc formatting
tylerbutler Oct 16, 2025
6e65126
Merge branch 'eslint-client-prefix-v7' into eslint-import-upgrade-cli…
tylerbutler Oct 16, 2025
f9f32b4
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 16, 2025
d60ba34
deps
tylerbutler Oct 16, 2025
f8c080c
lint disables and fixes
tylerbutler Oct 16, 2025
a663986
more lint fixes
tylerbutler Oct 16, 2025
d06f2ff
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 17, 2025
c49c6c0
format
tylerbutler Oct 17, 2025
bfa288b
revert some unneeded states
tylerbutler Oct 17, 2025
c363727
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 21, 2025
479510b
add missing dep
tylerbutler Oct 21, 2025
2e9b0d3
policy
tylerbutler Oct 21, 2025
b6cb469
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 22, 2025
9782bde
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 23, 2025
8aefe71
chore: merge main into eslint-import-upgrade-client-v7
tylerbutler Oct 28, 2025
b102fb1
api docs
tylerbutler Oct 28, 2025
06b3389
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 28, 2025
c25b32c
build
tylerbutler Oct 28, 2025
9a70558
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 28, 2025
4a8363e
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 29, 2025
91d8ecd
feedback
tylerbutler Oct 29, 2025
0cbf2f4
add link to issue
tylerbutler Oct 29, 2025
c1584c9
update fixmes
tylerbutler Oct 29, 2025
1a0de07
feedback
tylerbutler Oct 29, 2025
a294030
fix
tylerbutler Oct 29, 2025
81af5ab
Merge branch 'main' into eslint-import-upgrade-client-v7
tylerbutler Oct 29, 2025
beaca77
disbale
tylerbutler Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure/packages/azure-local-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"eslint": "~8.57.1",
"eslint-config-prettier": "~10.1.8",
"pm2": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@microsoft/api-extractor": "7.52.11",
"@types/jsrsasign": "^10.5.12",
"concurrently": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/ai-collab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/devtools": "workspace:~",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/odsp-client": "workspace:~",
"@fluidframework/presence": "workspace:~",
"@fluidframework/tinylicious-client": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
4 changes: 4 additions & 0 deletions examples/apps/presence-tracker/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ module.exports = {
"prettier",
"../../.eslintrc.cjs",
],
rules: {
// Disabled because the rule is crashing on this package - AB#51780
"@typescript-eslint/unbound-method": "off",
},
};
2 changes: 1 addition & 1 deletion examples/apps/presence-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-comparison/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
21 changes: 11 additions & 10 deletions examples/benchmarks/bubblebench/ot/src/proxy/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const contextSym = Symbol("proxy.context");

type Consumer = (ops: json1.JSONOp) => void;

// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types
interface IProxy extends Object {
[contextSym]: { parent?: IProxy; parentKey: json1.Key };
}
Expand All @@ -23,7 +24,7 @@ function getPath(target: IProxy, key: json1.Key, path: json1.Key[] = []): json1.
return path;
}

const cache = new WeakMap<Object, IProxy>();
const cache = new WeakMap<object, IProxy>();

const arrayPatch = {
push:
Expand Down Expand Up @@ -54,11 +55,11 @@ const arrayPatch = {
};

const createObjectProxy = (
subject: Object,
subject: object,
consumer: Consumer,
parent?: IProxy,
parentKey?: json1.Key,
): Object => {
): object => {
const handler: ProxyHandler<IProxy> = {
get: (target: IProxy, key: string | symbol, receiver: IProxy) => {
if (key === contextSym) {
Expand Down Expand Up @@ -108,13 +109,13 @@ function indexify(key: string | symbol): string | symbol | number {
}

const createArrayProxy = (
subject: Object,
subject: object,
consumer: Consumer,
parent?: IProxy,
parentKey?: json1.Key,
): Object =>
): object =>
new Proxy(subject, {
get: (target: Object, key: string | symbol, receiver: IProxy): unknown => {
get: (target: object, key: string | symbol, receiver: IProxy): unknown => {
if (key === contextSym) {
return { parent, parentKey };
}
Expand All @@ -128,14 +129,14 @@ const createArrayProxy = (

// eslint-disable-next-line no-param-reassign
key = indexify(key as string) as string;
const value = target[key] as Object;
const value = target[key] as object;

return value !== null && typeof value === "object"
? getProxy(/* target: */ value, consumer, /* parent: */ receiver, key)
: value;
},
set: (
target: Object,
target: object,
key: string | symbol,
value: json1.Doc,
receiver: IProxy,
Expand All @@ -161,7 +162,7 @@ const createArrayProxy = (
});

function getProxy(
target: Object,
target: object,
consumer: Consumer,
parent?: IProxy,
parentKey?: json1.Key,
Expand All @@ -177,5 +178,5 @@ function getProxy(
return self;
}

export const observe = <T extends Object>(target: T, consumer: Consumer): T =>
export const observe = <T extends object>(target: T, consumer: Consumer): T =>
getProxy(target, consumer) as unknown as T;
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/shared-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^9.0.11",
"@types/node": "^18.19.0",
Expand Down
3 changes: 3 additions & 0 deletions examples/benchmarks/tablebench/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ module.exports = {
},
rules: {
"@fluid-internal/fluid/no-unchecked-record-access": "warn",

// Disabled because the rule is crashing on this package - AB#51780
"@typescript-eslint/unbound-method": "off",
},
};
2 changes: 1 addition & 1 deletion examples/benchmarks/tablebench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@fluid-tools/benchmark": "^0.51.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/id-compressor": "workspace:~",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/client-logger/app-insights-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/codemirror": "5.60.7",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/inventory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/react": "^18.3.11",
"css-loader": "^7.1.2",
"eslint": "~8.57.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"eslint": "~8.57.1",
"rimraf": "^4.4.0",
"typescript": "~5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/react": "^18.3.11",
"copyfiles": "^2.4.1",
"eslint": "~8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"eslint": "~8.57.1",
"rimraf": "^4.4.0",
"typescript": "~5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"eslint": "~8.57.1",
"rimraf": "^4.4.0",
"typescript": "~5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/react": "^18.3.11",
"copyfiles": "^2.4.1",
"eslint": "~8.57.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@types/react": "^18.3.11",
"copyfiles": "^2.4.1",
"eslint": "~8.57.1",
Expand Down
Loading
Loading