Skip to content

Commit c713acd

Browse files
committed
Use strict versions
1 parent 0b7e14b commit c713acd

File tree

3 files changed

+151
-8
lines changed

3 files changed

+151
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r7.dnn.javascriptlibraries",
33
"devDependencies": {
4-
"rangy": "^1.3.0"
4+
"rangy": "1.3.0"
55
}
66
}

package-lock.json

Lines changed: 143 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "r7.dnn.javascriptlibraries",
33
"devDependencies": {
4-
"blueimp-gallery": "^2.33.0",
5-
"jquery-colorbox": "^1.6.4",
6-
"lazy-ads": "^1.1.12",
7-
"lightbox2": "^2.9.0",
8-
"react": "^16.6.0",
9-
"react-dom": "^16.6.0",
10-
"select2": "^4.0.6-rc.1"
4+
"blueimp-gallery": "2.33.0",
5+
"jquery-colorbox": "1.6.4",
6+
"lazy-ads": "1.1.12",
7+
"lightbox2": "2.9.0",
8+
"react": "16.6.0",
9+
"react-dom": "16.6.0",
10+
"select2": "4.0.6-rc.1"
1111
}
1212
}

0 commit comments

Comments
 (0)