@financial-times/n-myft-ui 30.2.3 → 30.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.circleci/config.yml +6 -6
- package/README.md +1 -1
- package/build-state/npm-shrinkwrap.json +407 -536
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "30.
|
3
|
+
"version": "30.3.0",
|
4
4
|
"description": "Client side component for interaction with myft",
|
5
5
|
"main": "server.js",
|
6
6
|
"scripts": {
|
@@ -20,12 +20,12 @@
|
|
20
20
|
},
|
21
21
|
"homepage": "https://github.com/Financial-Times/n-myft-ui#readme",
|
22
22
|
"devDependencies": {
|
23
|
-
"@financial-times/dotcom-build-base": "^
|
24
|
-
"@financial-times/dotcom-build-code-splitting": "^
|
25
|
-
"@financial-times/dotcom-build-js": "^
|
26
|
-
"@financial-times/dotcom-build-sass": "^
|
27
|
-
"@financial-times/dotcom-server-handlebars": "^
|
28
|
-
"@financial-times/n-express": "^
|
23
|
+
"@financial-times/dotcom-build-base": "^8.1.0",
|
24
|
+
"@financial-times/dotcom-build-code-splitting": "^8.1.0",
|
25
|
+
"@financial-times/dotcom-build-js": "^8.1.0",
|
26
|
+
"@financial-times/dotcom-build-sass": "^8.1.0",
|
27
|
+
"@financial-times/dotcom-server-handlebars": "^8.1.0",
|
28
|
+
"@financial-times/n-express": "^27.5.0",
|
29
29
|
"@financial-times/n-gage": "^8.3.2",
|
30
30
|
"ascii-table": "0.0.9",
|
31
31
|
"autoprefixer": "9.7.0",
|
@@ -114,8 +114,8 @@
|
|
114
114
|
"npm": "7.24.2"
|
115
115
|
},
|
116
116
|
"engines": {
|
117
|
-
"node": "
|
118
|
-
"npm": "7.x || 8.x"
|
117
|
+
"node": "16.x",
|
118
|
+
"npm": "7.x || 8.x || 9.x"
|
119
119
|
},
|
120
120
|
"x-dash": {
|
121
121
|
"engine": {
|