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 Aug 25, 2024
1 parent 928c06d commit 75a656a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"bootstrap": "^5.3.3",
"browserify": "^17.0.0",
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@babel/eslint-parser": "^7.25.1",
"babel-loader": "^9.1.3",
"browserify-css": "^0.15.0",
"css-loader": "^7.1.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"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.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack": "^5.94.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 @@ -15,7 +15,7 @@
"babel-eslint": "^10.1.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-react-app": "^7.0.1",
"gatsby": "^5.13.7",
"gatsby-plugin-google-analytics": "^5.13.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"description": "{{cookiecutter.app_description}}",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"watchify": "^4.0.0"
},
"scripts": {
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.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@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": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@babel/eslint-parser": "^7.25.1",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"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,9 +5,9 @@ dj-database-url==2.2.0
whitenoise==6.7.0
django-compressor==4.5.1
django-storages==1.14.4
boto3==1.35.0
boto3==1.35.5
sentry-sdk==2.13.0
wagtail==6.2
wagtail==6.2.1
csvkit==2.0.1

pytest==8.3.2
Expand Down

0 comments on commit 75a656a

Please sign in to comment.