Skip to content

Commit

Permalink
Merge pull request #80 from sugarcrm/CA-299
Browse files Browse the repository at this point in the history
CA-299: Update jquery to 3.5.1 and migrate to 3.3.1
  • Loading branch information
asaxena-sugarcrm authored Oct 22, 2020
2 parents 9e8d279 + c8a3ca5 commit a22a9d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcrm/ventana",
"version": "1.1.10",
"version": "1.1.11",
"description": "SugarCRM REST API client",
"main": "src/client.js",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"ink-docstrap": "^1.3.0",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-sinon": "^0.3.2",
"jquery": "3.4.1",
"jquery-migrate": "3.1.0",
"jquery": "3.5.1",
"jquery-migrate": "3.3.1",
"jsdoc": "^3.4.3",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.2.0",
Expand All @@ -50,8 +50,8 @@
"webpack": "^1.13.3"
},
"peerDependencies": {
"jquery": "3.4.1",
"jquery-migrate": "3.1.0",
"jquery": "3.5.1",
"jquery-migrate": "3.3.1",
"underscore": "^1.9.1"
}
}
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2279,14 +2279,15 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"

jquery-migrate@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-3.1.0.tgz#8158de74cca39fb7fc2635db570151ae7ce3ddea"
integrity sha512-u/MtE1ST2pCr3rCyouJG2xMiw/k3OzLNeRKprjKTeHUezCGr0DyEgeXFdqFLmQfxfR5EsVu+mGo/sCcYdiYcIQ==

jquery@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
jquery-migrate@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-3.3.1.tgz#0f8e2b7531228fda5d88be58dc0e7d5848e52fd1"
integrity sha512-QAXfshB6xqaANDX8OPExKnnooLtX0cSDCKfRnqhdv+3CVEVD9L1v3zNAhZum/4AukKlWUWUoxM6ywJJcLMXLSA==

jquery@3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==

js-tokens@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit a22a9d4

Please sign in to comment.