Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit f9d68dc

Browse files
authored
Use exact versions for jsonata and uglify-js dependencies (#1066)
Closes #1062
1 parent 47179a7 commit f9d68dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/composer-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"istanbul-instrumenter-loader": "^2.0.0",
154154
"jquery": "^3.1.1",
155155
"json-loader": "^0.5.4",
156-
"jsonata": "^1.1.1",
156+
"jsonata": "1.1.1",
157157
"jszip": "^3.1.3",
158158
"karma": "^1.3.0",
159159
"karma-chai": "^0.1.0",

packages/composer-runtime-hlf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"composer-runtime": "^0.7.3",
3333
"exorcist": "^0.4.0",
3434
"fs-extra": "^1.0.0",
35-
"uglify-js": "^2.7.5"
35+
"uglify-js": "2.7.5"
3636
}
3737
}

packages/composer-runtime-hlfv1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"composer-runtime": "^0.7.3",
3333
"exorcist": "^0.4.0",
3434
"fs-extra": "^1.0.0",
35-
"uglify-js": "^2.7.5"
35+
"uglify-js": "2.7.5"
3636
}
3737
}

packages/composer-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"composer-common": "^0.7.3",
6767
"debug": "^2.6.2",
6868
"fast-json-patch": "^1.1.8",
69-
"jsonata": "^1.1.1",
69+
"jsonata": "1.1.1",
7070
"lru-cache": "^4.0.2",
7171
"sha.js": "^2.4.8"
7272
},

0 commit comments

Comments
 (0)