Skip to content

Commit

Permalink
Update pypi and node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xmedr committed Sep 15, 2024
1 parent abca17f commit f442130
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"sass": "^1.78.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@babel/eslint-parser": "^7.25.1",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
Expand All @@ -29,7 +29,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@gatsbyjs/reach-router": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@sentry/gatsby": "^8.28.0",
"@sentry/gatsby": "^8.30.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
Expand All @@ -30,7 +30,7 @@
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"prettier": "^3.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"typed.js": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@babel/eslint-parser": "^7.25.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dj-database-url==2.2.0
whitenoise==6.7.0
django-compressor==4.5.1
django-storages==1.14.4
boto3==1.35.14
sentry-sdk==2.13.0
boto3==1.35.19
sentry-sdk==2.14.0
wagtail==6.2.1
csvkit==2.0.1

pytest==8.3.2
pytest==8.3.3
pytest-django==4.9.0
pytest-mock==3.14.0
flake8==7.1.1
Expand Down

0 comments on commit f442130

Please sign in to comment.