Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
v4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jan 3, 2020
1 parent 162a59a commit e65f927
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lodash": "^4.17.11",
"react-apollo": "^2.2.4",
"react-cosmos-apollo-proxy": "^4.8.2",
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-shared": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"axios": "^0.18.0",
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-xhr-proxy": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of using Cosmos with Browserify",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"budo": "^9.2.1",
"prop-types": "^15.6.2",
"react-cosmos-loader": "^4.8.4",
"react-cosmos-playground": "^4.8.4",
"react-cosmos-playground": "^4.8.5",
"react-cosmos-shared": "^4.8.2",
"react-cosmos-voyager2": "^4.8.2",
"require-globify": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of mocking component context",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"prop-types": "^15.6.2",
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-context-proxy": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-fetch-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of mocking the fetch API",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-fetch-proxy": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/local-state-old-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-local-state-old-fixtures-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of injecting and serializing component local state",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4"
"react-cosmos-classic": "^4.8.5"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/local-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-local-state-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of injecting and serializing component local state",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"async-until": "^1.2.2",
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-test": "^4.8.4"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-localstorage-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of mocking the localstorage API",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-localstorage-proxy": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/mixed-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-mixed-paths-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of combining relative and module component paths",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4"
"react-cosmos-classic": "^4.8.5"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/normalize-props-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-normalize-props-proxy-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of using normalize-props-proxy",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-normalize-props-proxy": "^4.8.2"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-react-router-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of React Router proxy integration",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-cosmos-router-proxy": "^4.8.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-redux-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of redux components",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4",
"react-cosmos-classic": "^4.8.5",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/source-map/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-source-map-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of configuring source maps in the Cosmos build",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
"scripts": {
"start": "cosmos-classic"
},
"dependencies": {
"react-cosmos-classic": "^4.8.4"
"react-cosmos-classic": "^4.8.5"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/webpack-commons-chunk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-commons-chunk-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of webpack & optimization.splitChunks",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"moment": "^2.24.0",
"react-cosmos-classic": "^4.8.4"
"react-cosmos-classic": "^4.8.5"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/webpack-dll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-dll-example",
"version": "4.8.4",
"version": "4.8.5",
"description": "Example of webpack & DllPlugin",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"moment": "^2.24.0",
"react-cosmos-classic": "^4.8.4"
"react-cosmos-classic": "^4.8.5"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^3.1.3"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.8.4",
"version": "4.8.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-classic",
"version": "4.8.4",
"version": "4.8.5",
"description": "CLI for running React Cosmos inside webpack-powered apps",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-classic",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"object.values": "^1.1.0",
"react-cosmos-config": "^4.8.2",
"react-cosmos-loader": "^4.8.4",
"react-cosmos-playground": "^4.8.4",
"react-cosmos-playground": "^4.8.5",
"react-cosmos-shared": "^4.8.2",
"react-cosmos-voyager": "^4.8.2",
"react-cosmos-voyager2": "^4.8.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-playground",
"version": "4.8.4",
"version": "4.8.5",
"description": "Dev tool for creating reusable React components",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-playground",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"react-cosmos-state-proxy": "^4.8.2",
"react-cosmos-test": "^4.8.4",
"react-plugin": "^0.1.1",
"react-querystring-router": "^4.8.2",
"react-querystring-router": "^4.8.5",
"socket.io-client": "^2.2.0",
"styled-components": "^4.1.3",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-querystring-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-querystring-router",
"version": "4.8.2",
"version": "4.8.5",
"description": "Bare router for React components, using props as query string",
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-querystring-router",
"license": "MIT",
Expand Down

0 comments on commit e65f927

Please sign in to comment.