Skip to content

Commit

Permalink
[skip ci] v6.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jul 1, 2023
1 parent e162ccb commit 4391966
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 48 deletions.
10 changes: 5 additions & 5 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-todo",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/todo",
"license": "MIT",
"type": "module",
Expand All @@ -15,10 +15,10 @@
"@vitejs/plugin-react": "^4.0.0",
"examples-shared": "6.0.0-beta.3",
"react": "^18.2.0",
"react-cosmos": "6.0.0-beta.4",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.4",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.4",
"react-cosmos-plugin-vite": "6.0.0-beta.4",
"react-cosmos": "6.0.0-beta.5",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.5",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.5",
"react-cosmos-plugin-vite": "6.0.0-beta.5",
"react-dom": "^18.2.0",
"vite": "^4.3.4"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-vite",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/vite",
"license": "MIT",
"type": "module",
Expand All @@ -16,10 +16,10 @@
"@vitejs/plugin-react": "^4.0.0",
"examples-shared": "6.0.0-beta.3",
"react": "^18.2.0",
"react-cosmos": "6.0.0-beta.4",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.4",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.4",
"react-cosmos-plugin-vite": "6.0.0-beta.4",
"react-cosmos": "6.0.0-beta.5",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.5",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.5",
"react-cosmos-plugin-vite": "6.0.0-beta.5",
"react-dom": "^18.2.0",
"vite": "^4.3.4"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-webpack",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/webpack",
"license": "MIT",
"type": "module",
Expand All @@ -19,10 +19,10 @@
"babel-loader": "^9.1.2",
"examples-shared": "6.0.0-beta.3",
"react": "^18.2.0",
"react-cosmos": "6.0.0-beta.4",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.4",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.4",
"react-cosmos-plugin-webpack": "6.0.0-beta.4",
"react-cosmos": "6.0.0-beta.5",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.5",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.5",
"react-cosmos-plugin-webpack": "6.0.0-beta.5",
"react-dom": "^18.2.0",
"webpack": "^5.82.0"
}
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": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-core",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos Core",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cosmos-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-dom",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos DOM",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-dom",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-renderer": "6.0.0-beta.4"
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-renderer": "6.0.0-beta.5"
}
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-native/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-native",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos Native",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-native",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-renderer": "6.0.0-beta.4"
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-renderer": "6.0.0-beta.5"
}
}
8 changes: 4 additions & 4 deletions packages/react-cosmos-next/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "react-cosmos-next",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "Next.js API for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-next",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-dom": "6.0.0-beta.4",
"react-cosmos-renderer": "6.0.0-beta.4",
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-dom": "6.0.0-beta.5",
"react-cosmos-renderer": "6.0.0-beta.5",
"react-is": "^18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-boolean-input/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-boolean-input",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos plugin for turning boolean control inputs into checkboxes",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-boolean-input",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.4",
"react-cosmos-ui": "6.0.0-beta.5",
"react-plugin": "^3.0.0-alpha.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-open-fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-open-fixture",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos plugin for opening fixture source files",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-open-fixture",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.4",
"react-cosmos-ui": "6.0.0-beta.5",
"react-plugin": "^3.0.0-alpha.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-plugin-vite",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "Vite plugin for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-vite",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"dependencies": {
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-dom": "6.0.0-beta.4"
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-dom": "6.0.0-beta.5"
},
"peerDependencies": {
"vite": "*"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-cosmos-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "react-cosmos-plugin-webpack",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "Webpack plugin for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-webpack",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-dom": "6.0.0-beta.4",
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-dom": "6.0.0-beta.5",
"react-error-overlay": "6.0.9",
"webpack-dev-middleware": "^6.1.0",
"webpack-hot-middleware": "^2.25.3"
},
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.4",
"react-cosmos-ui": "6.0.0-beta.5",
"react-plugin": "^3.0.0-alpha.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-renderer",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos Renderer",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-renderer",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-core": "6.0.0-beta.5",
"react-is": "^18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-ui",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "React Cosmos UI",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-ui",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "6.0.0-beta.4"
"react-cosmos-core": "6.0.0-beta.5"
},
"devDependencies": {
"fuzzaldrin-plus": "^0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "Sandbox for developing and testing UI components in isolation",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
"open": "^8.4.2",
"pem": "^1.14.7",
"pkg-up": "^4.0.0",
"react-cosmos-core": "6.0.0-beta.4",
"react-cosmos-renderer": "6.0.0-beta.4",
"react-cosmos-ui": "6.0.0-beta.4",
"react-cosmos-core": "6.0.0-beta.5",
"react-cosmos-renderer": "6.0.0-beta.5",
"react-cosmos-ui": "6.0.0-beta.5",
"ws": "^8.13.0",
"yargs": "^17.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/website",
"license": "MIT",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"isomorphic-fetch": "^3.0.0",
"react": "^18.2.0",
"react-cosmos": "6.0.0-beta.4",
"react-cosmos": "6.0.0-beta.5",
"react-dom": "^18.2.0"
}
}

0 comments on commit 4391966

Please sign in to comment.