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 1, 2024
1 parent 75a656a commit 1bc3e7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "JavaScript development setup for {{cookiecutter.app_verbose_name}}",
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
Expand All @@ -17,8 +17,8 @@
"sass": "^1.77.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@babel/eslint-parser": "^7.25.1",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-bundle-tracker": "^3.1.0",
"webpack-bundle-tracker": "^3.1.1",
"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,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.26.0",
"@sentry/gatsby": "^8.27.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "JavaScript development setup for {{ cookiecutter.module_name }}",
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
Expand All @@ -23,8 +23,8 @@
"typed.js": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@babel/eslint-parser": "^7.25.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dj-database-url==2.2.0
whitenoise==6.7.0
django-compressor==4.5.1
django-storages==1.14.4
boto3==1.35.5
boto3==1.35.10
sentry-sdk==2.13.0
wagtail==6.2.1
csvkit==2.0.1
Expand Down

0 comments on commit 1bc3e7d

Please sign in to comment.