Skip to content

Commit

Permalink
Merge branch 'master' into bump-react-and-ink-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Oct 12, 2024
2 parents df41e76 + a5130d1 commit 315f252
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/example-react",
"version": "0.35.0",
"version": "0.35.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -40,7 +40,7 @@
]
},
"devDependencies": {
"@loki/create-async-callback": "^0.35.0",
"@loki/create-async-callback": "^0.35.1",
"@loki/is-loki-running": "^0.35.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
Expand All @@ -54,7 +54,7 @@
"@storybook/testing-library": "^0.0.9",
"concurrently": "^7.6.0",
"deelay": "^2.0.0",
"loki": "^0.35.0",
"loki": "^0.35.1",
"webpack": "^5.70.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.35.0",
"version": "0.35.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
5 changes: 3 additions & 2 deletions packages/create-async-callback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/create-async-callback",
"version": "0.35.0",
"version": "0.35.1",
"description": "Loki async story management helper",
"keywords": [
"loki"
Expand All @@ -16,7 +16,8 @@
},
"license": "MIT",
"files": [
"src"
"src",
"*.d.ts"
],
"main": "src/index.web.js",
"react-native": "src/index.native.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-react",
"version": "0.35.0",
"version": "0.35.1",
"description": "Loki react integration",
"keywords": [
"loki"
Expand All @@ -23,7 +23,7 @@
"@loki/browser": "^0.35.0"
},
"peerDependencies": {
"@storybook/react": "^5 || ^6 || ^7"
"@storybook/react": "^5 || ^6 || ^7 || ^8"
},
"peerDependenciesMeta": {
"@storybook/react": {
Expand Down
6 changes: 3 additions & 3 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.35.0",
"version": "0.35.1",
"description": "Visual Regression Testing for Storybook",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -44,7 +44,7 @@
"*.js"
],
"dependencies": {
"@loki/integration-react": "^0.35.0",
"@loki/integration-react": "^0.35.1",
"@loki/integration-react-native": "^0.35.0",
"@loki/integration-vue": "^0.35.0",
"@loki/runner": "^0.35.0",
Expand All @@ -54,7 +54,7 @@
"@loki/target-native-ios-simulator": "^0.35.0"
},
"peerDependencies": {
"@storybook/react": "^5 || ^6 || ^7"
"@storybook/react": "^5 || ^6 || ^7 || ^8"
},
"peerDependenciesMeta": {
"@storybook/react": {
Expand Down
4 changes: 2 additions & 2 deletions test/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@loki/test-cli",
"version": "0.35.0",
"version": "0.35.1",
"private": true,
"scripts": {
"test": "bash ./test-cra-init.sh"
},
"devDependencies": {
"execa": "^5.0.0",
"loki": "^0.35.0"
"loki": "^0.35.1"
}
}

0 comments on commit 315f252

Please sign in to comment.