Skip to content

Commit

Permalink
build(deps): bump some node and python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Mar 7, 2021
1 parent 1bab230 commit 27807d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-free": "^5.15.2",
"animate.css": "^4.1.1",
"bootstrap": "^4.5.3",
"bootstrap": "^4.6.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-sweetalert": "^1.0.1",
"bootswatch": "^4.5.3",
"bootswatch": "^4.6.0",
"chartist": "^0.11.4",
"imagesloaded": "^4.1.4",
"jquery": "^3.5.1",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"bourbon": "^7.0.0",
"browser-sync": "^2.26.13",
"commitizen": "^4.2.2",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.3.1",
"grunt": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ stevedore==3.2.2 # via doc8
tablib[xls,xlsx]==2.0.0 # via wagtail
termcolor==1.1.0 # via commitizen, pytest-sugar
text-unidecode==1.3 # via faker
titlecase==1.1.1 # via -r {{cookiecutter.project_slug}}/requirements.in
titlecase==2.0.0 # via -r {{cookiecutter.project_slug}}/requirements.in
toml==0.10.1 # via black, pre-commit, pytest
tomlkit==0.5.11 # via commitizen
typed-ast==1.4.1 # via black
Expand Down

0 comments on commit 27807d7

Please sign in to comment.