@financial-times/n-conversion-forms 37.2.2 → 37.2.3
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/.circleci/config.yml +1 -1
- package/.toolkitrc.yml +1 -1
- package/.toolkitstate/ci.json +2 -2
- package/package.json +17 -17
package/.circleci/config.yml
CHANGED
package/.toolkitrc.yml
CHANGED
package/.toolkitstate/ci.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "37.2.
|
|
3
|
+
"version": "37.2.3",
|
|
4
4
|
"description": "Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"homepage": "https://github.com/Financial-Times/n-conversion-forms#readme",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/runtime": "^7.23.9",
|
|
29
|
-
"@financial-times/n-pricing": "
|
|
29
|
+
"@financial-times/n-pricing": "8.0.0",
|
|
30
30
|
"classnames": "2.5.1",
|
|
31
31
|
"fetchres": "1.7.2",
|
|
32
32
|
"lodash.get": "4.4.2",
|
|
33
|
-
"n-common-static-data": "github:Financial-Times/n-common-static-data#
|
|
33
|
+
"n-common-static-data": "github:Financial-Times/n-common-static-data#v3.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/core": "^7.23.9",
|
|
37
37
|
"@babel/plugin-transform-runtime": "^7.23.9",
|
|
38
38
|
"@babel/preset-env": "^7.23.9",
|
|
39
39
|
"@babel/preset-react": "^7.23.3",
|
|
40
|
-
"@dotcom-tool-kit/babel": "3.1
|
|
41
|
-
"@dotcom-tool-kit/component": "4.1.
|
|
42
|
-
"@dotcom-tool-kit/eslint": "3.2.
|
|
43
|
-
"@dotcom-tool-kit/frontend-app": "3.2.
|
|
44
|
-
"@dotcom-tool-kit/jest": "3.4.
|
|
45
|
-
"@dotcom-tool-kit/lint-staged-npm": "3.2.
|
|
46
|
-
"@dotcom-tool-kit/logger": "3.4.
|
|
47
|
-
"@dotcom-tool-kit/prettier": "3.2.
|
|
40
|
+
"@dotcom-tool-kit/babel": "3.2.1",
|
|
41
|
+
"@dotcom-tool-kit/component": "4.1.5",
|
|
42
|
+
"@dotcom-tool-kit/eslint": "3.2.2",
|
|
43
|
+
"@dotcom-tool-kit/frontend-app": "3.2.6",
|
|
44
|
+
"@dotcom-tool-kit/jest": "3.4.1",
|
|
45
|
+
"@dotcom-tool-kit/lint-staged-npm": "3.2.1",
|
|
46
|
+
"@dotcom-tool-kit/logger": "3.4.1",
|
|
47
|
+
"@dotcom-tool-kit/prettier": "3.2.1",
|
|
48
48
|
"@financial-times/eslint-config-next": "7.1.0",
|
|
49
49
|
"@financial-times/jest-browser-resolver": "^1.0.2",
|
|
50
50
|
"@snyk/protect": "1.1278.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@storybook/react-webpack5": "^7.6.13",
|
|
55
55
|
"@sucrase/jest-plugin": "^3.0.0",
|
|
56
56
|
"check-engines": "^1.6.0",
|
|
57
|
-
"dotcom-tool-kit": "3.5.
|
|
57
|
+
"dotcom-tool-kit": "3.5.2",
|
|
58
58
|
"enzyme": "^3.11.0",
|
|
59
59
|
"enzyme-adapter-react-16": "^1.15.7",
|
|
60
60
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -81,8 +81,11 @@
|
|
|
81
81
|
"webpack-cli": "^5.1.4"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
|
-
"node": "18.x",
|
|
85
|
-
"npm": "
|
|
84
|
+
"node": "18.x || 20.x || 22.x",
|
|
85
|
+
"npm": "8.x || 9.x || 10.x"
|
|
86
|
+
},
|
|
87
|
+
"volta": {
|
|
88
|
+
"node": "22.7.0"
|
|
86
89
|
},
|
|
87
90
|
"lint-staged": {
|
|
88
91
|
"**/*.{js,jsx,json,scss}": "dotcom-tool-kit format:staged test:staged --"
|
|
@@ -109,8 +112,5 @@
|
|
|
109
112
|
"@financial-times/o-social-follow": "^1.0.0",
|
|
110
113
|
"@financial-times/o-stepped-progress": "^4.0.2",
|
|
111
114
|
"@financial-times/o-typography": "^7.3.1"
|
|
112
|
-
},
|
|
113
|
-
"volta": {
|
|
114
|
-
"node": "18.17.0"
|
|
115
115
|
}
|
|
116
116
|
}
|