-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package updates to address gh vulnerabilities
- Loading branch information
Ognjen Ristanovic
committed
Apr 4, 2024
1 parent
a81408f
commit aacd7f2
Showing
2 changed files
with
3,233 additions
and
6,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
{ | ||
"name": "airship-expo-plugin", | ||
"version": "1.1.0", | ||
"description": "Airship Expo config plugin", | ||
"main": "./app.plugin.js", | ||
"scripts": { | ||
"build": "tsc --build plugin", | ||
"clean": "expo-module clean", | ||
"lint": "expo-module lint", | ||
"test": "expo-module test", | ||
"prepare": "expo-module clean && tsc --build plugin", | ||
"prepublishOnly": "expo-module prepublishOnly", | ||
"expo-module": "expo-module" | ||
}, | ||
"keywords": [ | ||
"react-native", | ||
"expo", | ||
"notifications", | ||
"airship", | ||
"urban airship", | ||
"urbanairship" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/urbanairship/airship-expo-plugin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/urbanairship/airship-expo-plugin/issues" | ||
}, | ||
"author": "Airship", | ||
"license": "Apache-2.0", | ||
"readmeFilename": "README.md", | ||
"homepage": "https://github.com/urbanairship/airship-expo-plugin", | ||
"dependencies": { | ||
"@expo/config-plugins": "^7.2.5", | ||
"@expo/image-utils": "^0.3.18" | ||
}, | ||
"devDependencies": { | ||
"expo-module-scripts": "~3.0.12" | ||
}, | ||
"peerDependencies": { | ||
"expo": "*" | ||
} | ||
} | ||
"name": "airship-expo-plugin", | ||
"version": "1.1.0", | ||
"description": "Airship Expo config plugin", | ||
"main": "./app.plugin.js", | ||
"scripts": { | ||
"build": "tsc --build plugin", | ||
"clean": "expo-module clean", | ||
"lint": "expo-module lint", | ||
"test": "expo-module test", | ||
"prepare": "expo-module clean && tsc --build plugin", | ||
"prepublishOnly": "expo-module prepublishOnly", | ||
"expo-module": "expo-module" | ||
}, | ||
"keywords": [ | ||
"react-native", | ||
"expo", | ||
"notifications", | ||
"airship", | ||
"urban airship", | ||
"urbanairship" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/urbanairship/airship-expo-plugin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/urbanairship/airship-expo-plugin/issues" | ||
}, | ||
"author": "Airship", | ||
"license": "Apache-2.0", | ||
"readmeFilename": "README.md", | ||
"homepage": "https://github.com/urbanairship/airship-expo-plugin", | ||
"dependencies": { | ||
"@expo/config-plugins": "^7.2.5", | ||
"@expo/image-utils": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"expo-module-scripts": "~3.4.1" | ||
}, | ||
"peerDependencies": { | ||
"expo": "*" | ||
} | ||
} |
Oops, something went wrong.