Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nextpagesoft committed Jun 22, 2024
1 parent 8eb00cc commit 99cd23c
Show file tree
Hide file tree
Showing 22 changed files with 4,340 additions and 4,134 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/Deploy-shinyapps.io.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/Publish.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
R_KEEP_PKG_SOURCE: no

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## 3.0.3

###### _August 6 2023_
###### _June 22 2024_

- Update dependencies
- UNDER DEVELOPMENT


## 3.0.2
Expand Down
874 changes: 0 additions & 874 deletions Client/.yarn/releases/yarn-3.6.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions Client/.yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion Client/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
yarnPath: .yarn/releases/yarn-3.6.1.cjs
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.3.1.cjs
48 changes: 24 additions & 24 deletions Client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hiv-platform",
"version": "3.0.2",
"version": "3.0.3",
"description": "HIV Platform",
"exports": "./index.js",
"sideEffects": [
Expand All @@ -25,43 +25,43 @@
"yarn": ">=1.22.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "5.0.0-alpha.138",
"@mui/material": "^5.14.3",
"@mui/system": "^5.14.3",
"echarts": "^5.4.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"jquery": "^3.7.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"mobx": "^6.10.0",
"mobx-react": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"mobx": "^6.12.4",
"mobx-react": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"serializr": "^3.0.2",
"tslib": "^2.6.1"
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/webpack-merge": "^5.0.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"html-webpack-plugin": "^5.6.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-plugin-modern-npm": "^0.1.0"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.3.1"
}
2 changes: 1 addition & 1 deletion Client/src/components/RightNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const RightNav = (props) => {
color='primary'
size='small'
component='a'
href='./www/docs/HIVPlatform_3.0.0_manual.pdf'
href='./www/docs/HIVPlatform_3.0_manual.pdf'
target='_blank'
>
Open manual pdf
Expand Down
4 changes: 2 additions & 2 deletions Client/src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default appMgr => {
PackageDetails: {
Name: 'hivPlatform',
Title: 'HIV Platform',
Version: '3.0.0',
Date: '2023-02-19',
Version: '3.0.3',
Date: '2024-06-22',
Description: 'Improves the accuracy of HIV estimates in EU/EEA countries.'
}
}
Expand Down
Binary file not shown.
Loading

0 comments on commit 99cd23c

Please sign in to comment.