|
73 | 73 | "babel-preset-es2016": "6.24.1", |
74 | 74 | "babel-preset-stage-1": "6.24.1", |
75 | 75 | "babel-runtime": "6.26.0", |
| 76 | + "clean-webpack-plugin": "^4.0.0", |
76 | 77 | "compression-webpack-plugin": "1.0.1", |
77 | 78 | "es3ify-loader": "0.2.0", |
78 | 79 | "fetch-mock-jest": "^1.3.0", |
|
81 | 82 | "jest": "^26.4.2", |
82 | 83 | "jest-html-reporters": "^2.1.6", |
83 | 84 | "jsdoc": "^3.6.7", |
84 | | - "jshint": "^2.13.0", |
85 | | - "nodemailer": "^6.6.3", |
| 85 | + "jshint": "^2.13.1", |
| 86 | + "nodemailer": "^6.6.5", |
86 | 87 | "request": "^2.88.2", |
87 | 88 | "string-replace-loader": "1.3.0", |
88 | 89 | "string-replace-webpack-plugin": "0.1.3", |
89 | 90 | "tap-html": "^1.0.1", |
90 | 91 | "tap-json": "1.0.0", |
91 | 92 | "tape": "4.8.0", |
92 | 93 | "ts-jest": "^26.5.6", |
93 | | - "typescript": "^4.3.5", |
| 94 | + "typescript": "^4.4.3", |
94 | 95 | "uglify-js": "2.8.29", |
95 | | - "webpack": "^5.44.0", |
| 96 | + "webpack": "^5.56.1", |
96 | 97 | "webpack-cli": "^3.3.12", |
97 | 98 | "webpack-md5-hash": "0.0.5", |
98 | 99 | "webpack-merge": "4.1.0" |
99 | 100 | }, |
100 | 101 | "dependencies": { |
101 | 102 | "@contentstack/utils": "^1.0.2", |
102 | | - "es6-promise": "4.1.1", |
| 103 | + "es6-promise": "^4.1.1", |
103 | 104 | "isomorphic-fetch": "^3.0.0", |
104 | 105 | "localStorage": "1.0.3" |
105 | 106 | } |
|
0 commit comments