@financial-times/n-conversion-forms 30.0.0 → 30.0.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.
@@ -10,7 +10,7 @@
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.11.2",
13
- "@financial-times/n-pricing": "5.6.1",
13
+ "@financial-times/n-pricing": "6.0.0",
14
14
  "classnames": "2.3.2",
15
15
  "fetchres": "1.7.2",
16
16
  "lodash.get": "4.4.2",
@@ -2800,17 +2800,16 @@
2800
2800
  }
2801
2801
  },
2802
2802
  "node_modules/@financial-times/n-pricing": {
2803
- "version": "5.6.1",
2804
- "resolved": "https://registry.npmjs.org/@financial-times/n-pricing/-/n-pricing-5.6.1.tgz",
2805
- "integrity": "sha512-ShEu3ipmv0E2Pq+wFCKQ8yq+vfaqR0Si/K8X4vkEzuXL9bqYoMms0ToEdMndFB3FYI7CTPwCiV0LMjBmYn29Pw==",
2806
- "hasInstallScript": true,
2803
+ "version": "6.0.0",
2804
+ "resolved": "https://registry.npmjs.org/@financial-times/n-pricing/-/n-pricing-6.0.0.tgz",
2805
+ "integrity": "sha512-ZaLhpfOc/LePEPAKpOURUQqCHhDx6LyFb3M1xWI4ondeiaFNlaXUPGnCgbmA6FtTOHCvfnYRy08dnIR8uLDGIQ==",
2807
2806
  "dependencies": {
2808
2807
  "accounting": "^0.4.1",
2809
2808
  "big.js": "^6.0.0"
2810
2809
  },
2811
2810
  "engines": {
2812
- "node": "12.x || 16.x",
2813
- "npm": "7.x || 8.x"
2811
+ "node": "16.x || 18.x",
2812
+ "npm": "7.x || 8.x || 9.x"
2814
2813
  }
2815
2814
  },
2816
2815
  "node_modules/@financial-times/o-brand": {
@@ -35190,9 +35189,9 @@
35190
35189
  }
35191
35190
  },
35192
35191
  "@financial-times/n-pricing": {
35193
- "version": "5.6.1",
35194
- "resolved": "https://registry.npmjs.org/@financial-times/n-pricing/-/n-pricing-5.6.1.tgz",
35195
- "integrity": "sha512-ShEu3ipmv0E2Pq+wFCKQ8yq+vfaqR0Si/K8X4vkEzuXL9bqYoMms0ToEdMndFB3FYI7CTPwCiV0LMjBmYn29Pw==",
35192
+ "version": "6.0.0",
35193
+ "resolved": "https://registry.npmjs.org/@financial-times/n-pricing/-/n-pricing-6.0.0.tgz",
35194
+ "integrity": "sha512-ZaLhpfOc/LePEPAKpOURUQqCHhDx6LyFb3M1xWI4ondeiaFNlaXUPGnCgbmA6FtTOHCvfnYRy08dnIR8uLDGIQ==",
35196
35195
  "requires": {
35197
35196
  "accounting": "^0.4.1",
35198
35197
  "big.js": "^6.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "30.0.0",
3
+ "version": "30.0.1",
4
4
  "description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "homepage": "https://github.com/Financial-Times/n-conversion-forms#readme",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.11.2",
28
- "@financial-times/n-pricing": "5.6.1",
28
+ "@financial-times/n-pricing": "6.0.0",
29
29
  "classnames": "2.3.2",
30
30
  "fetchres": "1.7.2",
31
31
  "lodash.get": "4.4.2",