mirror of
https://github.com/zhigang1992/match-media.git
synced 2026-04-30 13:11:40 +08:00
update dependencies to latest Expo release (#20)
This commit is contained in:
committed by
GitHub
parent
b4f0c02a6c
commit
93f0b5b572
36
package.json
36
package.json
@@ -2,15 +2,11 @@
|
||||
"name": "@expo/match-media",
|
||||
"version": "0.0.0-beta.2",
|
||||
"sideEffects": true,
|
||||
"private": false,
|
||||
"description": "Universal polyfill for match media API using Expo APIs on mobile",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"homepage": "https://github.com/expo/match-media#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/expo/match-media.git"
|
||||
},
|
||||
"repository": "github:expo/match-media",
|
||||
"files": [
|
||||
"build"
|
||||
],
|
||||
@@ -44,28 +40,26 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"css-mediaquery": "^0.1.2",
|
||||
"expo-screen-orientation": "~1.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@unimodules/core": "~5.3.0",
|
||||
"react-native": "~0.62"
|
||||
"expo-screen-orientation": "^2.1.0"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo/universal"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^2.7.0",
|
||||
"@typescript-eslint/parser": "^2.7.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-universe": "^2.0.0",
|
||||
"expo": "^38.0.0",
|
||||
"@types/react": "~16.9.35",
|
||||
"@types/react-native": "~0.63.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
||||
"@typescript-eslint/parser": "^4.2.0",
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-config-universe": "^6.0.1",
|
||||
"expo": "^40.0.1",
|
||||
"expo-module-scripts": "^1.2.0",
|
||||
"jest-expo": "^35.0.0",
|
||||
"jest-expo": "^40.0.2",
|
||||
"prettier": "^1.19.1",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/package/sdk-38.tar.gz",
|
||||
"react-native-web": "~0.11.7",
|
||||
"react-responsive": "^8.0.1"
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
|
||||
"react-native-web": "~0.13.7",
|
||||
"react-responsive": "^8.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user