File tree Expand file tree Collapse file tree 5 files changed +4647
-5062
lines changed Expand file tree Collapse file tree 5 files changed +4647
-5062
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 2.4.0" ,
3
- "version" : " 0.9.31" ,
4
- "packages" : [" packages/*" ]
5
- }
2
+ "lerna" : " 2.4.0" ,
3
+ "version" : " 0.9.32" ,
4
+ "packages" : [
5
+ " packages/*"
6
+ ]
7
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mobx-devtools-mst" ,
3
- "version" : " 0.9.30 " ,
4
- "main" : " lib/index.js" ,
5
- "typings" : " index.d.ts" ,
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " https://github.com/mobxjs/mobx-devtools.git"
9
- },
10
- "author" : " Andy Kogut" ,
11
- "license" : " MIT" ,
12
- "bugs" : {
13
- "url" : " https://github.com/mobxjs/mobx/issues"
14
- },
15
- "homepage" : " https://mobxjs.github.io/mobx" ,
16
- "keywords" : [
17
- " mobx" ,
18
- " mobx-state-tree" ,
19
- " mst" ,
20
- " devtools"
21
- ],
22
- "scripts" : {
23
- "build" : " cross-env NODE_ENV=production webpack"
24
- },
25
- "peerDependencies" : {
26
- "mobx" : " ^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" ,
27
- "mobx-state-tree" : " *"
28
- }
29
- }
2
+ "name" : " mobx-devtools-mst" ,
3
+ "version" : " 0.9.32 " ,
4
+ "main" : " lib/index.js" ,
5
+ "typings" : " index.d.ts" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/mobxjs/mobx-devtools.git"
9
+ },
10
+ "author" : " Andy Kogut" ,
11
+ "license" : " MIT" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/mobxjs/mobx/issues"
14
+ },
15
+ "homepage" : " https://mobxjs.github.io/mobx" ,
16
+ "keywords" : [
17
+ " mobx" ,
18
+ " mobx-state-tree" ,
19
+ " mst" ,
20
+ " devtools"
21
+ ],
22
+ "scripts" : {
23
+ "build" : " cross-env NODE_ENV=production webpack"
24
+ },
25
+ "peerDependencies" : {
26
+ "mobx" : " ^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" ,
27
+ "mobx-state-tree" : " *"
28
+ }
29
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mobx-devtools" ,
3
- "version" : " 0.9.27 " ,
4
- "repository" : {
5
- "type" : " git" ,
6
- "url" : " https://github.com/mobxjs/mobx-devtools.git"
7
- },
8
- "author" : " Andy Kogut" ,
9
- "license" : " MIT" ,
10
- "scripts" : {
11
- "build" : " webpack"
12
- },
13
- "bin" : {
14
- "mobx-devtools" : " ./bin.js"
15
- },
16
- "bugs" : {
17
- "url" : " https://github.com/mobxjs/mobx/issues"
18
- },
19
- "homepage" : " https://mobxjs.github.io/mobx" ,
20
- "dependencies" : {
21
- "electron" : " ^11.0.1" ,
22
- "ip" : " ^1.1.5" ,
23
- "ws" : " ^7.3.1"
24
- }
25
- }
2
+ "name" : " mobx-devtools" ,
3
+ "version" : " 0.9.32 " ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/mobxjs/mobx-devtools.git"
7
+ },
8
+ "author" : " Andy Kogut" ,
9
+ "license" : " MIT" ,
10
+ "scripts" : {
11
+ "build" : " webpack"
12
+ },
13
+ "bin" : {
14
+ "mobx-devtools" : " ./bin.js"
15
+ },
16
+ "bugs" : {
17
+ "url" : " https://github.com/mobxjs/mobx/issues"
18
+ },
19
+ "homepage" : " https://mobxjs.github.io/mobx" ,
20
+ "dependencies" : {
21
+ "electron" : " ^11.0.1" ,
22
+ "ip" : " ^1.1.5" ,
23
+ "ws" : " ^7.3.1"
24
+ }
25
+ }
You can’t perform that action at this time.
0 commit comments