@financial-times/n-myft-ui 24.0.0 → 24.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "24.0.0",
3
+ "version": "24.0.1",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {
@@ -26,10 +26,9 @@
26
26
  "@financial-times/dotcom-page-kit-cli": "0.4.1",
27
27
  "@financial-times/dotcom-server-handlebars": "^3.0.0",
28
28
  "@financial-times/dotcom-server-react-jsx": "^2.6.2",
29
- "@financial-times/n-gage": "^8.3.0",
29
+ "@financial-times/n-express": "^22.4.1",
30
+ "@financial-times/n-gage": "^8.3.2",
30
31
  "@financial-times/n-heroku-tools": "8.3.1",
31
- "@financial-times/n-internal-tool": "2.3.4",
32
- "@financial-times/x-handlebars": "1.0.0-beta.21",
33
32
  "@sucrase/jest-plugin": "^2.2.0",
34
33
  "@testing-library/jest-dom": "^5.16.1",
35
34
  "@testing-library/react": "^12.1.2",
@@ -108,5 +107,6 @@
108
107
  "pre-commit": "node_modules/.bin/secret-squirrel",
109
108
  "pre-push": "make verify -j3"
110
109
  }
111
- }
110
+ },
111
+ "dependencies": {}
112
112
  }
@@ -1,6 +0,0 @@
1
- {
2
- "conceptId": "00000000-0000-0000-0000-000000000044",
3
- "name": "Keith inc.",
4
- "directType": "http://www.ft.com/ontology/company/PublicCompany",
5
- "followPlusDigestEmail": true
6
- }
@@ -1,12 +0,0 @@
1
- <div class="o-grid-container o-grid-container--snappy">
2
- <h1>{{title}}</h1>
3
- <div class="o-grid-row">
4
- <div data-o-grid-colspan="12">
5
- <h2>Follow button</h2>
6
-
7
- {{#followButton}}
8
- {{{renderReactComponent localPath="components/follow-button/follow-button" flags=@root.flags}}}
9
- {{/followButton}}
10
- </div>
11
- </div>
12
- </div>