Skip to content

Commit

Permalink
other(package): add react-async-component
Browse files Browse the repository at this point in the history
  • Loading branch information
tagraha committed Mar 11, 2018
1 parent d575f50 commit 46e673c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"release:major": "changelog -M -u https://github.com/tagraha/react-scratch && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin --tags",
"release:minor": "changelog -m -u https://github.com/tagraha/react-scratch && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin --tags",
"release:patch": "changelog -p -u https://github.com/tagraha/react-scratch && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin --tags",
"start-dev": "cross-env NODE_ENV=development webpack -w & cross-env NODE_ENV=development nodemon server.js",
"start-dev": "cross-env NODE_ENV=development webpack -w & cross-env NODE_ENV=development nodemon ./server.js",
"build": "webpack",
"clean": "rm -rf public && rm -rf server.js",
"prestart": "npm run clean && npm run build",
Expand All @@ -27,6 +27,8 @@
"lodash": "^4.17.5",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-async-bootstrapper": "^1.1.2",
"react-async-component": "^1.0.2",
"react-dom": "16.2.0",
"react-helmet": "5.2.0",
"react-redux": "5.0.7",
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5544,6 +5544,16 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-async-bootstrapper@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/react-async-bootstrapper/-/react-async-bootstrapper-1.1.2.tgz#3e255a9981b6fbac3553089846eb7a8632c47797"
dependencies:
react-tree-walker "^2.1.3"

react-async-component@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-async-component/-/react-async-component-1.0.2.tgz#b041722bf7734a95c51dc9fc2f28ec9e918e9659"

react-dom@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
Expand Down Expand Up @@ -5603,6 +5613,10 @@ react-side-effect@^1.1.0:
exenv "^1.2.1"
shallowequal "^1.0.1"

react-tree-walker@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/react-tree-walker/-/react-tree-walker-2.1.3.tgz#e781dd7ba9b5c50cc6300e3388b490f2b43b6295"

react@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
Expand Down

0 comments on commit 46e673c

Please sign in to comment.