@fluid-experimental/property-changeset 0.54.0 → 0.55.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 +12 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-changeset",
3
- "version": "0.54.0",
3
+ "version": "0.55.0",
4
4
  "description": "property changeset definitions and related functionalities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": "https://github.com/microsoft/FluidFramework",
@@ -25,7 +25,7 @@
25
25
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
26
26
  "coverage": "npx nyc --silent --cwd --nycrc-path `pwd`/.nycrc npm run test",
27
27
  "eslint": "eslint --format stylish src",
28
- "eslint:fix": "eslint --format stylish src --fix",
28
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
29
29
  "lint:fix": "npm run eslint:fix",
30
30
  "test": "npm run test:mocha",
31
31
  "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
@@ -56,7 +56,7 @@
56
56
  "temp-directory": "nyc/.nyc_output"
57
57
  },
58
58
  "dependencies": {
59
- "@fluid-experimental/property-common": "^0.54.0",
59
+ "@fluid-experimental/property-common": "^0.55.0",
60
60
  "ajv": "7.1.1",
61
61
  "ajv-keywords": "4.0.0",
62
62
  "async": "^3.2.0",
@@ -67,23 +67,24 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@fluidframework/build-common": "^0.23.0",
70
- "@fluidframework/mocha-test-setup": "^0.54.0",
70
+ "@fluidframework/mocha-test-setup": "^0.55.0",
71
+ "@rushstack/eslint-config": "^2.5.1",
71
72
  "@types/lodash": "^4.14.118",
72
73
  "@types/mocha": "^8.2.2",
73
74
  "@types/node": "^14.18.0",
74
- "@typescript-eslint/eslint-plugin": "~4.14.0",
75
- "@typescript-eslint/parser": "~4.14.0",
75
+ "@typescript-eslint/eslint-plugin": "~5.9.0",
76
+ "@typescript-eslint/parser": "~5.9.0",
76
77
  "chai": "^4.2.0",
77
78
  "concurrently": "^6.2.0",
78
79
  "copyfiles": "^2.1.0",
79
80
  "cross-env": "^7.0.2",
80
- "eslint": "~7.18.0",
81
+ "eslint": "~8.6.0",
82
+ "eslint-plugin-editorconfig": "~3.2.0",
81
83
  "eslint-plugin-eslint-comments": "~3.2.0",
82
- "eslint-plugin-import": "~2.22.1",
84
+ "eslint-plugin-import": "~2.25.4",
83
85
  "eslint-plugin-no-null": "~1.0.2",
84
- "eslint-plugin-prefer-arrow": "~1.2.2",
85
- "eslint-plugin-react": "~7.22.0",
86
- "eslint-plugin-unicorn": "~26.0.1",
86
+ "eslint-plugin-react": "~7.28.0",
87
+ "eslint-plugin-unicorn": "~40.0.0",
87
88
  "mocha": "^8.4.0",
88
89
  "nock": "^10.0.1",
89
90
  "nyc": "^15.0.0",