Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from bweissbart/master
Browse files Browse the repository at this point in the history
chore: remove unused semantic-reelease deps and address dependency security
  • Loading branch information
bweissbart authored Oct 5, 2021
2 parents a6e22d8 + a29393c commit 88ea41b
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 4,354 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: '10'
node_js: '12'
cache:
directories:
- "node_modules"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/react-native-leanplum",
"version": "4.0.1",
"version": "5.0.0",
"author": "Branding Brand LLC",
"bugs": {
"url": "https://github.com/brandingbrand/react-native-leanplum/issues"
Expand All @@ -10,15 +10,14 @@
"@brandingbrand/fsfoundation": "^0.1.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/react-native": "^0.46.7",
"semantic-release": "^17.0.7",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/travis-cli": "^13.2.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"homepage": "https://github.com/brandingbrand/react-native-leanplum#readme",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -36,6 +35,7 @@
},
"types": "./typings/index.d.ts",
"resolutions": {
"minimist": "^1.2.5"
"minimist": "^1.2.5",
"trim-newlines": "^3.0.1"
}
}
Loading

0 comments on commit 88ea41b

Please sign in to comment.