This repository was archived by the owner on May 8, 2023. It is now read-only.
File tree 19 files changed +36
-36
lines changed
19 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-apollo-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of mocking the Apollo Client" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
19
19
"lodash" : " ^4.17.11" ,
20
20
"react-apollo" : " ^2.2.4" ,
21
21
"react-cosmos-apollo-proxy" : " ^4.8.2" ,
22
- "react-cosmos-classic" : " ^4.8.4 " ,
22
+ "react-cosmos-classic" : " ^4.8.5 " ,
23
23
"react-cosmos-shared" : " ^4.8.2"
24
24
},
25
25
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-axios-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of mocking Axios (XMLHttpRequest)" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
9
9
},
10
10
"dependencies" : {
11
11
"axios" : " ^0.18.0" ,
12
- "react-cosmos-classic" : " ^4.8.4 " ,
12
+ "react-cosmos-classic" : " ^4.8.5 " ,
13
13
"react-cosmos-xhr-proxy" : " ^4.8.2"
14
14
},
15
15
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-browserify-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of using Cosmos with Browserify" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
12
12
"budo" : " ^9.2.1" ,
13
13
"prop-types" : " ^15.6.2" ,
14
14
"react-cosmos-loader" : " ^4.8.4" ,
15
- "react-cosmos-playground" : " ^4.8.4 " ,
15
+ "react-cosmos-playground" : " ^4.8.5 " ,
16
16
"react-cosmos-shared" : " ^4.8.2" ,
17
17
"react-cosmos-voyager2" : " ^4.8.2" ,
18
18
"require-globify" : " ^1.4.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-context-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of mocking component context" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
9
9
},
10
10
"dependencies" : {
11
11
"prop-types" : " ^15.6.2" ,
12
- "react-cosmos-classic" : " ^4.8.4 " ,
12
+ "react-cosmos-classic" : " ^4.8.5 " ,
13
13
"react-cosmos-context-proxy" : " ^4.8.2"
14
14
},
15
15
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-fetch-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of mocking the fetch API" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 " ,
11
+ "react-cosmos-classic" : " ^4.8.5 " ,
12
12
"react-cosmos-fetch-proxy" : " ^4.8.2"
13
13
},
14
14
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-local-state-old-fixtures-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of injecting and serializing component local state" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 "
11
+ "react-cosmos-classic" : " ^4.8.5 "
12
12
},
13
13
"private" : true
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-local-state-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of injecting and serializing component local state" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
10
10
},
11
11
"dependencies" : {
12
12
"async-until" : " ^1.2.2" ,
13
- "react-cosmos-classic" : " ^4.8.4 " ,
13
+ "react-cosmos-classic" : " ^4.8.5 " ,
14
14
"react-cosmos-test" : " ^4.8.4"
15
15
},
16
16
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-localstorage-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of mocking the localstorage API" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 " ,
11
+ "react-cosmos-classic" : " ^4.8.5 " ,
12
12
"react-cosmos-localstorage-proxy" : " ^4.8.2"
13
13
},
14
14
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-mixed-paths-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of combining relative and module component paths" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 "
11
+ "react-cosmos-classic" : " ^4.8.5 "
12
12
},
13
13
"private" : true
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-normalize-props-proxy-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of using normalize-props-proxy" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 " ,
11
+ "react-cosmos-classic" : " ^4.8.5 " ,
12
12
"react-cosmos-normalize-props-proxy" : " ^4.8.2"
13
13
},
14
14
"private" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-react-router-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of React Router proxy integration" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 " ,
11
+ "react-cosmos-classic" : " ^4.8.5 " ,
12
12
"react-cosmos-router-proxy" : " ^4.8.2" ,
13
13
"react-router" : " ^4.3.1" ,
14
14
"react-router-dom" : " ^4.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-redux-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of redux components" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 " ,
11
+ "react-cosmos-classic" : " ^4.8.5 " ,
12
12
"react-redux" : " ^5.1.1" ,
13
13
"redux" : " ^4.0.1" ,
14
14
"redux-devtools-extension" : " ^2.13.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-source-map-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of configuring source maps in the Cosmos build" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"start" : " cosmos-classic"
9
9
},
10
10
"dependencies" : {
11
- "react-cosmos-classic" : " ^4.8.4 "
11
+ "react-cosmos-classic" : " ^4.8.5 "
12
12
},
13
13
"private" : true
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-webpack-commons-chunk-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of webpack & optimization.splitChunks" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
9
9
},
10
10
"dependencies" : {
11
11
"moment" : " ^2.24.0" ,
12
- "react-cosmos-classic" : " ^4.8.4 "
12
+ "react-cosmos-classic" : " ^4.8.5 "
13
13
},
14
14
"private" : true
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-webpack-dll-example" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Example of webpack & DllPlugin" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples" ,
6
6
"license" : " MIT" ,
10
10
},
11
11
"dependencies" : {
12
12
"moment" : " ^2.24.0" ,
13
- "react-cosmos-classic" : " ^4.8.4 "
13
+ "react-cosmos-classic" : " ^4.8.5 "
14
14
},
15
15
"devDependencies" : {
16
16
"add-asset-html-webpack-plugin" : " ^3.1.3"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.8.4 " ,
2
+ "version" : " 4.8.5 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-classic" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " CLI for running React Cosmos inside webpack-powered apps" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-classic" ,
6
6
"license" : " MIT" ,
17
17
"object.values" : " ^1.1.0" ,
18
18
"react-cosmos-config" : " ^4.8.2" ,
19
19
"react-cosmos-loader" : " ^4.8.4" ,
20
- "react-cosmos-playground" : " ^4.8.4 " ,
20
+ "react-cosmos-playground" : " ^4.8.5 " ,
21
21
"react-cosmos-shared" : " ^4.8.2" ,
22
22
"react-cosmos-voyager" : " ^4.8.2" ,
23
23
"react-cosmos-voyager2" : " ^4.8.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-cosmos-playground" ,
3
- "version" : " 4.8.4 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Dev tool for creating reusable React components" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-playground" ,
6
6
"license" : " MIT" ,
23
23
"react-cosmos-state-proxy" : " ^4.8.2" ,
24
24
"react-cosmos-test" : " ^4.8.4" ,
25
25
"react-plugin" : " ^0.1.1" ,
26
- "react-querystring-router" : " ^4.8.2 " ,
26
+ "react-querystring-router" : " ^4.8.5 " ,
27
27
"socket.io-client" : " ^2.2.0" ,
28
28
"styled-components" : " ^4.1.3" ,
29
29
"whatwg-fetch" : " ^3.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-querystring-router" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.5 " ,
4
4
"description" : " Bare router for React components, using props as query string" ,
5
5
"repository" : " https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-querystring-router" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments