mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-29 05:44:22 +00:00
Move chai-things and chai-like into dev dependencies
Change-type: patch
This commit is contained in:
parent
ebce68d6d1
commit
18a8c1168d
6
package-lock.json
generated
6
package-lock.json
generated
@ -2152,12 +2152,14 @@
|
|||||||
"chai-like": {
|
"chai-like": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/chai-like/-/chai-like-1.1.1.tgz",
|
"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": {
|
"chai-things": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/chai-things/-/chai-things-0.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/chai-things/-/chai-things-0.2.0.tgz",
|
||||||
"integrity": "sha1-xVEoN4+bs5nplPAAUhUZhO1uvnA="
|
"integrity": "sha1-xVEoN4+bs5nplPAAUhUZhO1uvnA=",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chai-like": "^1.1.1",
|
|
||||||
"chai-things": "^0.2.0",
|
|
||||||
"dbus": "^1.0.7",
|
"dbus": "^1.0.7",
|
||||||
"mdns-resolver": "^1.0.0",
|
"mdns-resolver": "^1.0.0",
|
||||||
"os-utils": "0.0.14",
|
"os-utils": "0.0.14",
|
||||||
@ -82,6 +80,8 @@
|
|||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"chai-events": "0.0.1",
|
"chai-events": "0.0.1",
|
||||||
|
"chai-like": "^1.1.1",
|
||||||
|
"chai-things": "^0.2.0",
|
||||||
"chokidar": "^3.4.2",
|
"chokidar": "^3.4.2",
|
||||||
"common-tags": "^1.8.0",
|
"common-tags": "^1.8.0",
|
||||||
"copy-webpack-plugin": "^6.0.3",
|
"copy-webpack-plugin": "^6.0.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user