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 Jun 16, 2024
1 parent 23617b4 commit 8664c5e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"core-js": "^3.37.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.4"
"sass": "^1.77.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@babel/eslint-parser": "^7.24.7",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
"css-loader": "^7.1.2",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@gatsbyjs/reach-router": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@sentry/gatsby": "^8.8.0",
"@sentry/gatsby": "^8.9.2",
"babel-eslint": "^10.0.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-react-app": "^7.0.1",
"gatsby": "^5.13.6",
"gatsby-plugin-google-analytics": "^5.13.1",
Expand All @@ -33,7 +33,7 @@
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "^3.3.1"
"prettier": "^3.3.2"
},
"keywords": [
"gatsby"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"react-dropdown-select": "^4.11.2",
"react-leaflet": "^4.2.1",
"react-select": "^5.8.0",
"sass": "^1.77.4",
"sass": "^1.77.5",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@babel/eslint-parser": "^7.24.7",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dj-database-url==2.2.0
whitenoise==6.6.0
django-compressor==4.4
django-storages==1.14.3
boto3==1.34.122
boto3==1.34.127
sentry-sdk==2.5.1
wagtail==6.1.2
csvkit==2.0.0

pytest==8.2.2
pytest-django==4.8.0
pytest-mock==3.14.0
flake8==7.0.0
flake8==7.1.0

pip-chill==1.0.3

0 comments on commit 8664c5e

Please sign in to comment.