@zohodesk/react-cli 1.1.19-exp.4 → 1.1.19-exp.6

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.19-exp.4",
3
+ "version": "1.1.19-exp.6",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -98,6 +98,8 @@
98
98
  "redux-mock-store": "1.5.4",
99
99
  "rimraf": "3.0.2",
100
100
  "script-loader": "0.7.2",
101
+ "ts-loader": "8.2.0",
102
+ "typescript": "5.2.2",
101
103
  "uglifycss": "0.0.29",
102
104
  "url-loader": "4.1.0",
103
105
  "webpack": "4.44.1",
@@ -123,6 +125,6 @@
123
125
  ]
124
126
  },
125
127
  "devDependencies": {
126
- "@babel/plugin-proposal-optional-chaining": "^7.21.0"
128
+ "@babel/preset-typescript": "7.23.2"
127
129
  }
128
130
  }