Skip to content

Commit

Permalink
Use strict versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Dec 6, 2019
1 parent 0b7e14b commit c713acd
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r7.dnn.javascriptlibraries",
"devDependencies": {
"rangy": "^1.3.0"
"rangy": "1.3.0"
}
}
143 changes: 143 additions & 0 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "r7.dnn.javascriptlibraries",
"devDependencies": {
"blueimp-gallery": "^2.33.0",
"jquery-colorbox": "^1.6.4",
"lazy-ads": "^1.1.12",
"lightbox2": "^2.9.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"select2": "^4.0.6-rc.1"
"blueimp-gallery": "2.33.0",
"jquery-colorbox": "1.6.4",
"lazy-ads": "1.1.12",
"lightbox2": "2.9.0",
"react": "16.6.0",
"react-dom": "16.6.0",
"select2": "4.0.6-rc.1"
}
}

0 comments on commit c713acd

Please sign in to comment.