@medplum/dosespot-react 5.0.9 → 5.0.11

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/dosespot-react",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "description": "Medplum DoseSpot React SDK",
5
5
  "keywords": [
6
6
  "medplum",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "scripts": {
53
53
  "api-documenter": "api-documenter markdown --input-folder ./dist/api/ --output-folder ./dist/docs/",
54
- "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts",
54
+ "api-extractor": "api-extractor run --local && shx cp dist/types.d.ts dist/cjs/index.d.ts && shx cp dist/types.d.ts dist/esm/index.d.ts",
55
55
  "build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs && npm run api-extractor",
56
56
  "clean": "rimraf dist",
57
57
  "lint": "eslint src/",
@@ -60,25 +60,25 @@
60
60
  "test:watch": "vitest watch"
61
61
  },
62
62
  "devDependencies": {
63
- "@medplum/core": "5.0.9",
64
- "@medplum/fhirtypes": "5.0.9",
65
- "@medplum/mock": "5.0.9",
66
- "@medplum/react": "5.0.9",
63
+ "@medplum/core": "5.0.11",
64
+ "@medplum/fhirtypes": "5.0.11",
65
+ "@medplum/mock": "5.0.11",
66
+ "@medplum/react": "5.0.11",
67
67
  "@testing-library/jest-dom": "6.9.1",
68
- "@testing-library/react": "16.3.0",
69
- "@types/node": "22.19.1",
68
+ "@testing-library/react": "16.3.1",
69
+ "@types/node": "22.19.3",
70
70
  "@types/react": "19.2.7",
71
71
  "@types/react-dom": "19.2.3",
72
- "@vitejs/plugin-react": "5.1.1",
73
- "jsdom": "27.2.0",
74
- "react": "19.2.1",
75
- "react-dom": "19.2.1",
76
- "vitest": "4.0.15"
72
+ "@vitejs/plugin-react": "5.1.2",
73
+ "jsdom": "27.4.0",
74
+ "react": "19.2.3",
75
+ "react-dom": "19.2.3",
76
+ "vitest": "4.0.16"
77
77
  },
78
78
  "peerDependencies": {
79
- "@medplum/core": "5.0.9",
80
- "@medplum/fhirtypes": "5.0.9",
81
- "@medplum/react-hooks": "5.0.9",
79
+ "@medplum/core": "5.0.11",
80
+ "@medplum/fhirtypes": "5.0.11",
81
+ "@medplum/react-hooks": "5.0.11",
82
82
  "react": "^18.0.0 || ^19.0.0"
83
83
  },
84
84
  "engines": {