Skip to content

Commit 1d9cdfd

Browse files
committed
chore: move packages to devDependencies
1 parent 9db8501 commit 1d9cdfd

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,24 @@
2020
"peerDependencies": {
2121
"react-native": "^0.41.2"
2222
},
23-
"dependencies": {
24-
"babel-plugin-module-resolver": "^3.2.0",
25-
"react": "^16.8.3",
26-
"react-native": "^0.59.5",
27-
"react-timer-mixin": "^0.13.4"
28-
},
23+
"dependencies": {},
2924
"devDependencies": {
3025
"@babel/core": "^7.4.3",
3126
"@babel/runtime": "^7.4.3",
3227
"@react-native-community/eslint-config": "0.0.5",
3328
"babel-jest": "^24.7.1",
29+
"babel-plugin-module-resolver": "^3.2.0",
3430
"eslint": "^5.16.0",
3531
"eslint-plugin-prettier": "^3.0.1",
3632
"jest": "^24.7.1",
3733
"metro-react-native-babel-preset": "^0.53.1",
3834
"prettier": "^1.17.0",
35+
"react": "^16.8.3",
36+
"react-native": "^0.59.5",
37+
"react-timer-mixin": "^0.13.4",
3938
"react-test-renderer": "16.8.3"
4039
},
4140
"jest": {
4241
"preset": "react-native"
4342
}
44-
}
43+
}

yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
xcode "^2.0.0"
840840
xmldoc "^0.4.0"
841841

842-
"@react-native-community/eslint-config@^0.0.5":
842+
"@react-native-community/[email protected]":
843843
version "0.0.5"
844844
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-0.0.5.tgz#584f6493258202a57efc22e7be66966e43832795"
845845
integrity sha512-jwO2tnKaTPTLX5XYXMHGEnFdf543SU7jz98/OF5mDH3b7lP+BOaCD+jVfqqHoDRkcqyPlYiR1CgwVGWpi0vMWg==
@@ -2090,6 +2090,13 @@ [email protected]:
20902090
fast-diff "^1.1.1"
20912091
jest-docblock "^21.0.0"
20922092

2093+
eslint-plugin-prettier@^3.0.1:
2094+
version "3.1.2"
2095+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
2096+
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
2097+
dependencies:
2098+
prettier-linter-helpers "^1.0.0"
2099+
20932100
eslint-plugin-react-hooks@^1.5.1:
20942101
version "1.6.0"
20952102
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f"
@@ -2419,7 +2426,7 @@ fast-deep-equal@^2.0.1:
24192426
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
24202427
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
24212428

2422-
fast-diff@^1.1.1:
2429+
fast-diff@^1.1.1, fast-diff@^1.1.2:
24232430
version "1.2.0"
24242431
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
24252432
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
@@ -5145,6 +5152,13 @@ preserve@^0.2.0:
51455152
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
51465153
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
51475154

5155+
prettier-linter-helpers@^1.0.0:
5156+
version "1.0.0"
5157+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
5158+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
5159+
dependencies:
5160+
fast-diff "^1.1.2"
5161+
51485162
51495163
version "1.16.4"
51505164
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"

0 commit comments

Comments
 (0)