From 33e3c577726f5150034f720479f33ce62f455f59 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 12 Jul 2022 10:05:43 -0700 Subject: [PATCH] chore: update caniuse --- package.json | 13 +++++++------ yarn.lock | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d593dc8d5..585c3e09d 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ }, "peerDependencies": { "jquery": ">=3.6.0", - "what-input": ">=5.2.10", - "motion-ui": "latest" + "motion-ui": "latest", + "what-input": ">=5.2.10" }, "license": "MIT", "devDependencies": { @@ -73,10 +73,12 @@ "gulp-zip": "^4.1.0", "husky": "^1.3.1", "is-empty-object": "^1.1.1", + "jquery": ">=3.6.0", "js-yaml": "^3.12.1", "kleur": "^3.0.2", "mocha": "^5.0.5", "mocha-headless-chrome": "^2.0.1", + "motion-ui": "latest", "node-sass": "^7.0.0", "octophant": "^1.0.0", "panini": "latest", @@ -100,10 +102,8 @@ "vinyl-named": "^1.1.0", "webpack": "^4.28.4", "webpack-stream": "^5.2.1", - "yargs": "^13.3.0", - "jquery": ">=3.6.0", "what-input": ">=5.2.10", - "motion-ui": "latest" + "yargs": "^13.3.0" }, "resolutions": { "puppeteer": "^1.11.0", @@ -165,5 +165,6 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } - } + }, + "dependencies": {} } diff --git a/yarn.lock b/yarn.lock index d9e5c3834..af8609d03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2476,9 +2476,9 @@ camelcase@^5.0.0, camelcase@^5.3.1: integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001179, caniuse-lite@^1.0.30001274: - version "1.0.30001274" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz#26ca36204d15b17601ba6fc35dbdad950a647cc7" - integrity sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew== + version "1.0.30001365" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001365.tgz" + integrity sha512-VDQZ8OtpuIPMBA4YYvZXECtXbddMCUFJk1qu8Mqxfm/SZJNSr1cy4IuLCOL7RJ/YASrvJcYg1Zh+UEUQ5m6z8Q== capitalize@^1.0.0: version "1.0.0" -- 2.47.2