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 Jul 28, 2024
1 parent a20af3d commit 9132c5f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.24.7",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
Expand All @@ -17,13 +17,13 @@
"sass": "^1.77.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@babel/eslint-parser": "^7.24.8",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@babel/eslint-parser": "^7.25.0",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
"css-loader": "^7.1.2",
"eslint": "^9.7.0",
"eslint": "^9.8.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 @@ -6,16 +6,16 @@
"author": "DataMade",
"dependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/eslint-parser": "^7.25.0",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@gatsbyjs/reach-router": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@sentry/gatsby": "^8.19.0",
"@sentry/gatsby": "^8.20.0",
"babel-eslint": "^10.0.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-react-app": "^7.0.1",
"gatsby": "^5.13.7",
"gatsby-plugin-google-analytics": "^5.13.1",
Expand All @@ -30,7 +30,7 @@
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"devDependencies": {
"prettier": "^3.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "{{cookiecutter.app_description}}",
"dependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.37.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.24.7",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
Expand All @@ -23,10 +23,10 @@
"typed.js": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@babel/eslint-parser": "^7.24.8",
"eslint": "^9.7.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@babel/eslint-parser": "^7.25.0",
"eslint": "^9.8.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 @@ -3,14 +3,14 @@ psycopg2==2.9.9
gunicorn==22.0.0
dj-database-url==2.2.0
whitenoise==6.7.0
django-compressor==4.5
django-compressor==4.5.1
django-storages==1.14.4
boto3==1.34.145
sentry-sdk==2.10.0
boto3==1.34.149
sentry-sdk==2.11.0
wagtail==6.1.3
csvkit==2.0.1

pytest==8.3.1
pytest==8.3.2
pytest-django==4.8.0
pytest-mock==3.14.0
flake8==7.1.0
Expand Down

0 comments on commit 9132c5f

Please sign in to comment.