Skip to content

Commit

Permalink
package updates to address gh vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognjen Ristanovic committed Apr 4, 2024
1 parent a81408f commit aacd7f2
Show file tree
Hide file tree
Showing 2 changed files with 3,233 additions and 6,094 deletions.
86 changes: 43 additions & 43 deletions package.json
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": "*"
}
}
Loading

0 comments on commit aacd7f2

Please sign in to comment.