FFFF fix: Make Mocha a proper devDependency for every repository (#1053) · feathersjs/feathers@9974803 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9974803

Browse files
authored
fix: Make Mocha a proper devDependency for every repository (#1053)
1 parent 7ecc6a7 commit 9974803

File tree

21 files changed

+32
-32
lines changed

21 files changed

+32
-32
lines changed

packages/authentication-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"dependencies": {
3838
"@feathersjs/errors": "^3.3.4",
3939
"debug": "^4.0.0",
40-
"jwt-decode": "^2.1.0",
41-
"mocha": "^5.2.0"
40+
"jwt-decode": "^2.1.0"
4241
},
4342
"devDependencies": {
43+
"mocha": "^5.2.0",
4444
"@feathersjs/authentication": "^2.1.11",
4545
"@feathersjs/authentication-jwt": "^2.0.5",
4646
"@feathersjs/authentication-local": "^1.2.5",

packages/authentication-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"lodash.merge": "^4.6.0",
4141
"lodash.omit": "^4.5.0",
4242
"lodash.pick": "^4.4.0",
43-
"mocha": "^5.2.0",
4443
"passport-jwt": "^4.0.0"
4544
},
4645
"devDependencies": {
46+
"mocha": "^5.2.0",
4747
"@feathersjs/authentication": "^2.1.11",
4848
"@feathersjs/express": "^1.2.7",
4949
"@feathersjs/feathers": "^3.2.3",

packages/authentication-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"bcryptjs": "^2.3.0",
4040
"debug": "^4.0.0",
4141
"lodash": "^4.17.5",
42-
"mocha": "^5.2.0",
4342
"passport-local": "^1.0.0"
4443
},
4544
"devDependencies": {
45+
"mocha": "^5.2.0",
4646
"@feathersjs/authentication": "^2.1.11",
4747
"@feathersjs/authentication-jwt": "^2.0.5",
4848
"@feathersjs/express": "^1.2.7",

packages/authentication-oauth1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@feathersjs/commons": "^3.0.1",
3939
"@feathersjs/errors": "^3.3.4",
4040
"debug": "^4.0.0",
41-
"lodash.merge": "^4.6.0",
42-
"mocha": "^5.2.0"
41+
"lodash.merge": "^4.6.0"
4342
},
4443
"devDependencies": {
44+
"mocha": "^5.2.0",
4545
"@feathersjs/authentication": "^2.1.11",
4646
"@feathersjs/express": "^1.2.7",
4747
"@feathersjs/feathers": "^3.2.3",

packages/authentication-oauth2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@feathersjs/errors": "^3.3.4",
4040
"@feathersjs/express": "^1.2.7",
4141
"debug": "^4.0.0",
42-
"lodash.merge": "^4.6.1",
43-
"mocha": "^5.2.0"
42+
"lodash.merge": "^4.6.1"
4443
},
4544
"devDependencies": {
45+
"mocha": "^5.2.0",
4646
"@feathersjs/authentication": "^2.1.11",
4747
"@feathersjs/feathers": "^3.2.3",
4848
"body-parser": "^1.18.3",

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"lodash.omit": "^4.5.0",
4646
"lodash.pick": "^4.4.0",
4747
"long-timeout": "^0.1.1",
48-
"mocha": "^5.2.0",
4948
"ms": "^2.0.0",
5049
"passport": "^0.4.0",
5150
"uuid": "^3.1.0"
5251
},
5352
"devDependencies": {
53+
"mocha": "^5.2.0",
5454
"@feathersjs/authentication-jwt": "^2.0.5",
5555
"@feathersjs/authentication-local": "^1.2.5",
5656
"@feathersjs/configuration": "^2.0.4",

packages/cli/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@
4242
"commander": "^2.9.0",
4343
"generator-feathers": "^2.7.1",
4444
"generator-feathers-plugin": "^1.0.1",
45-
"mocha": "^5.2.0",
4645
"semver": "^5.3.0",
4746
"update-notifier": "^2.3.0",
4847
"yeoman-environment": "^2.0.0"
48+
},
49+
"devDependencies": {
50+
"mocha": "^5.2.0"
4951
}
5052
}

packages/client/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
"uglifyjs-webpack-plugin": "^2.0.0",
6262
"webpack": "^4.19.0",
6363
"webpack-merge": "^4.1.4",
64-
"ws": "^6.0.0"
65-
},
66-
"dependencies": {
64+
"ws": "^6.0.0",
6765
"mocha": "^5.2.0"
6866
}
6967
}

packages/commons/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"access": "public"
3535
},
3636
"devDependencies": {
37+
"mocha": "^5.2.0",
3738
"chai": "^4.1.2"
38-
},
39-
"dependencies": {
40-
"mocha": "^5.2.0"
4139
}
4240
}

packages/configuration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
},
4242
"dependencies": {
4343
"config": "^2.0.0",
44-
"debug": "^4.0.0",
45-
"mocha": "^5.2.0"
44+
"debug": "^4.0.0"
4645
},
4746
"devDependencies": {
47+
"mocha": "^5.2.0",
4848
"@feathersjs/feathers": "^3.2.3"
4949
}
5050
}

0 commit comments

Comments
 (0)
0