@financial-times/n-myft-ui 28.0.1 → 28.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,6 @@
|
|
10
10
|
"hasInstallScript": true,
|
11
11
|
"license": "ISC",
|
12
12
|
"dependencies": {
|
13
|
-
"@financial-times/o-topper": "^5.2.3",
|
14
13
|
"date-fns": "2.16.1",
|
15
14
|
"fetchres": "^1.7.2",
|
16
15
|
"form-serialize": "^0.7.2",
|
@@ -99,6 +98,7 @@
|
|
99
98
|
"@financial-times/o-overlay": "^4.0.0",
|
100
99
|
"@financial-times/o-spacing": "^3.0.0",
|
101
100
|
"@financial-times/o-tooltip": "^5.0.0",
|
101
|
+
"@financial-times/o-topper": "^5.2.3",
|
102
102
|
"n-ui-foundations": "^9.0.0"
|
103
103
|
}
|
104
104
|
},
|
@@ -3052,6 +3052,7 @@
|
|
3052
3052
|
"version": "5.2.3",
|
3053
3053
|
"resolved": "https://registry.npmjs.org/@financial-times/o-topper/-/o-topper-5.2.3.tgz",
|
3054
3054
|
"integrity": "sha512-4CoeEp5nG7ecmZuJMr7DlEs0w5mPS3jikHxOlVZqMP18qWlwXC6BgbPz1ZslxBt/+SnJmHlNN2VIQevPQLNtEQ==",
|
3055
|
+
"peer": true,
|
3055
3056
|
"engines": {
|
3056
3057
|
"npm": "^7 || ^8"
|
3057
3058
|
},
|
@@ -25579,6 +25580,7 @@
|
|
25579
25580
|
"version": "5.2.3",
|
25580
25581
|
"resolved": "https://registry.npmjs.org/@financial-times/o-topper/-/o-topper-5.2.3.tgz",
|
25581
25582
|
"integrity": "sha512-4CoeEp5nG7ecmZuJMr7DlEs0w5mPS3jikHxOlVZqMP18qWlwXC6BgbPz1ZslxBt/+SnJmHlNN2VIQevPQLNtEQ==",
|
25583
|
+
"peer": true,
|
25582
25584
|
"requires": {}
|
25583
25585
|
},
|
25584
25586
|
"@financial-times/o-typography": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "28.0.
|
3
|
+
"version": "28.0.2",
|
4
4
|
"description": "Client side component for interaction with myft",
|
5
5
|
"main": "server.js",
|
6
6
|
"scripts": {
|
@@ -94,10 +94,10 @@
|
|
94
94
|
"@financial-times/o-overlay": "^4.0.0",
|
95
95
|
"@financial-times/o-spacing": "^3.0.0",
|
96
96
|
"@financial-times/o-tooltip": "^5.0.0",
|
97
|
+
"@financial-times/o-topper": "^5.2.3",
|
97
98
|
"n-ui-foundations": "^9.0.0"
|
98
99
|
},
|
99
100
|
"dependencies": {
|
100
|
-
"@financial-times/o-topper": "^5.2.3",
|
101
101
|
"date-fns": "2.16.1",
|
102
102
|
"fetchres": "^1.7.2",
|
103
103
|
"form-serialize": "^0.7.2",
|