@trustpayments/js-payments-card 2.2.90 → 2.2.100
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/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustpayments/js-payments-card",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.100",
|
|
4
4
|
"description": "TypeScript Payment Card",
|
|
5
5
|
"author": "Trust Payments <support@trustpayments.com>",
|
|
6
6
|
"homepage": "https://docs.trustpayments.com",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"@babel/core": "7.16.7",
|
|
64
64
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
65
65
|
"@babel/plugin-transform-classes": "7.16.7",
|
|
66
|
-
"@babel/plugin-transform-runtime": "7.16.
|
|
67
|
-
"@babel/plugin-transform-typescript": "7.16.
|
|
66
|
+
"@babel/plugin-transform-runtime": "7.16.8",
|
|
67
|
+
"@babel/plugin-transform-typescript": "7.16.8",
|
|
68
68
|
"@babel/polyfill": "7.12.1",
|
|
69
|
-
"@babel/preset-env": "7.16.
|
|
69
|
+
"@babel/preset-env": "7.16.8",
|
|
70
70
|
"@babel/preset-typescript": "7.16.7",
|
|
71
71
|
"@babel/runtime": "7.16.7",
|
|
72
72
|
"@types/jest": "27.4.0",
|
|
73
73
|
"@types/jest-each": "24.3.0",
|
|
74
74
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
75
|
-
"babel-jest": "27.4.
|
|
75
|
+
"babel-jest": "27.4.6",
|
|
76
76
|
"babel-loader": "8.2.3",
|
|
77
77
|
"clean-webpack-plugin": "4.0.0",
|
|
78
78
|
"copy-webpack-plugin": "9.1.0",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"html-webpack-plugin": "5.5.0",
|
|
93
93
|
"i18next-conv": "10.2.0",
|
|
94
94
|
"image-webpack-loader": "7.0.1",
|
|
95
|
-
"jest": "27.4.
|
|
96
|
-
"jest-each": "27.4.
|
|
95
|
+
"jest": "27.4.7",
|
|
96
|
+
"jest-each": "27.4.6",
|
|
97
97
|
"jest-fetch-mock": "3.0.3",
|
|
98
98
|
"lerna": "4.0.0",
|
|
99
99
|
"local-web-server": "5.1.1",
|
|
100
|
-
"mini-css-extract-plugin": "2.
|
|
100
|
+
"mini-css-extract-plugin": "2.3.0",
|
|
101
101
|
"minimist": "1.2.5",
|
|
102
102
|
"postcss-import": "14.0.2",
|
|
103
103
|
"postcss-loader": "6.2.1",
|
|
@@ -135,7 +135,8 @@
|
|
|
135
135
|
"trim-newlines": "4.0.2",
|
|
136
136
|
"nth-check": "2.0.1",
|
|
137
137
|
"semver-regex": "4.0.2",
|
|
138
|
-
"json-schema": "0.4.0"
|
|
138
|
+
"json-schema": "0.4.0",
|
|
139
|
+
"node-forge": "1.0.0"
|
|
139
140
|
},
|
|
140
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "f53b256e912a4df035b414c06b3d44001f70245e"
|
|
141
142
|
}
|