@orchestrator-ui/jest-config 1.3.0 → 1.4.1

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/jest-config@1.3.0 build
2
+ > @orchestrator-ui/jest-config@1.4.1 build
3
3
  > tsup jest-base.config.js --format esm
4
4
 
5
5
  CLI Building entry: jest-base.config.js
6
- CLI tsup v8.0.2
6
+ CLI tsup v8.3.5
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/jest-base.config.mjs 854.00 B
10
- ESM ⚡️ Build success in 25ms
10
+ ESM ⚡️ Build success in 19ms
package/CHANGELOG.md CHANGED
@@ -1,67 +1,79 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3bfe651: Updates npm packages to latest versions
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 846a884: Updates npm dependency minor versions
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - 80f18ae: Fixes npm audit messages
19
+ - 80f18ae: Fixes npm audit messages
8
20
 
9
21
  ## 1.2.1
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - 09f3e09: Fixes markdown in README files
25
+ - 09f3e09: Fixes markdown in README files
14
26
 
15
27
  ## 1.2.0
16
28
 
17
29
  ### Minor Changes
18
30
 
19
- - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
31
+ - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
20
32
 
21
33
  ## 1.1.0
22
34
 
23
35
  ### Minor Changes
24
36
 
25
- - 00fe7c1: Adds jest-environment-jsdom package
37
+ - 00fe7c1: Adds jest-environment-jsdom package
26
38
 
27
39
  ## 1.0.0
28
40
 
29
41
  ### Major Changes
30
42
 
31
- - 507399b: R1 Release
43
+ - 507399b: R1 Release
32
44
 
33
45
  ## 0.2.0
34
46
 
35
47
  ### Minor Changes
36
48
 
37
- - c8c6e10: Update npm dependency versions
49
+ - c8c6e10: Update npm dependency versions
38
50
 
39
51
  ## 0.1.0
40
52
 
41
53
  ### Minor Changes
42
54
 
43
- - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
55
+ - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
44
56
 
45
57
  ## 0.0.4
46
58
 
47
59
  ### Patch Changes
48
60
 
49
- - 6597ac1: Test release after adding absolute imports (issue 414)
61
+ - 6597ac1: Test release after adding absolute imports (issue 414)
50
62
 
51
63
  ## 0.0.3
52
64
 
53
65
  ### Patch Changes
54
66
 
55
- - 6d680f6: Test release before adding absolute imports (issue 414)
67
+ - 6d680f6: Test release before adding absolute imports (issue 414)
56
68
 
57
69
  ## 0.0.2
58
70
 
59
71
  ### Patch Changes
60
72
 
61
- - c780503: Initial release
73
+ - c780503: Initial release
62
74
 
63
75
  ## 0.0.1
64
76
 
65
77
  ### Patch Changes
66
78
 
67
- - 0cef169: Splitted WFO in separate packages
79
+ - 0cef169: Splitted WFO in separate packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "main": "./dist/",
30
30
  "dependencies": {
31
- "@testing-library/jest-dom": "^6.1.5",
32
- "@testing-library/react": "^14.0.0",
31
+ "@testing-library/jest-dom": "^6.6.2",
32
+ "@testing-library/react": "^16.0.1",
33
33
  "@testing-library/user-event": "^14.5.2",
34
34
  "@types/jest": "^29.5.11",
35
35
  "babel-jest": "^29.7.0",