Add jquery npm package to modules test app.

This commit is contained in:
Ben Newman
2019-12-18 14:53:16 -05:00
parent a8507b5b0b
commit 5758aaa30d
2 changed files with 6 additions and 0 deletions

View File

@@ -892,6 +892,11 @@
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
"integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
},
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",

View File

@@ -16,6 +16,7 @@
"graphql": "^14.3.1",
"idle-gc": "^1.0.1",
"immutable-tuple": "^0.4.4",
"jquery": "^3.4.1",
"jsx-import-test": "file:imports/links/jsx-import-test",
"lodash-es": "^4.17.7",
"markdown-to-jsx": "4.0.3",