Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jan 25, 2024
1 parent 8c9c861 commit 5f435d1
Show file tree
Hide file tree
Showing 27 changed files with 73 additions and 71 deletions.
8 changes: 4 additions & 4 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.33.1",
"version": "0.34.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -40,8 +40,8 @@
]
},
"devDependencies": {
"@loki/create-async-callback": "^0.33.0",
"@loki/is-loki-running": "^0.33.0",
"@loki/create-async-callback": "^0.34.0",
"@loki/is-loki-running": "^0.34.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^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.33.1",
"loki": "^0.34.0",
"webpack": "^5.70.0"
}
}
4 changes: 2 additions & 2 deletions examples/renderer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@loki/example-renderer-aws-lambda",
"version": "0.33.1",
"version": "0.34.0",
"private": true,
"dependencies": {
"@loki/renderer-aws-lambda": "^0.33.1",
"@loki/renderer-aws-lambda": "^0.34.0",
"@sparticuz/chromium": "118.0.0"
}
}
8 changes: 5 additions & 3 deletions examples/running-renderer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@loki/example-running-renderer-aws-lambda",
"version": "0.33.1",
"version": "0.34.0",
"private": true,
"scripts": {
"build": "sh build.sh",
"start": "docker run -d -p 8080:8080 -t example-renderer-aws-lambda:latest"
},
"workspaces": {
"nohoist": ["**"]
"nohoist": [
"**"
]
},
"dependencies": {
"@loki/renderer-aws-lambda": "0.33.1",
"@loki/renderer-aws-lambda": "^0.34.0",
"@sparticuz/chromium": "118.0.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.33.1",
"version": "0.34.0",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/browser",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki browser integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/integration-core": "^0.33.0"
"@loki/integration-core": "^0.34.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/core",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand Down
4 changes: 2 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.33.0",
"version": "0.34.0",
"description": "Loki async story management helper",
"keywords": [
"loki"
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@loki/integration-react-native": "^0.33.0"
"@loki/integration-react-native": "^0.34.0"
},
"types": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/diff-graphics-magick/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/diff-graphics-magick",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki graphics magick image differ",
"keywords": [
"loki"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-looks-same/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/diff-looks-same",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki looks-same image differ",
"keywords": [
"loki"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-pixelmatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/diff-pixelmatch",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki pixelmatch image differ",
"keywords": [
"loki"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-core",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki storybook integration core lib",
"keywords": [
"loki"
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-react-native",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki react-native integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/integration-core": "^0.33.0",
"@loki/integration-core": "^0.34.0",
"hoist-non-react-statics": "*"
},
"peerDependencies": {
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.33.0",
"version": "0.34.0",
"description": "Loki react integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.33.0"
"@loki/browser": "^0.34.0"
},
"peerDependencies": {
"@storybook/react": "^5 || ^6 || ^7"
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-vue",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.33.0"
"@loki/browser": "^0.34.0"
},
"peerDependencies": {
"@storybook/vue": "^5 || ^6"
Expand Down
2 changes: 1 addition & 1 deletion packages/is-loki-running/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/is-loki-running",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki test indicator",
"keywords": [
"loki"
Expand Down
18 changes: 9 additions & 9 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.33.1",
"version": "0.34.0",
"description": "Visual Regression Testing for Storybook",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -44,14 +44,14 @@
"*.js"
],
"dependencies": {
"@loki/integration-react": "^0.33.0",
"@loki/integration-react-native": "^0.33.0",
"@loki/integration-vue": "^0.33.0",
"@loki/runner": "^0.33.1",
"@loki/target-chrome-app": "^0.33.1",
"@loki/target-chrome-docker": "^0.33.1",
"@loki/target-native-android-emulator": "^0.33.0",
"@loki/target-native-ios-simulator": "^0.33.0"
"@loki/integration-react": "^0.34.0",
"@loki/integration-react-native": "^0.34.0",
"@loki/integration-vue": "^0.34.0",
"@loki/runner": "^0.34.0",
"@loki/target-chrome-app": "^0.34.0",
"@loki/target-chrome-docker": "^0.34.0",
"@loki/target-native-android-emulator": "^0.34.0",
"@loki/target-native-ios-simulator": "^0.34.0"
},
"peerDependencies": {
"@storybook/react": "^5 || ^6 || ^7"
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/renderer-aws-lambda",
"version": "0.33.1",
"version": "0.34.0",
"description": "Loki AWS Lambda Chrome renderer",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/target-chrome-app": "^0.33.1",
"@loki/core": "^0.34.0",
"@loki/target-chrome-app": "^0.34.0",
"async": "^3.2.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/runner",
"version": "0.33.1",
"version": "0.34.0",
"description": "Loki test runner",
"bin": {
"loki": "bin/loki"
Expand All @@ -26,15 +26,15 @@
"access": "public"
},
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/diff-graphics-magick": "^0.33.0",
"@loki/diff-looks-same": "^0.33.0",
"@loki/diff-pixelmatch": "^0.33.0",
"@loki/target-chrome-app": "^0.33.1",
"@loki/target-chrome-aws-lambda": "^0.33.0",
"@loki/target-chrome-docker": "^0.33.1",
"@loki/target-native-android-emulator": "^0.33.0",
"@loki/target-native-ios-simulator": "^0.33.0",
"@loki/core": "^0.34.0",
"@loki/diff-graphics-magick": "^0.34.0",
"@loki/diff-looks-same": "^0.34.0",
"@loki/diff-pixelmatch": "^0.34.0",
"@loki/target-chrome-app": "^0.34.0",
"@loki/target-chrome-aws-lambda": "^0.34.0",
"@loki/target-chrome-docker": "^0.34.0",
"@loki/target-native-android-emulator": "^0.34.0",
"@loki/target-native-ios-simulator": "^0.34.0",
"async": "^3.2.0",
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/target-chrome-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-app",
"version": "0.33.1",
"version": "0.34.0",
"description": "Loki Chrome app target",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/target-chrome-core": "^0.33.0",
"@loki/core": "^0.34.0",
"@loki/target-chrome-core": "^0.34.0",
"chrome-launcher": "0.15.2",
"chrome-remote-interface": "^0.32.1",
"debug": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/target-chrome-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-aws-lambda",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki Chrome AWS Lambda target",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/core": "^0.34.0",
"aws-sdk": "^2.840.0",
"debug": "^4.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/target-chrome-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-core",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand All @@ -20,9 +20,9 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.33.0",
"@loki/core": "^0.33.0",
"@loki/integration-core": "^0.33.0",
"@loki/browser": "^0.34.0",
"@loki/core": "^0.34.0",
"@loki/integration-core": "^0.34.0",
"debug": "^4.1.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/target-chrome-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-docker",
"version": "0.33.1",
"version": "0.34.0",
"description": "Loki Chrome docker target",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/target-chrome-core": "^0.33.0",
"@loki/core": "^0.34.0",
"@loki/target-chrome-core": "^0.34.0",
"chrome-remote-interface": "^0.32.1",
"debug": "^4.1.1",
"execa": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/target-native-android-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-native-android-emulator",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki Android simulator target",
"keywords": [
"loki"
Expand All @@ -21,8 +21,8 @@
"main": "src/index.js",
"dependencies": {
"@ferocia-oss/osnap": "^1.3.5",
"@loki/core": "^0.33.0",
"@loki/target-native-core": "^0.33.0",
"@loki/core": "^0.34.0",
"@loki/target-native-core": "^0.34.0",
"fs-extra": "^9.1.0",
"tempy": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/target-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-native-core",
"version": "0.33.0",
"version": "0.34.0",
"description": "Loki native target core lib",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.33.0",
"@loki/core": "^0.34.0",
"debug": "^4.1.1",
"ws": "^7.2.0"
},
Expand Down

0 comments on commit 5f435d1

Please sign in to comment.