@fluid-experimental/property-changeset 2.30.0 → 2.31.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 (1) hide show
  1. package/package.json +3 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-changeset",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "property changeset definitions and related functionalities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -53,7 +53,7 @@
53
53
  "temp-directory": "nyc/.nyc_output"
54
54
  },
55
55
  "dependencies": {
56
- "@fluid-experimental/property-common": "~2.30.0",
56
+ "@fluid-experimental/property-common": "~2.31.0",
57
57
  "ajv": "^8.12.0",
58
58
  "ajv-keywords": "^5.1.0",
59
59
  "async": "^3.2.2",
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "^0.17.1",
66
66
  "@biomejs/biome": "~1.9.3",
67
- "@fluid-internal/mocha-test-setup": "~2.30.0",
67
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
69
  "@fluidframework/build-tools": "^0.54.0",
70
70
  "@types/lodash": "^4.14.118",
@@ -81,7 +81,6 @@
81
81
  "mocha-multi-reporters": "^1.5.1",
82
82
  "moment": "^2.21.0",
83
83
  "nock": "^13.3.3",
84
- "prettier": "~3.0.3",
85
84
  "rimraf": "^4.4.0",
86
85
  "sinon": "^18.0.1",
87
86
  "typescript": "~5.4.5"
@@ -102,14 +101,12 @@
102
101
  "check:are-the-types-wrong": "attw --pack .",
103
102
  "check:biome": "biome check .",
104
103
  "check:format": "npm run check:biome",
105
- "check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
106
104
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
107
105
  "coverage": "npx nyc --silent --cwd --nycrc-path `pwd`/.nycrc npm run test",
108
106
  "eslint": "eslint --format stylish src",
109
107
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
110
108
  "format": "npm run format:biome",
111
109
  "format:biome": "biome check . --write",
112
- "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
113
110
  "lint": "fluid-build . --task lint",
114
111
  "lint:fix": "fluid-build . --task eslint:fix --task format",
115
112
  "test": "npm run test:mocha",