@zohodesk/react-cli 1.1.16 → 1.1.18

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -12,7 +12,8 @@
12
12
  "prepublishOnly": "npm prune --production",
13
13
  "lint": "eslint src ./bin/cli.js",
14
14
  "postpublish": "node postpublish.js",
15
- "expublish": "npm publish --tag experimental-version"
15
+ "expublish": "npm publish --tag experimental-version",
16
+ "updateTargetBrowserVersions": "npx update-browserslist-db@latest"
16
17
  },
17
18
  "engines": {
18
19
  "node": ">=8.15.1"
@@ -54,6 +55,7 @@
54
55
  "babel-plugin-transform-dynamic-import": "2.1.0",
55
56
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
56
57
  "babel-plugin-transform-remove-console": "6.9.4",
58
+ "caniuse-lite": "1.0.30001579",
57
59
  "case-sensitive-paths-webpack-plugin": "2.3.0",
58
60
  "compression": "1.7.4",
59
61
  "copy-webpack-plugin": "5.1.2",