@financial-times/n-myft-ui 24.0.1 → 24.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "commit": "commit-wizard",
9
- "prepare": "npx snyk protect || npx snyk protect -d || true"
9
+ "prepare": "npx snyk protect || npx snyk protect -d || true",
10
+ "preinstall": "npm_config_yes=true npx check-engine"
10
11
  },
11
12
  "repository": {
12
13
  "type": "git",
@@ -28,7 +29,6 @@
28
29
  "@financial-times/dotcom-server-react-jsx": "^2.6.2",
29
30
  "@financial-times/n-express": "^22.4.1",
30
31
  "@financial-times/n-gage": "^8.3.2",
31
- "@financial-times/n-heroku-tools": "8.3.1",
32
32
  "@sucrase/jest-plugin": "^2.2.0",
33
33
  "@testing-library/jest-dom": "^5.16.1",
34
34
  "@testing-library/react": "^12.1.2",
@@ -51,6 +51,7 @@
51
51
  "brotli": "^1.3.1",
52
52
  "chai": "4.2.0",
53
53
  "chalk": "2.4.2",
54
+ "check-engine": "^1.10.1",
54
55
  "css-loader": "^0.23.1",
55
56
  "denodeify": "^1.2.1",
56
57
  "eslint": "6.5.1",
@@ -82,20 +83,27 @@
82
83
  "mocha": "6.2.2",
83
84
  "mockery": "2.1.0",
84
85
  "node-fetch": "2.6.0",
85
- "node-sass": "4.13.0",
86
+ "node-sass": "^4.14.1",
86
87
  "nodemon": "^1.9.2",
87
88
  "npm-prepublish": "^1.2.1",
88
89
  "pa11y-ci": "^2.1.1",
89
90
  "postcss-loader": "^0.9.1",
90
91
  "react": "^17.0.2",
91
92
  "regenerator-runtime": "^0.13.3",
92
- "sass-loader": "^3.2.0",
93
93
  "semver": "6.3.0",
94
94
  "sinon": "^7.1.0",
95
95
  "sinon-chai": "^3.2.0",
96
96
  "snyk": "^1.216.5",
97
97
  "sucrase": "^3.10.1"
98
98
  },
99
+ "volta": {
100
+ "node": "12.22.5",
101
+ "npm": "7.20.2"
102
+ },
103
+ "engines": {
104
+ "node": "12.x",
105
+ "npm": "7.x || 8.x"
106
+ },
99
107
  "x-dash": {
100
108
  "engine": {
101
109
  "server": "hyperons"
@@ -107,6 +115,5 @@
107
115
  "pre-commit": "node_modules/.bin/secret-squirrel",
108
116
  "pre-push": "make verify -j3"
109
117
  }
110
- },
111
- "dependencies": {}
118
+ }
112
119
  }