deps: re-organize React dependencies

This commit is contained in:
Antoine du Hamel 2021-06-22 12:26:34 +02:00
parent 06d5b3e254
commit f3b90b0726
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"base64-js": "^1.3.0",
"expo": "^32.0.6",
"preact-render-to-string": "^4.1.0",
"react": "16.5.0",
"react": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-svg-uri": "gaboelnuevo/react-native-svg-uri#473e4f958e8846cbd5c69ce5cf59753cd5cea748"
},

View file

@ -118,8 +118,6 @@
"postcss-logical": "^4.0.2",
"postcss-safe-important": "1.2.0",
"pre-commit": "1.2.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark-cli": "^8.0.1",
"remark-lint-uppy": "file:private/remark-lint-uppy",
"replacestream": "^4.0.3",
@ -129,7 +127,7 @@
"size-limit": "4.5.6",
"stringify-object": "3.3.0",
"symbol-es6": "^0.1.2",
"tar": "4.4.13",
"tar": "^4.4.13",
"temp-write": "3.4.0",
"terser": "^5.7.0",
"tinyify": "3.0.0",

View file

@ -32,7 +32,9 @@
},
"devDependencies": {
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2"
"enzyme-adapter-react-16": "1.15.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"@uppy/core": "^1.0.0",