Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
fix(deps): update task: dependencies safe update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent c72cfe3 commit 713f48e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 78 deletions.
143 changes: 73 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"dependencies": {
"@auth0/auth0-react": "1.12.1",
"@fancyapps/ui": "4.0.31",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@redux-devtools/extension": "3.3.0",
"autoprefixer": "10.4.19",
"joi": "17.13.1",
"autoprefixer": "10.4.20",
"joi": "17.13.3",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"next": "13.5.6",
"next-redux-wrapper": "7.0.5",
"next-seo": "5.15.0",
"postcss": "8.4.38",
"postcss": "8.4.41",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.1",
"react-countdown": "2.3.5",
Expand All @@ -32,8 +32,8 @@
"react-redux": "7.2.9",
"redux-persist": "6.0.0",
"redux-thunk": "2.4.2",
"remove-markdown": "0.5.0",
"tailwindcss": "3.4.3",
"remove-markdown": "0.5.2",
"tailwindcss": "3.4.8",
"uuid": "9.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 713f48e

Please sign in to comment.