From a2fc0e9bf49935defd0fe4dd3f7575f326f9da7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:49:48 +0000 Subject: [PATCH] chore(deps-dev): update jquery requirement from ~1.11.3 to ~3.3.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/commits/3.3.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 d6e238e..1e03691 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.3.1", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",