Skip to content

Commit

Permalink
Merge pull request #787 from OnroerendErfgoed/feature/776_update_dojo
Browse files Browse the repository at this point in the history
update frontend dependencies
  • Loading branch information
JonasGe committed Mar 3, 2023
2 parents 6d7c67b + abd44d0 commit 049f114
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 125 deletions.
177 changes: 65 additions & 112 deletions atramhasis/static/admin/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 atramhasis/static/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"dependencies": {
"dGrowl": "https://github.com/stratease/dGrowl#0.1.3",
"dgrid": "https://github.com/SitePen/dgrid#v1.1.0",
"dijit": "~1.16.4",
"dojo": "~1.16.4",
"dstore": "https://github.com/SitePen/dstore#v1.1.2",
"dgrid": "~1.2.1",
"dijit": "~1.17.3",
"dojo": "~1.17.3",
"dstore": "npm:dojo-dstore@~1.2.1",
"font-awesome": "~4.7.0",
"foundation-sites": "~5.5.0"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^0.8.2",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-dojo": "^1.1.2",
"util": "https://github.com/dojo/util#1.16.4"
"util": "npm:dojo-util@~1.17.3"
}
}
6 changes: 3 additions & 3 deletions atramhasis/static/package-lock.json

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

4 changes: 2 additions & 2 deletions atramhasis/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"font-awesome": "~4.7.0",
"foundation-sites": "~5.5.0",
"d3": "~3.5.6"
"foundation-sites": "~5.5.3",
"d3": "~3.5.17"
}
}

0 comments on commit 049f114

Please sign in to comment.