Move chai-things and chai-like into dev dependencies

Change-type: patch
This commit is contained in:
Pagan Gazzard 2021-03-22 13:17:59 +00:00
parent ebce68d6d1
commit 18a8c1168d
2 changed files with 6 additions and 4 deletions

6
package-lock.json generated
View File

@ -2152,12 +2152,14 @@
"chai-like": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/chai-like/-/chai-like-1.1.1.tgz",
"integrity": "sha512-VKa9z/SnhXhkT1zIjtPACFWSoWsqVoaz1Vg+ecrKo5DCKVlgL30F/pEyEvXPBOVwCgLZcWUleCM/C1okaKdTTA=="
"integrity": "sha512-VKa9z/SnhXhkT1zIjtPACFWSoWsqVoaz1Vg+ecrKo5DCKVlgL30F/pEyEvXPBOVwCgLZcWUleCM/C1okaKdTTA==",
"dev": true
},
"chai-things": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/chai-things/-/chai-things-0.2.0.tgz",
"integrity": "sha1-xVEoN4+bs5nplPAAUhUZhO1uvnA="
"integrity": "sha1-xVEoN4+bs5nplPAAUhUZhO1uvnA=",
"dev": true
},
"chalk": {
"version": "2.4.2",

View File

@ -27,8 +27,6 @@
},
"private": true,
"dependencies": {
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"dbus": "^1.0.7",
"mdns-resolver": "^1.0.0",
"os-utils": "0.0.14",
@ -82,6 +80,8 @@
"body-parser": "^1.19.0",
"chai-as-promised": "^7.1.1",
"chai-events": "0.0.1",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"chokidar": "^3.4.2",
"common-tags": "^1.8.0",
"copy-webpack-plugin": "^6.0.3",