@openmrs/esm-form-engine-lib 4.2.2-pre.2484 → 4.2.2-pre.2495

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-form-engine-lib",
3
- "version": "4.2.2-pre.2484",
3
+ "version": "4.2.2-pre.2495",
4
4
  "description": "React Form Engine for O3",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "license": "MIT",
16
16
  "homepage": "https://github.com/openmrs/openmrs-esm-form-engine-lib#readme",
17
17
  "scripts": {
18
- "lint": "eslint src --ext .ts,.tsx --fix",
18
+ "lint": "eslint src --fix",
19
19
  "verify": "turbo run lint typescript test --concurrency=5",
20
20
  "test": "cross-env TZ=UTC vitest run --passWithNoTests",
21
21
  "test:watch": "cross-env TZ=UTC vitest watch",
@@ -54,6 +54,7 @@
54
54
  "swr": "2.x"
55
55
  },
56
56
  "devDependencies": {
57
+ "@openmrs/eslint-config": "^2.0.0",
57
58
  "@openmrs/esm-framework": "next",
58
59
  "@openmrs/esm-styleguide": "next",
59
60
  "@swc/cli": "^0.1.65",
@@ -65,16 +66,11 @@
65
66
  "@types/lodash": "^4.17.4",
66
67
  "@types/lodash-es": "^4.17.12",
67
68
  "@types/react": "^18.3.2",
68
- "@typescript-eslint/eslint-plugin": "^7.9.0",
69
- "@typescript-eslint/parser": "^7.9.0",
70
69
  "@vitest/coverage-v8": "^4.1.2",
71
70
  "concurrently": "^6.5.1",
72
71
  "cross-env": "^10.1.0",
73
72
  "dayjs": "^1.11.11",
74
- "eslint": "^8.57.0",
75
- "eslint-plugin-import": "^2.31.0",
76
- "eslint-plugin-jsx-a11y": "^6.8.0",
77
- "eslint-plugin-react-hooks": "^4.6.2",
73
+ "eslint": "^9.39.0",
78
74
  "husky": "^8.0.3",
79
75
  "i18next": "^25.0.0",
80
76
  "i18next-parser": "^9.3.0",