Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 3e793cf commit 59f7e47
Show file tree
Hide file tree
Showing 4 changed files with 3,389 additions and 3,886 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: syphar/restore-virtualenv@v1.2
- uses: syphar/restore-virtualenv@v1.3
id: venv-cache
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.4.0
if: steps.setup-venv.outputs.cache-hit != 'true'
- name: Install Python dependencies
run: poetry install -vv
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: syphar/restore-virtualenv@v1.2
- uses: syphar/restore-virtualenv@v1.3
id: venv-cache
- run: poetry run flake8
- run: poetry run black --check .
Expand Down
62 changes: 31 additions & 31 deletions frontend/package.json
Expand Up @@ -8,51 +8,51 @@
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.23.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-links": "6.4.19",
"@storybook/addon-storyshots": "6.4.19",
"@storybook/cli": "6.4.19",
"@storybook/react": "6.4.19",
"@types/jest": "27.4.0",
"@types/react-dom": "17.0.11",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/addon-storyshots": "6.5.16",
"@storybook/cli": "6.5.16",
"@storybook/react": "6.5.16",
"@types/jest": "27.5.2",
"@types/react-dom": "17.0.25",
"@types/react-router-dom": "5.3.3",
"@types/storybook-react-router": "1.0.1",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"axios-mock-adapter": "1.20.0",
"@types/storybook-react-router": "1.0.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"axios-mock-adapter": "1.22.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"babel-loader": "8.3.0",
"babel-plugin-transform-class-properties": "6.24.1",
"eslint": "8.9.0",
"eslint-plugin-react": "7.28.0",
"html-loader": "3.1.0",
"html-webpack-plugin": "5.5.0",
"eslint": "8.56.0",
"eslint-plugin-react": "7.33.2",
"html-loader": "3.1.2",
"html-webpack-plugin": "5.6.0",
"jest": "27.5.1",
"prettier": "2.5.1",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "2.3.4",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-react-router": "1.0.8",
"typescript": "4.5.5",
"webpack": "5.69.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
"typescript": "4.9.5",
"webpack": "5.90.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"axios": "0.26.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"axios": "0.27.2",
"nullthrows": "1.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.1",
"utility-types": "3.10.0"
"react-router-dom": "6.21.3",
"utility-types": "3.11.0"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down

0 comments on commit 59f7e47

Please sign in to comment.