@applitools/eyes-storybook 3.31.2 → 3.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 3.31.4 - 2023/3/17
7
+
8
+ ### Features
9
+ ### Bug fixes
10
+ - Fixed slowness during ufg tests
11
+
12
+ ## 3.31.3 - 2023/3/14
13
+
14
+ ### Features
15
+ ### Bug fixes
16
+ - Update internal dependencies
17
+
6
18
  ## 3.31.2 - 2023/3/9
7
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.31.2",
3
+ "version": "3.31.4",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -65,7 +65,7 @@
65
65
  "postinstall": "node src/postinstall",
66
66
  "preversion": "bongo preversion --verifyPendingChanges",
67
67
  "version": "bongo version --withPendingChanges",
68
- "postversion": "bongo postversion --skip-release-notification"
68
+ "postversion": "bongo postversion"
69
69
  },
70
70
  "husky": {
71
71
  "hooks": {
@@ -73,15 +73,15 @@
73
73
  }
74
74
  },
75
75
  "dependencies": {
76
- "@applitools/core": "2.3.14",
77
- "@applitools/driver": "1.11.35",
76
+ "@applitools/core": "2.4.2",
77
+ "@applitools/driver": "1.11.37",
78
78
  "@applitools/functional-commons": "1.6.0",
79
- "@applitools/logger": "1.1.46",
79
+ "@applitools/logger": "1.1.48",
80
80
  "@applitools/monitoring-commons": "1.0.19",
81
- "@applitools/spec-driver-puppeteer": "1.1.47",
82
- "@applitools/test-server": "1.1.26",
83
- "@applitools/ufg-client": "1.2.1",
84
- "@applitools/utils": "1.3.30",
81
+ "@applitools/spec-driver-puppeteer": "1.1.49",
82
+ "@applitools/test-server": "1.1.28",
83
+ "@applitools/ufg-client": "1.2.3",
84
+ "@applitools/utils": "1.3.32",
85
85
  "boxen": "4.2.0",
86
86
  "chalk": "3.0.0",
87
87
  "detect-port": "1.3.0",
@@ -94,7 +94,7 @@
94
94
  "yargs": "15.4.1"
95
95
  },
96
96
  "devDependencies": {
97
- "@applitools/bongo": "^2.2.5",
97
+ "@applitools/bongo": "^3.0.1",
98
98
  "@applitools/sdk-shared": "0.9.15",
99
99
  "@applitools/snaptdout": "^1.0.1",
100
100
  "@storybook/addon-interactions": "^6.4.18",