Skip to content

Commit 2ff862e

Browse files
chore(deps): update all dependencies
1 parent 13f4f6c commit 2ff862e

3 files changed

Lines changed: 228 additions & 212 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@dnd-kit/core": "6.3.1",
3333
"@dnd-kit/sortable": "10.0.0",
3434
"@dnd-kit/utilities": "3.2.2",
35-
"@sentry/browser": "10.38.0",
36-
"@sentry/react": "10.38.0",
35+
"@sentry/browser": "10.39.0",
36+
"@sentry/react": "10.39.0",
3737
"@testing-library/dom": "10.4.1",
3838
"@testing-library/jest-dom": "6.9.1",
3939
"@testing-library/react": "16.3.2",
4040
"@testing-library/user-event": "14.6.1",
4141
"@types/randomstring": "1.3.0",
42-
"@types/react": "19.2.13",
42+
"@types/react": "19.2.14",
4343
"@types/react-dom": "19.2.3",
4444
"@types/react-redux": "7.1.34",
4545
"@types/topojson-client": "3.1.5",
@@ -58,8 +58,8 @@
5858
"d3-shape": "3.2.0",
5959
"d3-time-format": "4.1.0",
6060
"date-fns": "4.1.0",
61-
"downshift": "9.2.0",
62-
"jotai": "2.17.1",
61+
"downshift": "9.3.1",
62+
"jotai": "2.18.0",
6363
"nanoid": "5.1.6",
6464
"postcss": "8.5.6",
6565
"postcss-cli": "11.0.1",
@@ -80,7 +80,7 @@
8080
"redux-mock-store": "1.5.5",
8181
"redux-thunk": "3.1.0",
8282
"sass-embedded": "1.97.3",
83-
"swiper": "12.1.0",
83+
"swiper": "12.1.2",
8484
"topojson-client": "3.1.0",
8585
"tinyglobby": "0.2.15",
8686
"typescript": "5.9.3",
@@ -106,14 +106,14 @@
106106
"eslint-plugin-jsx-a11y": "^6.9.0",
107107
"eslint-plugin-prettier": "5.5.5",
108108
"eslint-plugin-react": "7.37.5",
109-
"msw": "2.12.8",
110-
"stylelint": "17.1.1",
109+
"msw": "2.12.10",
110+
"stylelint": "17.3.0",
111111
"stylelint-config-standard-scss": "17.0.0",
112112
"stylelint-order": "7.0.1",
113113
"vitest": "^4.0.0"
114114
},
115115
"resolutions": {
116-
"vitest/**/glob": "13.0.1",
116+
"vitest/**/glob": "13.0.6",
117117
"lodash": "4.17.23"
118118
}
119119
}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ Flask-WTF==1.2.2
1414
bleach==6.3.0
1515
emoji==2.15.0
1616
feedgen==1.0.0
17-
humanize==4.9.0
17+
humanize==4.15.0
1818
mistune==2.0.5
1919
pybadges==3.0.1
2020
pycountry==24.6.1
2121
pymacaroons==0.13.0
2222
python-dateutil==2.9.0.post0
2323
requests==2.32.5
24-
responses==0.22.0
25-
ruamel.yaml==0.18.5
24+
responses==0.26.0
25+
ruamel.yaml==0.19.1
2626
vcrpy-unittest==0.1.7
2727
user-agents==2.2.0
2828
dnspython==2.8.0
2929
werkzeug==2.3.8
30-
sentry-sdk==2.52.0
30+
sentry-sdk==2.53.0
3131

3232
# Development dependencies
3333
Flask-Testing==0.8.1

0 commit comments

Comments
 (0)