forked from dmotz/natal
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade react-native, npm & lein deps
- Loading branch information
Showing
3 changed files
with
25 additions
and
21 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,19 +1,19 @@ | ||
{ | ||
"name": "re-natal", | ||
"version": "0.9.0", | ||
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", | ||
"description": "Bootstrap ClojureScript React Native apps with reagent, re-frame and om next for iOS and Android", | ||
"main": "index.js", | ||
"author": "Artur Girenko <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^1.1.1", | ||
"chalk": "^2.4.1", | ||
"check-dependencies": "^1.0.1", | ||
"coffeescript": "^1.9.3", | ||
"coffeescript": "^2.3.2", | ||
"commander": "^2.8.1", | ||
"deepmerge": "^1.5.2", | ||
"fs-extra": "^0.26.5", | ||
"deepmerge": "^2.1.1", | ||
"fs-extra": "^7.0.0", | ||
"handlebars": "^4.0.10", | ||
"klaw-sync": "^2.1.0", | ||
"klaw-sync": "^5.0.0", | ||
"semver": "^5.0.1" | ||
}, | ||
"engines": { | ||
|
@@ -37,7 +37,8 @@ | |
"ios", | ||
"android", | ||
"reagent", | ||
"re-frame" | ||
"re-frame", | ||
"om next" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/drapanjanas/re-natal/issues" | ||
|
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
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