Skip to content

Commit

Permalink
v3.2.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Dec 12, 2017
1 parent 48eae08 commit c8b0ca3
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions examples/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"react-apollo": "^1.4.15",
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-apollo-proxy": "^3.1.1",
"react-cosmos-shared": "^3.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"axios": "^0.16.2",
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-xhr-proxy": "^3.1.1"
},
"xo": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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-loader": "^3.2.0-2",
"react-cosmos-playground": "^3.2.0-2",
"react-cosmos-loader": "^3.2.0-3",
"react-cosmos-playground": "^3.2.0-3",
"react-cosmos-shared": "^3.1.1",
"react-cosmos-voyager2": "^3.1.1",
"require-globify": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of mocking component context",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/context",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"prop-types": "^15.5.10",
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-context-proxy": "^3.1.1"
},
"xo": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/fetch/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-fetch-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of mocking the fetch API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/fetch",
"license": "MIT",
"scripts": {
"start": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-fetch-proxy": "^3.1.1"
},
"xo": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/local-state-old-fixtures/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-local-state-old-fixtures-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"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": "3.2.0-2",
"version": "3.2.0-3",
"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": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/localstorage/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-localstorage-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of mocking the localstorage API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/localstorage",
"license": "MIT",
"scripts": {
"start": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-localstorage-proxy": "^3.1.1"
},
"xo": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/mixed-paths/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-mixed-paths-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of combining relative and module component paths",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/mixed-paths",
"license": "MIT",
"scripts": {
"start": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/normalize-props-proxy/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-normalize-props-proxy-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-normalize-props-proxy": "^3.1.1"
},
"xo": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-react-router-example",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Example of React Router proxy integration",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/react-router",
"license": "MIT",
"scripts": {
"start": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2",
"react-cosmos": "^3.2.0-3",
"react-cosmos-router-proxy": "^3.1.1",
"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": "3.2.0-2",
"version": "3.2.0-3",
"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": "cosmos"
},
"dependencies": {
"react-cosmos": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"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": "3.2.0-2",
"version": "3.2.0-3",
"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": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"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": "3.2.0-2",
"version": "3.2.0-3",
"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": "^3.2.0-2"
"react-cosmos": "^3.2.0-3"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"version": "3.2.0-2",
"version": "3.2.0-3",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-loader",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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 @@ -14,7 +14,7 @@
"lodash.merge": "^4.6.0",
"prop-types": "^15.5.10",
"react-cosmos-shared": "^3.1.1",
"react-cosmos-state-proxy": "^3.2.0-2"
"react-cosmos-state-proxy": "^3.2.0-3"
},
"xo": false
}
8 changes: 4 additions & 4 deletions packages/react-cosmos-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-playground",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "Dev tool for creating reusable React components",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-playground",
"license": "MIT",
Expand All @@ -23,9 +23,9 @@
"lodash.sortby": "^4.7.0",
"prop-types": "^15.5.10",
"react-cosmos-fetch-proxy": "^3.1.1",
"react-cosmos-loader": "^3.2.0-2",
"react-cosmos-state-proxy": "^3.2.0-2",
"react-cosmos-test": "^3.2.0-2",
"react-cosmos-loader": "^3.2.0-3",
"react-cosmos-state-proxy": "^3.2.0-3",
"react-cosmos-test": "^3.2.0-3",
"react-querystring-router": "^3.1.1"
},
"xo": false
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-state-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-state-proxy",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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 Down
6 changes: 3 additions & 3 deletions packages/react-cosmos-telescope/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-telescope",
"version": "3.2.0-2",
"version": "3.2.0-3",
"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 @@ -10,9 +10,9 @@
"main": "lib/index.js",
"dependencies": {
"react-cosmos-config": "^3.1.1",
"react-cosmos-loader": "^3.2.0-2",
"react-cosmos-loader": "^3.2.0-3",
"react-cosmos-shared": "^3.1.1",
"react-cosmos-state-proxy": "^3.2.0-2",
"react-cosmos-state-proxy": "^3.2.0-3",
"react-cosmos-voyager2": "^3.1.1",
"react-test-renderer": "^16.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-test",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "APIs for testing Cosmos fixtures in headless environments",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-test",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
],
"dependencies": {
"react-cosmos-config": "^3.1.1",
"react-cosmos-loader": "^3.2.0-2",
"react-cosmos-loader": "^3.2.0-3",
"react-cosmos-shared": "^3.1.1",
"traverse": "^0.6.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cosmos/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos",
"version": "3.2.0-2",
"version": "3.2.0-3",
"description": "CLI for running React Cosmos inside webpack-powered apps",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"import-from": "^2.1.0",
"lodash.omit": "^4.5.0",
"react-cosmos-config": "^3.1.1",
"react-cosmos-loader": "^3.2.0-2",
"react-cosmos-playground": "^3.2.0-2",
"react-cosmos-loader": "^3.2.0-3",
"react-cosmos-playground": "^3.2.0-3",
"react-cosmos-shared": "^3.1.1",
"react-cosmos-voyager": "^3.1.1",
"react-cosmos-voyager2": "^3.1.1",
Expand Down

0 comments on commit c8b0ca3

Please sign in to comment.