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 9c6412b commit 65ff58c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bootswatch": "^4.6.0",
"chartist": "^0.11.4",
"imagesloaded": "^4.1.4",
"jquery": "^3.5.1",
"jquery": "^3.6.0",
"jquery-countdown": "^2.2.0",
"js.sortable": "^0.8.0",
"lightslider": "^1.1.6",
Expand All @@ -47,7 +47,7 @@
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
Expand All @@ -63,7 +63,7 @@
"popper.js": "^1.16.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^20.0.0",
"time-grunt": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
aiohttp==3.7.2
aiohttp==3.7.4
# via ipinfo
anyascii==0.1.7
# via wagtail
Expand Down Expand Up @@ -218,7 +218,7 @@ l18n==2020.6.1
# via wagtail
lxml==4.6.2
# via pyquery
markdown2==2.3.10
markdown2==2.4.0
# via readtime
markupsafe==1.1.1
# via jinja2
Expand Down Expand Up @@ -248,7 +248,7 @@ pathspec==0.8.0
# via black
pbr==5.5.0
# via stevedore
phonenumbers==8.12.15
phonenumbers==8.12.19
# via -r {{cookiecutter.project_slug}}/requirements.in
phonenumberslite==8.12.10
# via faker-e164
Expand Down

0 comments on commit 65ff58c

Please sign in to comment.