Skip to content

Commit

Permalink
v2.0.0-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Aug 29, 2017
1 parent b60ceda commit fbe9d35
Show file tree
Hide file tree
Showing 25 changed files with 62 additions and 62 deletions.
6 changes: 3 additions & 3 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"axios": "^0.16.2",
"react-cosmos-webpack": "^2.0.0-beta.23",
"react-cosmos-xhr-proxy": "^2.0.0-beta.23"
"react-cosmos-webpack": "^2.0.0-beta.24",
"react-cosmos-xhr-proxy": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of using Cosmos with Browserify",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/browserify",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"babelify": "^7.3.0",
"budo": "^9.2.1",
"prop-types": "^15.5.10",
"react-cosmos-component-playground": "^2.0.0-beta.23",
"react-cosmos-loader": "^2.0.0-beta.23",
"react-cosmos-component-playground": "^2.0.0-beta.24",
"react-cosmos-loader": "^2.0.0-beta.24",
"require-globify": "^1.4.1"
},
"xo": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of mocking component context",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/context",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"prop-types": "^15.5.10",
"react-cosmos-context-proxy": "^2.0.0-beta.23",
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-context-proxy": "^2.0.0-beta.24",
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/fetch/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-fetch-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of mocking the fetch API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/fetch",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-fetch-proxy": "^2.0.0-beta.23",
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-fetch-proxy": "^2.0.0-beta.24",
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/local-state/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-local-state-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of injecting and serializing component local state",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/local-state",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/normalize-props-proxy/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-normalize-props-proxy-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of using normalize-props-proxy",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/normalize-props-proxy",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-normalize-props-proxy": "^2.0.0-beta.23",
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-normalize-props-proxy": "^2.0.0-beta.24",
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/react-router/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-react-router-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of React Router proxy integration",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/react-router",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-router-proxy": "^2.0.0-beta.23",
"react-cosmos-webpack": "^2.0.0-beta.23",
"react-cosmos-router-proxy": "^2.0.0-beta.24",
"react-cosmos-webpack": "^2.0.0-beta.24",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/source-map/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-source-map-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of configuring source maps in the Cosmos build",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/source-map",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-commons-chunk/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-commons-chunk-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of webpack & CommonsChunkPlugin",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-commons-chunk",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"moment": "^2.18.1",
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-dll/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-dll-example",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Example of webpack & DllPlugin",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-dll",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"moment": "^2.18.1",
"react-cosmos-webpack": "^2.0.0-beta.23"
"react-cosmos-webpack": "^2.0.0-beta.24"
},
"xo": false,
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"npmClient": "yarn",
"packages": [
"examples/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cosmos-component-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-component-playground",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Dev tool for creating reusable React components",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-component-playground",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"lodash.reduce": "^4.6.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-cosmos-loader": "^2.0.0-beta.23",
"react-cosmos-state-proxy": "^2.0.0-beta.23",
"react-cosmos-loader": "^2.0.0-beta.24",
"react-cosmos-state-proxy": "^2.0.0-beta.24",
"react-dom": "^15.5.4",
"react-querystring-router": "^2.0.0-beta.23"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-config/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-config",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Reads user cosmos config and extends defaults",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-config",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
],
"main": "lib/index.js",
"dependencies": {
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-context-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Mock React component context via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-context-proxy",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"lodash.omit": "^4.5.0",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-fetch-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-fetch-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Mock fetch responses via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-fetch-proxy",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"fetch-mock": "^5.12.2",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-loader",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Loader for rendering React components in isolation",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-loader",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"lodash.merge": "^4.6.0",
"prop-types": "^15.5.10",
"react-cosmos-state-proxy": "^2.0.0-beta.23",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-state-proxy": "^2.0.0-beta.24",
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-normalize-props-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-normalize-props-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Proxy for backwards compatibility with old react-cosmos fixture format",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-normalize-props-proxy",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-redux-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-redux-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "A proxy to provide redux-related context to react-cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-redux-proxy",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"lodash.omit": "^4.5.0",
"prop-types": "^15.5.10",
"react-cosmos-utils": "^2.0.0-beta.23",
"react-cosmos-utils": "^2.0.0-beta.24",
"redux": "^3.7.2"
},
"xo": false
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-router-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-router-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Mock React Router context via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-router-proxy",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"prop-types": "^15.5.10",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"devDependencies": {
"react-router": "^4.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-state-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-state-proxy",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Mock React component state via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-state-proxy",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"lodash.isequal": "^4.4.0",
"lodash.omit": "^4.5.0",
"prop-types": "^15.5.10",
"react-cosmos-utils": "^2.0.0-beta.23"
"react-cosmos-utils": "^2.0.0-beta.24"
},
"xo": false
}
10 changes: 5 additions & 5 deletions packages/react-cosmos-telescope/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-telescope",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Uses Jest snapshots to test your code for changes",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-telescope",
"license": "MIT",
Expand All @@ -9,10 +9,10 @@
],
"main": "lib/index.js",
"dependencies": {
"react-cosmos-config": "^2.0.0-beta.23",
"react-cosmos-loader": "^2.0.0-beta.23",
"react-cosmos-state-proxy": "^2.0.0-beta.23",
"react-cosmos-voyager": "^2.0.0-beta.23",
"react-cosmos-config": "^2.0.0-beta.24",
"react-cosmos-loader": "^2.0.0-beta.24",
"react-cosmos-state-proxy": "^2.0.0-beta.24",
"react-cosmos-voyager": "^2.0.0-beta.24",
"react-test-renderer": "^15.4.2"
},
"xo": false
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-utils",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Libs shared between React Cosmos modules",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-utils",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-voyager/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-voyager",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "Explores your codebase to find component and fixture files",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-voyager",
"license": "MIT",
Expand Down

0 comments on commit fbe9d35

Please sign in to comment.