@zohodesk/react-cli 1.1.20-exp.4 → 1.1.20-exp.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +7277 -12134
  2. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.20-exp.4",
3
+ "version": "1.1.20-exp.5",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -103,6 +103,7 @@
103
103
  "uglifycss": "0.0.29",
104
104
  "url-loader": "4.1.0",
105
105
  "webpack": "4.44.1",
106
+ "@babel/preset-typescript": "7.23.2",
106
107
  "webpack-bundle-analyzer": "4.5.0",
107
108
  "webpack-cli": "3.3.12",
108
109
  "webpack-core": "0.6.9",
@@ -123,8 +124,5 @@
123
124
  ],
124
125
  "@babel/react"
125
126
  ]
126
- },
127
- "devDependencies": {
128
- "@babel/preset-typescript": "7.23.2"
129
127
  }
130
128
  }