Update dependencies for webapp and mattermost-plugin/webapp (#2213)
* update for trim-newlines * update for glob-parent * update for fstream
This commit is contained in:
parent
dcf7600ca4
commit
5030b1e582
4 changed files with 1331 additions and 4466 deletions
4564
mattermost-plugin/webapp/package-lock.json
generated
4564
mattermost-plugin/webapp/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -14,8 +14,8 @@
|
|||
"check-types": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.14.3",
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/cli": "7.16.8",
|
||||
"@babel/core": "7.16.12",
|
||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.14.2",
|
||||
|
@ -55,13 +55,13 @@
|
|||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"file-loader": "6.2.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"image-webpack-loader": "7.0.1",
|
||||
"image-webpack-loader": "8.1.0",
|
||||
"imagemin-gifsicle": "^7.0.0",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
"imagemin-optipng": "^8.0.0",
|
||||
"imagemin-pngquant": "^9.0.2",
|
||||
"imagemin-svgo": "^8.0.0",
|
||||
"imagemin-webp": "^6.0.0",
|
||||
"imagemin-webp": "7.0.0",
|
||||
"jest": "27.0.1",
|
||||
"jest-canvas-mock": "2.3.1",
|
||||
"jest-junit": "12.0.0",
|
||||
|
@ -75,10 +75,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"core-js": "3.12.1",
|
||||
"glob-parent": "6.0.2",
|
||||
"marked": ">=4.0.12",
|
||||
"mattermost-redux": "5.33.1",
|
||||
"react-intl": "^5.13.5",
|
||||
"react-router-dom": "5.2.0"
|
||||
"react-router-dom": "5.2.0",
|
||||
"trim-newlines": "4.0.2"
|
||||
},
|
||||
"jest": {
|
||||
"snapshotSerializers": [
|
||||
|
|
1213
webapp/package-lock.json
generated
1213
webapp/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -35,13 +35,14 @@
|
|||
"color": "^4.0.0",
|
||||
"draft-js": "^0.11.7",
|
||||
"emoji-mart": "^3.0.1",
|
||||
"fstream": "^1.0.12",
|
||||
"fullcalendar": "^5.10.0",
|
||||
"imagemin-gifsicle": "^7.0.0",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
"imagemin-optipng": "^8.0.0",
|
||||
"imagemin-pngquant": "^9.0.2",
|
||||
"imagemin-svgo": "^8.0.0",
|
||||
"imagemin-webp": "^6.0.0",
|
||||
"imagemin-webp": "^7.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^4.0.12",
|
||||
"moment": "^2.29.1",
|
||||
|
@ -58,7 +59,8 @@
|
|||
"react-intl": "^5.13.5",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-select": "^4.3.0"
|
||||
"react-select": "^4.3.0",
|
||||
"trim-newlines": "^4.0.2"
|
||||
},
|
||||
"jest": {
|
||||
"moduleNameMapper": {
|
||||
|
@ -119,7 +121,7 @@
|
|||
"fetch-mock-jest": "^1.5.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"image-webpack-loader": "^7.0.1",
|
||||
"image-webpack-loader": "^8.1.0",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"prettier": "^2.2.1",
|
||||
|
|
Loading…
Reference in a new issue