Skip to content

Commit b5b745a

Browse files
Update all non-major dependencies
1 parent 3e793cf commit b5b745a

4 files changed

Lines changed: 3839 additions & 3931 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- uses: syphar/restore-virtualenv@v1.2
18+
- uses: syphar/restore-virtualenv@v1.3
1919
id: venv-cache
20-
- uses: abatilo/actions-poetry@v2.1.4
20+
- uses: abatilo/actions-poetry@v2.4.0
2121
if: steps.setup-venv.outputs.cache-hit != 'true'
2222
- name: Install Python dependencies
2323
run: poetry install -vv
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
- uses: syphar/restore-virtualenv@v1.2
37+
- uses: syphar/restore-virtualenv@v1.3
3838
id: venv-cache
3939
- run: poetry run flake8
4040
- run: poetry run black --check .

frontend/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,51 +8,51 @@
88
"build-storybook": "build-storybook"
99
},
1010
"devDependencies": {
11-
"@babel/core": "7.17.5",
11+
"@babel/core": "7.29.0",
1212
"@babel/polyfill": "7.12.1",
13-
"@babel/preset-env": "7.16.11",
14-
"@babel/preset-react": "7.16.7",
15-
"@babel/preset-typescript": "7.16.7",
16-
"@storybook/addon-actions": "6.4.19",
17-
"@storybook/addon-essentials": "6.4.19",
18-
"@storybook/addon-links": "6.4.19",
19-
"@storybook/addon-storyshots": "6.4.19",
20-
"@storybook/cli": "6.4.19",
21-
"@storybook/react": "6.4.19",
22-
"@types/jest": "27.4.0",
23-
"@types/react-dom": "17.0.11",
13+
"@babel/preset-env": "7.29.0",
14+
"@babel/preset-react": "7.28.5",
15+
"@babel/preset-typescript": "7.28.5",
16+
"@storybook/addon-actions": "6.5.16",
17+
"@storybook/addon-essentials": "6.5.16",
18+
"@storybook/addon-links": "6.5.16",
19+
"@storybook/addon-storyshots": "6.5.16",
20+
"@storybook/cli": "6.5.16",
21+
"@storybook/react": "6.5.16",
22+
"@types/jest": "27.5.2",
23+
"@types/react-dom": "17.0.26",
2424
"@types/react-router-dom": "5.3.3",
25-
"@types/storybook-react-router": "1.0.1",
26-
"@typescript-eslint/eslint-plugin": "5.12.1",
27-
"@typescript-eslint/parser": "5.12.1",
28-
"axios-mock-adapter": "1.20.0",
25+
"@types/storybook-react-router": "1.0.6",
26+
"@typescript-eslint/eslint-plugin": "5.62.0",
27+
"@typescript-eslint/parser": "5.62.0",
28+
"axios-mock-adapter": "1.22.0",
2929
"babel-jest": "27.5.1",
30-
"babel-loader": "8.2.3",
30+
"babel-loader": "8.4.1",
3131
"babel-plugin-transform-class-properties": "6.24.1",
32-
"eslint": "8.9.0",
33-
"eslint-plugin-react": "7.28.0",
34-
"html-loader": "3.1.0",
35-
"html-webpack-plugin": "5.5.0",
32+
"eslint": "8.57.1",
33+
"eslint-plugin-react": "7.37.5",
34+
"html-loader": "3.1.2",
35+
"html-webpack-plugin": "5.6.6",
3636
"jest": "27.5.1",
37-
"prettier": "2.5.1",
37+
"prettier": "2.8.8",
3838
"prettier-plugin-organize-imports": "2.3.4",
3939
"react-is": "17.0.2",
4040
"react-test-renderer": "17.0.2",
4141
"storybook-react-router": "1.0.8",
42-
"typescript": "4.5.5",
43-
"webpack": "5.69.1",
44-
"webpack-cli": "4.9.2",
45-
"webpack-dev-server": "4.7.4"
42+
"typescript": "4.9.5",
43+
"webpack": "5.105.0",
44+
"webpack-cli": "4.10.0",
45+
"webpack-dev-server": "4.15.2"
4646
},
4747
"dependencies": {
48-
"@material-ui/core": "4.12.3",
49-
"@material-ui/icons": "4.11.2",
50-
"axios": "0.26.0",
48+
"@material-ui/core": "4.12.4",
49+
"@material-ui/icons": "4.11.3",
50+
"axios": "0.30.2",
5151
"nullthrows": "1.1.1",
5252
"react": "17.0.2",
5353
"react-dom": "17.0.2",
54-
"react-router-dom": "6.2.1",
55-
"utility-types": "3.10.0"
54+
"react-router-dom": "6.30.3",
55+
"utility-types": "3.11.0"
5656
},
5757
"jest": {
5858
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)