From 61627a804cf0d5595ba56b15cadccd9d9cea9061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 1 May 2019 21:23:58 +0000 Subject: [PATCH] chore(deps-dev): update jquery requirement from ~1.11.3 to ~3.4.1 Updates the requirements on [jquery](https://github.com/jquery/jquery) to permit the latest version. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.3...3.4.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4b6834..8ca7df8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "15.5.1", "async": "~1.5.0", "expect.js": "0.3.x", - "jquery": "~1.11.3", + "jquery": "~3.4.1", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",