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

Commit e65f927

Browse files
committed
v4.8.5
1 parent 162a59a commit e65f927

File tree

19 files changed

+36
-36
lines changed

19 files changed

+36
-36
lines changed

examples/apollo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-apollo-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of mocking the Apollo Client",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lodash": "^4.17.11",
2020
"react-apollo": "^2.2.4",
2121
"react-cosmos-apollo-proxy": "^4.8.2",
22-
"react-cosmos-classic": "^4.8.4",
22+
"react-cosmos-classic": "^4.8.5",
2323
"react-cosmos-shared": "^4.8.2"
2424
},
2525
"private": true

examples/axios/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-axios-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of mocking Axios (XMLHttpRequest)",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"axios": "^0.18.0",
12-
"react-cosmos-classic": "^4.8.4",
12+
"react-cosmos-classic": "^4.8.5",
1313
"react-cosmos-xhr-proxy": "^4.8.2"
1414
},
1515
"private": true

examples/browserify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-browserify-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of using Cosmos with Browserify",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"budo": "^9.2.1",
1313
"prop-types": "^15.6.2",
1414
"react-cosmos-loader": "^4.8.4",
15-
"react-cosmos-playground": "^4.8.4",
15+
"react-cosmos-playground": "^4.8.5",
1616
"react-cosmos-shared": "^4.8.2",
1717
"react-cosmos-voyager2": "^4.8.2",
1818
"require-globify": "^1.4.1"

examples/context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-context-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of mocking component context",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"prop-types": "^15.6.2",
12-
"react-cosmos-classic": "^4.8.4",
12+
"react-cosmos-classic": "^4.8.5",
1313
"react-cosmos-context-proxy": "^4.8.2"
1414
},
1515
"private": true

examples/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-fetch-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of mocking the fetch API",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4",
11+
"react-cosmos-classic": "^4.8.5",
1212
"react-cosmos-fetch-proxy": "^4.8.2"
1313
},
1414
"private": true
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-local-state-old-fixtures-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of injecting and serializing component local state",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4"
11+
"react-cosmos-classic": "^4.8.5"
1212
},
1313
"private": true
1414
}

examples/local-state/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-local-state-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of injecting and serializing component local state",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"async-until": "^1.2.2",
13-
"react-cosmos-classic": "^4.8.4",
13+
"react-cosmos-classic": "^4.8.5",
1414
"react-cosmos-test": "^4.8.4"
1515
},
1616
"private": true

examples/localstorage/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-localstorage-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of mocking the localstorage API",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4",
11+
"react-cosmos-classic": "^4.8.5",
1212
"react-cosmos-localstorage-proxy": "^4.8.2"
1313
},
1414
"private": true

examples/mixed-paths/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-mixed-paths-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of combining relative and module component paths",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4"
11+
"react-cosmos-classic": "^4.8.5"
1212
},
1313
"private": true
1414
}

examples/normalize-props-proxy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-normalize-props-proxy-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of using normalize-props-proxy",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4",
11+
"react-cosmos-classic": "^4.8.5",
1212
"react-cosmos-normalize-props-proxy": "^4.8.2"
1313
},
1414
"private": true

examples/react-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-react-router-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of React Router proxy integration",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4",
11+
"react-cosmos-classic": "^4.8.5",
1212
"react-cosmos-router-proxy": "^4.8.2",
1313
"react-router": "^4.3.1",
1414
"react-router-dom": "^4.3.1"

examples/redux/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-redux-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of redux components",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4",
11+
"react-cosmos-classic": "^4.8.5",
1212
"react-redux": "^5.1.1",
1313
"redux": "^4.0.1",
1414
"redux-devtools-extension": "^2.13.7",

examples/source-map/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-source-map-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of configuring source maps in the Cosmos build",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos-classic"
99
},
1010
"dependencies": {
11-
"react-cosmos-classic": "^4.8.4"
11+
"react-cosmos-classic": "^4.8.5"
1212
},
1313
"private": true
1414
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-webpack-commons-chunk-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of webpack & optimization.splitChunks",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"moment": "^2.24.0",
12-
"react-cosmos-classic": "^4.8.4"
12+
"react-cosmos-classic": "^4.8.5"
1313
},
1414
"private": true
1515
}

examples/webpack-dll/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-webpack-dll-example",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Example of webpack & DllPlugin",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"moment": "^2.24.0",
13-
"react-cosmos-classic": "^4.8.4"
13+
"react-cosmos-classic": "^4.8.5"
1414
},
1515
"devDependencies": {
1616
"add-asset-html-webpack-plugin": "^3.1.3"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.8.4",
2+
"version": "4.8.5",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/react-cosmos-classic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-classic",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "CLI for running React Cosmos inside webpack-powered apps",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-classic",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"object.values": "^1.1.0",
1818
"react-cosmos-config": "^4.8.2",
1919
"react-cosmos-loader": "^4.8.4",
20-
"react-cosmos-playground": "^4.8.4",
20+
"react-cosmos-playground": "^4.8.5",
2121
"react-cosmos-shared": "^4.8.2",
2222
"react-cosmos-voyager": "^4.8.2",
2323
"react-cosmos-voyager2": "^4.8.2",

packages/react-cosmos-playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-playground",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
44
"description": "Dev tool for creating reusable React components",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-playground",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"react-cosmos-state-proxy": "^4.8.2",
2424
"react-cosmos-test": "^4.8.4",
2525
"react-plugin": "^0.1.1",
26-
"react-querystring-router": "^4.8.2",
26+
"react-querystring-router": "^4.8.5",
2727
"socket.io-client": "^2.2.0",
2828
"styled-components": "^4.1.3",
2929
"whatwg-fetch": "^3.0.0"

packages/react-querystring-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-querystring-router",
3-
"version": "4.8.2",
3+
"version": "4.8.5",
44
"description": "Bare router for React components, using props as query string",
55
"repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-querystring-router",
66
"license": "MIT",

0 commit comments

Comments
 (0)