Skip to content

Commit 9fe89cf

Browse files
committed
Move dev dependencies to dev dependencies
1 parent c07f9a0 commit 9fe89cf

File tree

2 files changed

+88
-18
lines changed

2 files changed

+88
-18
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom-testing-mocks",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Ivan Galiatin",
55
"license": "MIT",
66
"description": "A set of tools for emulating browser behavior in jsdom environment",
@@ -58,16 +58,7 @@
5858
}
5959
],
6060
"dependencies": {
61-
"css-mediaquery": "^0.1.2",
62-
"eslint": "^7.22.0",
63-
"eslint-config-prettier": "^7",
64-
"eslint-config-react-app": "^6.0.0",
65-
"eslint-plugin-flowtype": "^5.4.0",
66-
"eslint-plugin-import": "^2.22.1",
67-
"eslint-plugin-jsx-a11y": "^6.4.1",
68-
"eslint-plugin-prettier": "^3.3.1",
69-
"eslint-plugin-react": "^7.22.0",
70-
"eslint-plugin-react-hooks": "^4.2.0"
61+
"css-mediaquery": "^0.1.2"
7162
},
7263
"devDependencies": {
7364
"@size-limit/preset-small-lib": "^4.10.1",
@@ -81,6 +72,16 @@
8172
"@types/testing-library__jest-dom": "^5.9.5",
8273
"@typescript-eslint/eslint-plugin": "^4.18.0",
8374
"@typescript-eslint/parser": "^4.18.0",
75+
"babel-eslint": "^10.1.0",
76+
"eslint": "^7.23.0",
77+
"eslint-config-prettier": "^7",
78+
"eslint-config-react-app": "^6.0.0",
79+
"eslint-plugin-flowtype": "^5.4.0",
80+
"eslint-plugin-import": "^2.22.1",
81+
"eslint-plugin-jsx-a11y": "^6.4.1",
82+
"eslint-plugin-prettier": "^3.3.1",
83+
"eslint-plugin-react": "^7.23.1",
84+
"eslint-plugin-react-hooks": "^4.2.0",
8485
"husky": "4.2.3",
8586
"jest": "^26.6.3",
8687
"react": "^17.0.1",

yarn.lock

Lines changed: 76 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ arr-union@^3.1.0:
18851885
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
18861886
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
18871887

1888-
array-includes@^3.1.1, array-includes@^3.1.2:
1888+
array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
18891889
version "3.1.3"
18901890
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
18911891
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -1915,7 +1915,7 @@ array.prototype.flat@^1.2.3:
19151915
define-properties "^1.1.3"
19161916
es-abstract "^1.18.0-next.1"
19171917

1918-
array.prototype.flatmap@^1.2.3:
1918+
array.prototype.flatmap@^1.2.3, array.prototype.flatmap@^1.2.4:
19191919
version "1.2.4"
19201920
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
19211921
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
@@ -2020,7 +2020,7 @@ axobject-query@^2.2.0:
20202020
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
20212021
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
20222022

2023-
babel-eslint@^10.0.3:
2023+
babel-eslint@^10.0.3, babel-eslint@^10.1.0:
20242024
version "10.1.0"
20252025
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
20262026
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -3599,6 +3599,24 @@ eslint-plugin-react@^7.14.3, eslint-plugin-react@^7.22.0:
35993599
resolve "^1.18.1"
36003600
string.prototype.matchall "^4.0.2"
36013601

3602+
eslint-plugin-react@^7.23.1:
3603+
version "7.23.1"
3604+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11"
3605+
integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==
3606+
dependencies:
3607+
array-includes "^3.1.3"
3608+
array.prototype.flatmap "^1.2.4"
3609+
doctrine "^2.1.0"
3610+
has "^1.0.3"
3611+
jsx-ast-utils "^2.4.1 || ^3.0.0"
3612+
minimatch "^3.0.4"
3613+
object.entries "^1.1.3"
3614+
object.fromentries "^2.0.4"
3615+
object.values "^1.1.3"
3616+
prop-types "^15.7.2"
3617+
resolve "^2.0.0-next.3"
3618+
string.prototype.matchall "^4.0.4"
3619+
36023620
eslint-scope@^4.0.3:
36033621
version "4.0.3"
36043622
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -3675,6 +3693,49 @@ eslint@^6.1.0, eslint@^7.22.0:
36753693
text-table "^0.2.0"
36763694
v8-compile-cache "^2.0.3"
36773695

3696+
eslint@^7.23.0:
3697+
version "7.23.0"
3698+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.23.0.tgz#8d029d252f6e8cf45894b4bee08f5493f8e94325"
3699+
integrity sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==
3700+
dependencies:
3701+
"@babel/code-frame" "7.12.11"
3702+
"@eslint/eslintrc" "^0.4.0"
3703+
ajv "^6.10.0"
3704+
chalk "^4.0.0"
3705+
cross-spawn "^7.0.2"
3706+
debug "^4.0.1"
3707+
doctrine "^3.0.0"
3708+
enquirer "^2.3.5"
3709+
eslint-scope "^5.1.1"
3710+
eslint-utils "^2.1.0"
3711+
eslint-visitor-keys "^2.0.0"
3712+
espree "^7.3.1"
3713+
esquery "^1.4.0"
3714+
esutils "^2.0.2"
3715+
file-entry-cache "^6.0.1"
3716+
functional-red-black-tree "^1.0.1"
3717+
glob-parent "^5.0.0"
3718+
globals "^13.6.0"
3719+
ignore "^4.0.6"
3720+
import-fresh "^3.0.0"
3721+
imurmurhash "^0.1.4"
3722+
is-glob "^4.0.0"
3723+
js-yaml "^3.13.1"
3724+
json-stable-stringify-without-jsonify "^1.0.1"
3725+
levn "^0.4.1"
3726+
lodash "^4.17.21"
3727+
minimatch "^3.0.4"
3728+
natural-compare "^1.4.0"
3729+
optionator "^0.9.1"
3730+
progress "^2.0.0"
3731+
regexpp "^3.1.0"
3732+
semver "^7.2.1"
3733+
strip-ansi "^6.0.0"
3734+
strip-json-comments "^3.1.0"
3735+
table "^6.0.4"
3736+
text-table "^0.2.0"
3737+
v8-compile-cache "^2.0.3"
3738+
36783739
espree@^7.3.0, espree@^7.3.1:
36793740
version "7.3.1"
36803741
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -6169,7 +6230,7 @@ object.assign@^4.1.0, object.assign@^4.1.2:
61696230
has-symbols "^1.0.1"
61706231
object-keys "^1.1.1"
61716232

6172-
object.entries@^1.1.2:
6233+
object.entries@^1.1.2, object.entries@^1.1.3:
61736234
version "1.1.3"
61746235
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
61756236
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
@@ -6179,7 +6240,7 @@ object.entries@^1.1.2:
61796240
es-abstract "^1.18.0-next.1"
61806241
has "^1.0.3"
61816242

6182-
object.fromentries@^2.0.2:
6243+
object.fromentries@^2.0.2, object.fromentries@^2.0.4:
61836244
version "2.0.4"
61846245
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
61856246
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
@@ -6205,7 +6266,7 @@ object.pick@^1.3.0:
62056266
dependencies:
62066267
isobject "^3.0.1"
62076268

6208-
object.values@^1.1.0, object.values@^1.1.1:
6269+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.3:
62096270
version "1.1.3"
62106271
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
62116272
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
@@ -7384,6 +7445,14 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13
73847445
is-core-module "^2.2.0"
73857446
path-parse "^1.0.6"
73867447

7448+
resolve@^2.0.0-next.3:
7449+
version "2.0.0-next.3"
7450+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
7451+
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
7452+
dependencies:
7453+
is-core-module "^2.2.0"
7454+
path-parse "^1.0.6"
7455+
73877456
restore-cursor@^2.0.0:
73887457
version "2.0.0"
73897458
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -8006,7 +8075,7 @@ string-width@^4.1.0, string-width@^4.2.0:
80068075
is-fullwidth-code-point "^3.0.0"
80078076
strip-ansi "^6.0.0"
80088077

8009-
string.prototype.matchall@^4.0.2:
8078+
string.prototype.matchall@^4.0.2, string.prototype.matchall@^4.0.4:
80108079
version "4.0.4"
80118080
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
80128081
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==

0 commit comments

Comments
 (0)