Skip to content

Commit

Permalink
Dependency upgrades 2024-11-18 (medplum#5550)
Browse files Browse the repository at this point in the history
* Dependency upgrades - step 1

* Dependency upgrades - step 2

* Dependency upgrades - step 3

* Dependency upgrades - step 4

* Hold back ua-parser-js

---------

Co-authored-by: Cody Ebberson <[email protected]>
  • Loading branch information
medplumbot and codyebberson authored Nov 19, 2024
1 parent b0ed07f commit ad2525c
Show file tree
Hide file tree
Showing 34 changed files with 3,124 additions and 3,292 deletions.
10 changes: 5 additions & 5 deletions examples/foomedical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -48,13 +48,13 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
12 changes: 6 additions & 6 deletions examples/medplum-chart-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/bot-layer": "3.2.22",
"@medplum/core": "3.2.22",
"@medplum/definitions": "3.2.22",
Expand All @@ -42,15 +42,15 @@
"chart.js": "4.4.6",
"esbuild": "0.24.0",
"fast-glob": "3.3.2",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "2.1.4"
"vite": "5.4.11",
"vitest": "2.1.5"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-chat-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -32,12 +32,12 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-client-external-idp-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"singleQuote": true
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -28,14 +28,14 @@
"@vitejs/plugin-react": "4.3.3",
"chart.js": "4.4.6",
"esbuild": "0.24.0",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"rimraf": "5.0.9",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/medplum-demo-bots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@medplum/fhirtypes": "3.2.22",
"@medplum/mock": "3.2.22",
"@types/node": "22.9.0",
"@types/node-fetch": "2.6.11",
"@types/node-fetch": "2.6.12",
"@types/ssh2-sftp-client": "9.0.4",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"esbuild": "0.24.0",
"fast-glob": "3.3.2",
"form-data": "4.0.1",
Expand All @@ -49,6 +49,6 @@
"ssh2-sftp-client": "11.0.0",
"stripe": "17.3.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-eligibility-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/definitions": "3.2.22",
"@medplum/eslint-config": "3.2.22",
Expand All @@ -38,12 +38,12 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-fhircast-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -26,12 +26,12 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
12 changes: 6 additions & 6 deletions examples/medplum-health-gorilla-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/health-gorilla-core": "3.2.22",
Expand All @@ -29,18 +29,18 @@
"@tabler/icons-react": "3.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -32,12 +32,12 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-live-chat-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -32,12 +32,12 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/medplum-nextauth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
]
},
"dependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"next": "15.0.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-nextjs-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
]
},
"dependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/react": "3.2.22",
"@next/bundle-analyzer": "15.0.3",
Expand All @@ -38,7 +38,7 @@
"@types/react-dom": "18.3.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"typescript": "5.6.3"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/medplum-patient-intake-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/bot-layer": "3.2.22",
"@medplum/core": "3.2.22",
"@medplum/definitions": "3.2.22",
Expand All @@ -42,15 +42,15 @@
"@vitejs/plugin-react": "4.3.3",
"chart.js": "4.4.6",
"esbuild": "0.24.0",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "2.1.4"
"vite": "5.4.11",
"vitest": "2.1.5"
}
}
10 changes: 5 additions & 5 deletions examples/medplum-photon-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]
},
"devDependencies": {
"@mantine/core": "7.13.5",
"@mantine/hooks": "7.13.5",
"@mantine/notifications": "7.13.5",
"@mantine/core": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@medplum/core": "3.2.22",
"@medplum/eslint-config": "3.2.22",
"@medplum/fhirtypes": "3.2.22",
Expand All @@ -37,13 +37,13 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"postcss": "8.4.48",
"postcss": "8.4.49",
"esbuild": "0.24.0",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
Loading

0 comments on commit ad2525c

Please sign in to comment.