Skip to content

Commit

Permalink
v4.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Apr 7, 2018
1 parent b95dab3 commit 96df227
Show file tree
Hide file tree
Showing 37 changed files with 101 additions and 100 deletions.
8 changes: 4 additions & 4 deletions examples/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo",
"license": "MIT",
Expand All @@ -18,9 +18,9 @@
"graphql-tools": "^2.23.0",
"lodash": "^4.17.5",
"react-apollo": "^2.0.4",
"react-cosmos": "^4.0.0-beta.5",
"react-cosmos-apollo-proxy": "^4.0.0-beta.5",
"react-cosmos-shared": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-apollo-proxy": "^4.0.0-beta.8",
"react-cosmos-shared": "^4.0.0-beta.8"
},
"xo": false,
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-xhr-proxy": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-xhr-proxy": "^4.0.0-beta.8"
},
"xo": false,
"private": true
Expand Down
10 changes: 5 additions & 5 deletions examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Example of using Cosmos with Browserify",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/browserify",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"babelify": "^7.3.0",
"budo": "^9.2.1",
"prop-types": "^15.5.10",
"react-cosmos-loader": "^4.0.0-beta.5",
"react-cosmos-playground": "^4.0.0-beta.5",
"react-cosmos-shared": "^4.0.0-beta.5",
"react-cosmos-voyager2": "^4.0.0-beta.5",
"react-cosmos-loader": "^4.0.0-beta.8",
"react-cosmos-playground": "^4.0.0-beta.8",
"react-cosmos-shared": "^4.0.0-beta.8",
"react-cosmos-voyager2": "^4.0.0-beta.8",
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-context-proxy": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-context-proxy": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-fetch-proxy": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-fetch-proxy": "^4.0.0-beta.8"
},
"xo": false,
"private": true
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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/local-state/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-local-state-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Example of injecting and serializing component local state",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/local-state",
"license": "MIT",
Expand All @@ -9,12 +9,12 @@
"test": "node ../../node_modules/jest-cli/bin/jest.js --watch --config ../../jest.config.json"
},
"dependencies": {
"react-cosmos": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"xo": false,
"private": true,
"devDependencies": {
"async-until": "^1.0.0",
"react-cosmos-test": "^4.0.0-beta.5"
"react-cosmos-test": "^4.0.0-beta.8"
}
}
6 changes: 3 additions & 3 deletions examples/localstorage/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-localstorage-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-localstorage-proxy": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-localstorage-proxy": "^4.0.0-beta.8"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/mixed-paths/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-mixed-paths-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-normalize-props-proxy": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-normalize-props-proxy": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5",
"react-cosmos-router-proxy": "^4.0.0-beta.5",
"react-cosmos": "^4.0.0-beta.8",
"react-cosmos-router-proxy": "^4.0.0-beta.8",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/redux/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-redux-example",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Example of redux components",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/redux",
"license": "MIT",
"scripts": {
"start": "cosmos"
},
"dependencies": {
"react-cosmos": "^4.0.0-beta.5",
"react-cosmos": "^4.0.0-beta.8",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Example of webpack & optimization.splitChunks",
"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": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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": "^4.0.0-beta.5"
"react-cosmos": "^4.0.0-beta.8"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.3"
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
@@ -1,11 +1,13 @@
{
"lerna": "2.9.1",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {
"ignore": ["README.md"]
"ignore": [
"README.md"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-apollo-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-proxy",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Mock Apollo Client requests via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-apollo-proxy",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"apollo-link-http": "^1.3.3",
"graphql": "^0.13.1",
"react-apollo": "^2.0.4",
"react-cosmos-shared": "^4.0.0-beta.5"
"react-cosmos-shared": "^4.0.0-beta.8"
},
"xo": false,
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-config/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-config",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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 @@ -10,7 +10,7 @@
],
"main": "index.js",
"dependencies": {
"react-cosmos-shared": "^4.0.0-beta.5",
"react-cosmos-shared": "^4.0.0-beta.8",
"yargs": "^11.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-context-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-proxy",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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 @@ -11,7 +11,7 @@
"main": "index.js",
"dependencies": {
"lodash.omit": "^4.5.0",
"react-cosmos-shared": "^4.0.0-beta.5"
"react-cosmos-shared": "^4.0.0-beta.8"
},
"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": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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 @@ -11,7 +11,7 @@
"main": "index.js",
"dependencies": {
"fetch-mock": "^5.12.2",
"react-cosmos-shared": "^4.0.0-beta.5"
"react-cosmos-shared": "^4.0.0-beta.8"
},
"xo": false
}
3 changes: 1 addition & 2 deletions packages/react-cosmos-flow/package.json
@@ -1,9 +1,8 @@
{
"name": "react-cosmos-flow",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"description": "Flow types and utilities",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-flow",
"license": "MIT",
"dependencies": {},
"xo": false
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-loader",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.8",
"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,8 +14,8 @@
"deep-equal": "^1.0.1",
"lodash.merge": "^4.6.0",
"prop-types": "^15.5.10",
"react-cosmos-shared": "^4.0.0-beta.5",
"react-cosmos-state-proxy": "^4.0.0-beta.5"
"react-cosmos-shared": "^4.0.0-beta.8",
"react-cosmos-state-proxy": "^4.0.0-beta.8"
},
"xo": false
}

0 comments on commit 96df227

Please sign in to comment.