@fluid-experimental/property-properties 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 +4 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-properties",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "definitions of properties",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,8 +41,8 @@
41
41
  "temp-directory": "nyc/.nyc_output"
42
42
  },
43
43
  "dependencies": {
44
- "@fluid-experimental/property-changeset": "~2.30.0",
45
- "@fluid-experimental/property-common": "~2.30.0",
44
+ "@fluid-experimental/property-changeset": "~2.31.0",
45
+ "@fluid-experimental/property-common": "~2.31.0",
46
46
  "ajv": "^8.12.0",
47
47
  "async": "^3.2.2",
48
48
  "lodash": "^4.17.21",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@biomejs/biome": "~1.9.3",
55
- "@fluid-internal/mocha-test-setup": "~2.30.0",
55
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
57
  "@fluidframework/build-tools": "^0.54.0",
58
58
  "@types/mocha": "^10.0.10",
@@ -66,7 +66,6 @@
66
66
  "mocha-multi-reporters": "^1.5.1",
67
67
  "moment": "^2.21.0",
68
68
  "nock": "^13.3.3",
69
- "prettier": "~3.0.3",
70
69
  "rimraf": "^4.4.0",
71
70
  "sinon": "^18.0.1",
72
71
  "typescript": "~5.4.5"
@@ -84,14 +83,12 @@
84
83
  "build:test": "tsc --project ./src/test/tsconfig.json",
85
84
  "check:biome": "biome check .",
86
85
  "check:format": "npm run check:biome",
87
- "check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
88
86
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
89
87
  "coverage": "npx nyc --silent --cwd .. --nycrc-path `pwd`/.nycrc npm run test && npx nyc --no-clean --silent --cwd .. --nycrc-path `pwd`/.nycrc npm run test:changeset && npx nyc --no-clean --cwd .. --nycrc-path `pwd`/.nycrc npm run test:common",
90
88
  "eslint": "eslint --format stylish src",
91
89
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
92
90
  "format": "npm run format:biome",
93
91
  "format:biome": "biome check . --write",
94
- "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
95
92
  "lint": "fluid-build . --task lint",
96
93
  "lint:fix": "fluid-build . --task eslint:fix --task format",
97
94
  "test": "npm run test:mocha",