Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nextpagesoft committed Apr 16, 2023
1 parent db7b3e1 commit b1bf16e
Show file tree
Hide file tree
Showing 13 changed files with 518 additions and 580 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Deploy-shinyapps.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v3

- name: Set up Node 19.5.0
- name: Set up Node 19.9.0
uses: actions/setup-node@v3
with:
node-version: '19.5.0'
node-version: '19.9.0'
architecture: 'x64'
cache: 'yarn'
cache-dependency-path: 'Client/yarn.lock'
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.2'
r-version: '4.2.3'
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## 3.0.0

###### _April 15 2023_

- Update dependencies


## 3.0.0

###### _April 3 2023_

- Dynamically compute the number of cuts for RD with trend


## 3.0.0

###### _March 26 2023_

- Set constraints and step in delta4Fac input
Expand Down
18 changes: 9 additions & 9 deletions Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "5.0.0-alpha.124",
"@mui/material": "^5.11.14",
"@mui/system": "^5.11.14",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "5.0.0-alpha.126",
"@mui/material": "^5.12.0",
"@mui/system": "^5.12.0",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"mobx": "^6.8.0",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serializr": "^3.0.2",
"tslib": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@types/webpack-merge": "^5.0.0",
"babel-loader": "^9.1.2",
Expand All @@ -56,10 +56,10 @@
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.76.3",
"webpack": "^5.79.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"webpack-dev-server": "^4.13.2",
"webpack-merge": "^5.8.0",
"webpack-plugin-modern-npm": "^0.1.0"
},
Expand Down
Loading

0 comments on commit b1bf16e

Please sign in to comment.