Commit Graph

98 Commits

Author SHA1 Message Date
Nathan Bierema
c68b34e4b8
refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592)
BREAKING CHANGES: Switch from pure-color to color which could change behavior of string parsing or results. No API changes.
2020-08-16 09:00:54 -04:00
Nathan Bierema
795af8092c
chore(*): upgrade react-hot-loader (#580) 2020-08-09 09:46:22 -04:00
Nathan Bierema
10bf7bc084
chore(*): upgrade prettier (#570)
* chore(*): upgrade prettier

* chore(*): upgrade prettier
2020-08-08 16:26:39 -04:00
Nathan Bierema
08ef5bf838
chore(*): upgrade dependencies (#569)
* Making moves

* More awesomeness

* More

* more

* More
2020-08-08 15:46:01 -04:00
Nathan Bierema
1a4e509b4b
chore(*): fix prettier (#557)
* Fix

* Test

* Changes

* Run prettier

* Remove single quote
2020-08-05 09:12:31 -04:00
Nathan Bierema
3022c55330
Add d3-state-visualizer package (#556)
* Start

* Cleanup

* Finish

* eslint
2020-08-05 08:42:25 -04:00
Nathan Bierema
2092d2f6d3
chore(*): make minor upgrades (#543)
* chore(*): make minor upgrades

* Make safe update

* unsafe
2020-08-01 14:21:04 -04:00
Nathan Bierema
a9122a132c
fix(redux-slider-monitor): fix example build (#537) 2020-07-31 23:51:44 -04:00
Nathan Bierema
408213ef5d
Updates (#532) 2020-07-31 17:41:16 -04:00
Nathan Bierema
0864f28156
fix(react-json-tree): fix react-json-tree examples (#531)
* Consolidate dependencies in react-json-tree examples

* Do it differently

* Update
2020-07-31 17:32:41 -04:00
nndio
818d685ec7 Update babel 2019-02-06 01:59:55 +02:00
nndio
6907c48147 Use prettier 2019-01-10 20:51:14 +02:00
nndio
458f9019aa Fix and unify eslint 2019-01-10 19:23:33 +02:00
nndio
4d03f18bf7 Run jest for all packages 2019-01-09 02:18:30 +02:00
Zalmoxisus
2d69d523ed Prepare since master misses some necessary builds 2019-01-05 02:49:32 +02:00
Zalmoxisus
edd397d7db Add lint for pre-commit 2019-01-03 17:40:38 +02:00
Mihail Diordiev
2f91b8765c
Move redux-devtools-test-generator package (#438)
* Move from zalmoxisus/redux-devtools-test-generator

* Update package and links

* Fix CI
2018-12-23 02:13:56 +02:00
Mihail Diordiev
110e9e4f8c
Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
Mihail Diordiev
b80cc9e5b9
Merge react-json-tree package (#428)
* Merge react-json-tree from alexkuz/react-json-tree

* Npm package config

* Add credits

* Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
2018-12-21 21:18:05 +02:00
Zalmoxisus
00863e8aa0 Fix linting and dependences 2018-12-13 03:38:24 +02:00
Zalmoxisus
f23cebaa2a Run build on install as yarn workspaces don't handle install lifecycle 2018-12-13 03:31:17 +02:00
Zalmoxisus
2b4af4e38e Lerna publish commands 2018-12-11 02:28:55 +02:00
Zalmoxisus
bd0ca28e95 Use lerna run to test only what was changed since master 2018-12-11 00:16:45 +02:00
Zalmoxisus
dabc7d9b8e Run tests in packages 2018-12-07 18:59:40 +02:00
Zalmoxisus
18910522f0 Configure lerna with yarn workspaces 2018-12-07 16:44:11 +02:00
Zalmoxisus
0e0740e6d7 Move redux-devtools to packages 2018-12-02 23:22:37 +02:00
Zalmoxisus
4fa6a2fb8f v3.4.2 2018-11-16 00:21:15 +02:00
Mihail Diordiev
19d61684cf
Merge branch 'master' into feature/407 2018-11-16 00:01:27 +02:00
Dan Rumney
a0f5108c9f Resolves #407: Add support for Redux 4.0.0 2018-10-03 18:30:04 -05:00
Nick McCurdy
9cf85cc4c3 Support Redux 4 in peer dependencies 2018-04-20 23:17:07 -04:00
Zalmoxisus
fc1ab01ca1 v3.4.1 2017-11-11 21:06:07 +02:00
Tyler Cook
687a855192 Added React v16 peer dependency support (#385) 2017-11-11 20:51:19 +02:00
Zalmoxisus
33c6f314d8 v3.4.0 2017-04-25 23:17:08 +03:00
Timofey Smirnov
41abd40631 Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03:00
Zalmoxisus
e647d6e108 3.3.2 2017-01-12 21:53:59 +02:00
Daniel Stockman
e099a73964 Allow react-redux 5 in peerDependencies (#334)
This allows users to upgrade to the API-compatible v5 of react-redux without encumbering their `node_modules` with a nested copy of react-redux (v4) under `redux-devtools/node_modules`.

It also moves redux and react-redux into `devDependencies`, which is the proper location for packages that are also specified in `peerDependencies`. Otherwise, peers specified as an alternating range (`||`) won't resolve properly. This brings it in line with what [react-redux does](https://github.com/reactjs/react-redux/blob/master/package.json#L94-L107).
2017-01-12 21:46:19 +02:00
unknown
10e3b991c0 Fixed bug 244, Npm install fails on windows 2016-10-27 12:46:58 +01:00
Dan Abramov
ec0d55bbee 3.3.1 2016-05-09 12:56:54 +01:00
Mihail Diordiev
ee6d46e750 Move instrumentation to redux-devtools-instrument (#281) 2016-05-09 12:55:55 +01:00
Dan Abramov
f02ceebc81 3.3.0 2016-05-09 02:48:17 +01:00
Michael van Engelshoven
7b5adf9718 Fix redux support for observables (#275)
fixes #274
2016-05-09 02:45:26 +01:00
Dan Abramov
275f564c54 3.2.0 2016-04-02 18:18:37 +01:00
C. T. Lin
56b31a299b Added support to react@15.0.0-rc.1 2016-03-08 12:09:09 +08:00
Dan Abramov
9713bd2a01 3.1.1 2016-02-08 16:37:54 +00:00
Dan Abramov
86f522af90 3.1.0 2016-02-02 18:09:30 +00:00
Dan Abramov
778803eb97 Merge remote-tracking branch 'lo/dependency/lodash/upgrade' 2016-02-02 17:57:11 +00:00
Dan Abramov
8316de0970 Tweak tests to use new API and add another warning 2016-02-02 17:53:37 +00:00
Sébastien HOUZÉ
9b6f3f7237 Upgrade lodash dependency to ^4.2.0. 2016-02-02 11:29:16 +01:00
Dan Abramov
c64b4c616d 3.0.2 2016-01-28 19:15:14 +00:00
Dan Abramov
fdc78b303e Use explicit files whitelist 2015-12-27 00:35:53 +00:00