17 Commits

Author SHA1 Message Date
Kevin Qi
0e83ac8177 upgrade jest to 25.5.4 2020-05-03 12:21:48 -07:00
Kevin Qi
4a0db72d66 upgrade rollup to 1.32.1 (and acorn) 2020-05-03 12:10:16 -07:00
Kevin Qi
e6c8593157 Regenerate yarn.lock to upgrade dependencies
This upgrades set-value and mixin-deep, which have security warnings.
2019-10-22 15:52:04 -07:00
dependabot[bot]
5b9fe381b6
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 05:29:45 +00:00
Kevin Qi
d4b3c455b1 add rollup deps 2019-05-02 22:28:56 -07:00
Kevin Qi
26e41a2970 remove prop-types dependency 2019-04-21 18:51:30 -07:00
Kevin Qi
96b3599ed3 add postcss so that css can be live-reloaded when modified 2019-04-21 18:01:08 -07:00
Kevin Qi
ce3904b722 remove old tests, unused test deps 2019-04-21 12:32:24 -07:00
Kevin Qi
c4f0119df2 add enzyme test setup 2019-04-21 11:20:32 -07:00
Kevin Qi
c0efc187a1 add jest setup, WIP porting tests 2019-04-20 22:46:48 -07:00
Kevin Qi
f92da8dbc9 add 'format' script and prettier devDependency 2019-04-20 21:45:54 -07:00
Kevin Qi
f603d35903 remove conflicting babel, eslint, webpack deps, which was causing errors with /demo app starting 2019-04-20 21:09:59 -07:00
Kevin Qi
e2fa517fdf add react types and define proptypes in TS 2019-04-20 20:04:55 -07:00
Kevin Qi
d33a8db742 change build process to use tsc instead of webpack, gitignore /dist, and WIP converting index.jsx -> index.tsx 2019-04-20 20:04:22 -07:00
Kevin Qi
f743dc2dc1 add typescript dep 2019-04-20 18:39:28 -07:00
Kevin Qi
9ba1578c0d migrate to babel-preset-env 2017-10-14 14:26:19 -07:00
Kevin Qi
702fa6b989 add yarn.lock 2017-10-14 14:12:35 -07:00