Skip to content

Commit

Permalink
v0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed May 7, 2023
1 parent f96ce06 commit e254843
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 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.31.1",
"version": "0.31.2",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@storybook/testing-library": "^0.0.9",
"concurrently": "^7.6.0",
"deelay": "^2.0.0",
"loki": "^0.31.1",
"loki": "^0.31.2",
"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.31.1",
"version": "0.31.2",
"private": true,
"dependencies": {
"@loki/renderer-aws-lambda": "^0.31.1",
"@loki/renderer-aws-lambda": "^0.31.2",
"chrome-aws-lambda": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.31.1",
"version": "0.31.2",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/browser",
"version": "0.31.0",
"version": "0.31.2",
"description": "Loki browser integration",
"keywords": [
"loki"
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.31.0",
"version": "0.31.2",
"description": "Loki react integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.31.0"
"@loki/browser": "^0.31.2"
},
"peerDependencies": {
"@storybook/react": "^5 || ^6"
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.31.0",
"version": "0.31.2",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.31.0"
"@loki/browser": "^0.31.2"
},
"peerDependencies": {
"@storybook/vue": "^5 || ^6"
Expand Down
12 changes: 6 additions & 6 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.31.1",
"version": "0.31.2",
"description": "Visual Regression Testing for Storybook",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -44,12 +44,12 @@
"*.js"
],
"dependencies": {
"@loki/integration-react": "^0.31.0",
"@loki/integration-react": "^0.31.2",
"@loki/integration-react-native": "^0.31.0",
"@loki/integration-vue": "^0.31.0",
"@loki/runner": "^0.31.1",
"@loki/target-chrome-app": "^0.31.1",
"@loki/target-chrome-docker": "^0.31.1",
"@loki/integration-vue": "^0.31.2",
"@loki/runner": "^0.31.2",
"@loki/target-chrome-app": "^0.31.2",
"@loki/target-chrome-docker": "^0.31.2",
"@loki/target-native-android-emulator": "^0.31.0",
"@loki/target-native-ios-simulator": "^0.31.0"
},
Expand Down
4 changes: 2 additions & 2 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.31.1",
"version": "0.31.2",
"description": "Loki AWS Lambda Chrome renderer",
"keywords": [
"loki"
Expand All @@ -21,7 +21,7 @@
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.31.0",
"@loki/target-chrome-app": "^0.31.1",
"@loki/target-chrome-app": "^0.31.2",
"async": "^3.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/runner",
"version": "0.31.1",
"version": "0.31.2",
"description": "Loki test runner",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -30,9 +30,9 @@
"@loki/diff-graphics-magick": "^0.31.0",
"@loki/diff-looks-same": "^0.31.0",
"@loki/diff-pixelmatch": "^0.31.0",
"@loki/target-chrome-app": "^0.31.1",
"@loki/target-chrome-app": "^0.31.2",
"@loki/target-chrome-aws-lambda": "^0.31.0",
"@loki/target-chrome-docker": "^0.31.1",
"@loki/target-chrome-docker": "^0.31.2",
"@loki/target-native-android-emulator": "^0.31.0",
"@loki/target-native-ios-simulator": "^0.31.0",
"async": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 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.31.1",
"version": "0.31.2",
"description": "Loki Chrome app target",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/target-chrome-core": "^0.31.0",
"@loki/target-chrome-core": "^0.31.2",
"chrome-launcher": "^0.14.1",
"chrome-remote-interface": "^0.32.1",
"debug": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 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.31.0",
"version": "0.31.2",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.31.0",
"@loki/browser": "^0.31.2",
"@loki/core": "^0.31.0",
"@loki/integration-core": "^0.31.0",
"debug": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 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.31.1",
"version": "0.31.2",
"description": "Loki Chrome docker target",
"keywords": [
"loki"
Expand All @@ -21,7 +21,7 @@
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.31.0",
"@loki/target-chrome-core": "^0.31.0",
"@loki/target-chrome-core": "^0.31.2",
"chrome-remote-interface": "^0.32.1",
"debug": "^4.1.1",
"execa": "^5.0.0",
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.31.1",
"version": "0.31.2",
"private": true,
"scripts": {
"test": "bash ./test-cra-init.sh"
},
"devDependencies": {
"execa": "^5.0.0",
"loki": "^0.31.1"
"loki": "^0.31.2"
}
}

0 comments on commit e254843

Please sign in to comment.