Skip to content

Commit

Permalink
update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrikv committed Jun 24, 2019
1 parent 1d10291 commit eeb806e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "{{package}}",
"private": "true",
"private": true,
"dependencies": {
"foundation": "~5.5.0",
"font-awesome": "~4.3.0"
"foundation": "~5.5.3",
"font-awesome": "~4.7.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "{{package}}",
"private": "true",
"private": true,
"dependencies": {
"foundation": "~5.5.0",
"font-awesome": "~4.3.0",
"foundation": "~5.5.3",
"font-awesome": "~4.7.0",
"jquery": "2.1.4"
}
}
4 changes: 2 additions & 2 deletions pyoes/static/bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "+package+",
"private": "true",
"private": true,
"dependencies": {
"foundation": "~5.5.3",
"font-awesome": "~4.3.0",
"font-awesome": "~4.7.0",
"jquery": "2.1.4"
}
}

0 comments on commit eeb806e

Please sign in to comment.