@newskit-render/checkout 3.7.13 → 3.8.0-alpha.0
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.
- package/dist/cjs/helpers/setupTests.d.ts +1 -1
- package/dist/cjs/helpers/setupTests.js +1 -1
- package/dist/cjs/helpers/setupTests.js.map +1 -1
- package/dist/esm/helpers/setupTests.d.ts +1 -1
- package/dist/esm/helpers/setupTests.js +1 -1
- package/dist/esm/helpers/setupTests.js.map +1 -1
- package/package.json +10 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@testing-library/jest-dom
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupTests.js","sourceRoot":"","sources":["../../../src/helpers/setupTests.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"setupTests.js","sourceRoot":"","sources":["../../../src/helpers/setupTests.ts"],"names":[],"mappings":";;AAAA,qCAAkC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@testing-library/jest-dom
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@testing-library/jest-dom
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
2
2
|
//# sourceMappingURL=setupTests.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupTests.js","sourceRoot":"","sources":["../../../src/helpers/setupTests.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"setupTests.js","sourceRoot":"","sources":["../../../src/helpers/setupTests.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/checkout",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0-alpha.0",
|
|
4
4
|
"description": "Newskit Render - Checkout package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -33,17 +33,18 @@
|
|
|
33
33
|
"@emotion/react": "11.9.3",
|
|
34
34
|
"@emotion/styled": "11.9.3",
|
|
35
35
|
"@hookform/resolvers": "2.9.10",
|
|
36
|
-
"@newskit-render/shared-components": "^4.
|
|
37
|
-
"@newskit-render/standalone-components": "^3.
|
|
36
|
+
"@newskit-render/shared-components": "^4.8.0-alpha.0",
|
|
37
|
+
"@newskit-render/standalone-components": "^3.18.0-alpha.0",
|
|
38
38
|
"newskit": "7.6.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/polyfill": "7.12.1",
|
|
42
42
|
"@babel/register": "7.18.9",
|
|
43
43
|
"@emotion/jest": "11.10.5",
|
|
44
|
-
"@testing-library/jest-dom": "
|
|
45
|
-
"@testing-library/react": "
|
|
46
|
-
"@
|
|
44
|
+
"@testing-library/jest-dom": "6.1.3",
|
|
45
|
+
"@testing-library/react": "14.0.0",
|
|
46
|
+
"@testing-library/user-event": "14.4.3",
|
|
47
|
+
"@types/jest": "29.5.5",
|
|
47
48
|
"@types/lodash.merge": "^4.6.7",
|
|
48
49
|
"@types/react": "18.0.26",
|
|
49
50
|
"@types/react-dom": "18.0.10",
|
|
@@ -53,7 +54,8 @@
|
|
|
53
54
|
"eslint-config-prettier": "8.6.0",
|
|
54
55
|
"eslint-plugin-prettier": "4.2.1",
|
|
55
56
|
"eslint-plugin-react": "7.31.11",
|
|
56
|
-
"jest": "
|
|
57
|
+
"jest": "29.7.0",
|
|
58
|
+
"jest-environment-jsdom": "29.7.0",
|
|
57
59
|
"jest-junit": "15.0.0",
|
|
58
60
|
"jest-watch-typeahead": "2.2.1",
|
|
59
61
|
"lint-staged": "13.1.0",
|
|
@@ -61,7 +63,7 @@
|
|
|
61
63
|
"prettier": "2.8.1",
|
|
62
64
|
"react": "18.2.0",
|
|
63
65
|
"react-dom": "18.2.0",
|
|
64
|
-
"ts-jest": "
|
|
66
|
+
"ts-jest": "29.1.1",
|
|
65
67
|
"typescript": "4.9.4"
|
|
66
68
|
},
|
|
67
69
|
"peerDependencies": {
|