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 2, 2024
1 parent cb4494e commit 175b39a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"core-js": "^3.37.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.2"
"sass": "^1.77.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@babel/eslint-parser": "^7.24.6",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
"css-loader": "^7.1.2",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@babel/plugin-transform-react-jsx": "^7.24.6",
"@gatsbyjs/reach-router": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@sentry/gatsby": "^8.4.0",
"@sentry/gatsby": "^8.7.0",
"babel-eslint": "^10.0.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-react-app": "^7.0.1",
"gatsby": "^5.13.5",
"gatsby": "^5.13.6",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
Expand All @@ -33,7 +33,7 @@
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.3.0"
},
"keywords": [
"gatsby"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"react-dropdown-select": "^4.11.2",
"react-leaflet": "^4.2.1",
"react-select": "^5.8.0",
"sass": "^1.77.2",
"sass": "^1.77.4",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@babel/eslint-parser": "^7.24.6",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Django==5.0.6
psycopg2==2.9.9
gunicorn==22.0.0
dj-database-url==2.1.0
dj-database-url==2.2.0
whitenoise==6.6.0
django-compressor==4.4
django-storages==1.14.3
boto3==1.34.113
boto3==1.34.117
sentry-sdk==2.3.1
wagtail==6.1.1
wagtail==6.1.2
csvkit==2.0.0

pytest==8.2.1
Expand Down

0 comments on commit 175b39a

Please sign in to comment.