@trustpayments/js-payments-card 2.2.954 → 2.2.956
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 +4 -4
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.956",
|
|
4
4
|
"description": "TypeScript Payment Card",
|
|
5
5
|
"author": "Trust Payments <support@trustpayments.com>",
|
|
6
6
|
"homepage": "https://docs.trustpayments.com",
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"jest-environment-jsdom": "29.7.0",
|
|
98
98
|
"jest-fetch-mock": "3.0.3",
|
|
99
99
|
"mini-css-extract-plugin": "2.9.4",
|
|
100
|
-
"prettier": "3.7.
|
|
100
|
+
"prettier": "3.7.4",
|
|
101
101
|
"sass": "1.94.2",
|
|
102
102
|
"sass-loader": "16.0.6",
|
|
103
103
|
"source-map-loader": "5.0.0",
|
|
104
104
|
"style-loader": "4.0.0",
|
|
105
105
|
"stylelint": "^16.26.1",
|
|
106
|
-
"stylelint-scss": "6.
|
|
106
|
+
"stylelint-scss": "6.13.0",
|
|
107
107
|
"stylelint-webpack-plugin": "5.0.1",
|
|
108
108
|
"ts-jest": "^29.4.6",
|
|
109
109
|
"ts-loader": "9.5.4",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"promise-polyfill": "8.3.0",
|
|
125
125
|
"terser-webpack-plugin": "^5.3.14"
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "6f8e7b7a320a19ad3c8dc685980afd52b5a8ed8c"
|
|
128
128
|
}
|