@fluidframework/undo-redo 2.70.0 → 2.71.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.
- package/CHANGELOG.md +4 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/undo-redo",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "Undo Redo",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -59,22 +59,22 @@
|
|
|
59
59
|
"temp-directory": "nyc/.nyc_output"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@fluid-internal/client-utils": "~2.
|
|
63
|
-
"@fluidframework/map": "~2.
|
|
64
|
-
"@fluidframework/matrix": "~2.
|
|
65
|
-
"@fluidframework/merge-tree": "~2.
|
|
66
|
-
"@fluidframework/sequence": "~2.
|
|
62
|
+
"@fluid-internal/client-utils": "~2.71.0",
|
|
63
|
+
"@fluidframework/map": "~2.71.0",
|
|
64
|
+
"@fluidframework/matrix": "~2.71.0",
|
|
65
|
+
"@fluidframework/merge-tree": "~2.71.0",
|
|
66
|
+
"@fluidframework/sequence": "~2.71.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
70
70
|
"@biomejs/biome": "~1.9.3",
|
|
71
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
71
|
+
"@fluid-internal/mocha-test-setup": "~2.71.0",
|
|
72
72
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
73
73
|
"@fluidframework/build-common": "^2.0.3",
|
|
74
74
|
"@fluidframework/build-tools": "^0.58.3",
|
|
75
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
76
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
77
|
-
"@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.
|
|
75
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
76
|
+
"@fluidframework/test-runtime-utils": "~2.71.0",
|
|
77
|
+
"@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.70.0",
|
|
78
78
|
"@microsoft/api-extractor": "7.52.11",
|
|
79
79
|
"@types/diff": "^3.5.1",
|
|
80
80
|
"@types/mocha": "^10.0.10",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"check:format": "npm run check:biome",
|
|
116
116
|
"ci:build:docs": "api-extractor run",
|
|
117
117
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
118
|
-
"eslint": "eslint --format stylish src",
|
|
119
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
118
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
119
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
120
120
|
"format": "npm run format:biome",
|
|
121
121
|
"format:biome": "biome check . --write",
|
|
122
122
|
"lint": "fluid-build . --task lint",
|