Skip to content

Commit

Permalink
Dependency upgrades (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyebberson committed Sep 17, 2023
1 parent 6579d66 commit 4b17cbd
Show file tree
Hide file tree
Showing 20 changed files with 8,533 additions and 8,764 deletions.
36 changes: 18 additions & 18 deletions examples/foomedical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@
"coverage": "jest --coverage"
},
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/core": "7.22.20",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@emotion/babel-plugin": "11.11.0",
"@mantine/core": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/notifications": "6.0.19",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/mock": "2.1.1",
"@medplum/react": "2.1.1",
"@tabler/icons-react": "2.31.0",
"@testing-library/jest-dom": "6.0.1",
"@tabler/icons-react": "2.34.0",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@types/grecaptcha": "3.0.4",
"@types/jest": "29.5.3",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"babel-jest": "29.6.3",
"babel-jest": "29.7.0",
"c8": "8.0.1",
"chart.js": "4.3.3",
"chart.js": "4.4.0",
"fast-json-patch": "3.1.1",
"jest": "29.6.3",
"jest-environment-jsdom": "29.6.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"jsdom": "22.1.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"typescript": "5.1.6",
"react-router-dom": "6.16.0",
"typescript": "5.2.2",
"vite": "4.4.9"
},
"prettier": {
Expand Down
16 changes: 8 additions & 8 deletions examples/medplum-demo-bots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/mock": "2.1.1",
"@types/node": "20.5.1",
"@types/node-fetch": "2.6.4",
"@types/node": "20.6.2",
"@types/node-fetch": "2.6.5",
"@types/ssh2-sftp-client": "9.0.0",
"@vitest/coverage-v8": "0.34.2",
"@vitest/ui": "0.34.2",
"@vitest/coverage-v8": "0.34.4",
"@vitest/ui": "0.34.4",
"form-data": "4.0.0",
"node-fetch": "2.7.0",
"pdfmake": "0.2.7",
"ssh2-sftp-client": "9.1.0",
"stripe": "13.2.0",
"typescript": "5.1.6",
"vitest": "0.34.2"
"stripe": "13.6.0",
"typescript": "5.2.2",
"vitest": "0.34.4"
},
"eslintConfig": {
"extends": [
Expand All @@ -42,6 +42,6 @@
"trailingComma": "es5"
},
"dependencies": {
"esbuild": "0.19.2"
"esbuild": "0.19.3"
}
}
16 changes: 8 additions & 8 deletions examples/medplum-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"devDependencies": {
"@emotion/react": "11.11.1",
"@mantine/core": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/notifications": "6.0.19",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/react": "2.1.1",
"@tabler/icons-react": "2.31.0",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@tabler/icons-react": "2.34.0",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"typescript": "5.1.6",
"react-router-dom": "6.16.0",
"typescript": "5.2.2",
"vite": "4.4.9"
},
"eslintConfig": {
Expand Down
16 changes: 8 additions & 8 deletions examples/medplum-nextjs-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/core": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/next": "6.0.19",
"@mantine/notifications": "6.0.19",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/react": "2.1.1",
"next": "13.4.19",
Expand All @@ -24,11 +24,11 @@
},
"devDependencies": {
"@medplum/fhirtypes": "2.1.1",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions examples/medplum-react-native-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"@expo/webpack-config": "19.0.0",
"@medplum/core": "2.1.1",
"expo": "49.0.8",
"expo-status-bar": "1.6.0",
"expo": "49.0.11",
"expo-status-bar": "1.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-web": "0.19.8"
},
"devDependencies": {
"@babel/core": "7.22.11",
"typescript": "5.1.6"
"@babel/core": "7.22.20",
"typescript": "5.2.2"
},
"prettier": {
"printWidth": 120,
Expand Down
16 changes: 8 additions & 8 deletions examples/medplum-task-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"devDependencies": {
"@emotion/react": "11.11.1",
"@mantine/core": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/notifications": "6.0.19",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/react": "2.1.1",
"@tabler/icons-react": "2.31.0",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@tabler/icons-react": "2.34.0",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"typescript": "5.1.6",
"react-router-dom": "6.16.0",
"typescript": "5.2.2",
"vite": "4.4.9"
},
"eslintConfig": {
Expand Down
Loading

2 comments on commit 4b17cbd

@vercel
Copy link

@vercel vercel bot commented on 4b17cbd Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medplum-storybook – ./

medplum-storybook-medplum.vercel.app
storybook.medplum.com
medplum-storybook-git-main-medplum.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4b17cbd Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.