mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
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
4562
mattermost-plugin/webapp/package-lock.json
generated
4562
mattermost-plugin/webapp/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,8 +14,8 @@
|
|||||||
"check-types": "tsc"
|
"check-types": "tsc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.14.3",
|
"@babel/cli": "7.16.8",
|
||||||
"@babel/core": "7.14.3",
|
"@babel/core": "7.16.12",
|
||||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
|
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.14.2",
|
"@babel/plugin-proposal-optional-chaining": "7.14.2",
|
||||||
@ -55,13 +55,13 @@
|
|||||||
"eslint-plugin-react-hooks": "4.2.0",
|
"eslint-plugin-react-hooks": "4.2.0",
|
||||||
"file-loader": "6.2.0",
|
"file-loader": "6.2.0",
|
||||||
"identity-obj-proxy": "3.0.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-gifsicle": "^7.0.0",
|
||||||
"imagemin-mozjpeg": "^9.0.0",
|
"imagemin-mozjpeg": "^9.0.0",
|
||||||
"imagemin-optipng": "^8.0.0",
|
"imagemin-optipng": "^8.0.0",
|
||||||
"imagemin-pngquant": "^9.0.2",
|
"imagemin-pngquant": "^9.0.2",
|
||||||
"imagemin-svgo": "^8.0.0",
|
"imagemin-svgo": "^8.0.0",
|
||||||
"imagemin-webp": "^6.0.0",
|
"imagemin-webp": "7.0.0",
|
||||||
"jest": "27.0.1",
|
"jest": "27.0.1",
|
||||||
"jest-canvas-mock": "2.3.1",
|
"jest-canvas-mock": "2.3.1",
|
||||||
"jest-junit": "12.0.0",
|
"jest-junit": "12.0.0",
|
||||||
@ -75,10 +75,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "3.12.1",
|
"core-js": "3.12.1",
|
||||||
|
"glob-parent": "6.0.2",
|
||||||
"marked": ">=4.0.12",
|
"marked": ">=4.0.12",
|
||||||
"mattermost-redux": "5.33.1",
|
"mattermost-redux": "5.33.1",
|
||||||
"react-intl": "^5.13.5",
|
"react-intl": "^5.13.5",
|
||||||
"react-router-dom": "5.2.0"
|
"react-router-dom": "5.2.0",
|
||||||
|
"trim-newlines": "4.0.2"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"snapshotSerializers": [
|
"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",
|
"color": "^4.0.0",
|
||||||
"draft-js": "^0.11.7",
|
"draft-js": "^0.11.7",
|
||||||
"emoji-mart": "^3.0.1",
|
"emoji-mart": "^3.0.1",
|
||||||
|
"fstream": "^1.0.12",
|
||||||
"fullcalendar": "^5.10.0",
|
"fullcalendar": "^5.10.0",
|
||||||
"imagemin-gifsicle": "^7.0.0",
|
"imagemin-gifsicle": "^7.0.0",
|
||||||
"imagemin-mozjpeg": "^9.0.0",
|
"imagemin-mozjpeg": "^9.0.0",
|
||||||
"imagemin-optipng": "^8.0.0",
|
"imagemin-optipng": "^8.0.0",
|
||||||
"imagemin-pngquant": "^9.0.2",
|
"imagemin-pngquant": "^9.0.2",
|
||||||
"imagemin-svgo": "^8.0.0",
|
"imagemin-svgo": "^8.0.0",
|
||||||
"imagemin-webp": "^6.0.0",
|
"imagemin-webp": "^7.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"marked": "^4.0.12",
|
"marked": "^4.0.12",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
@ -58,7 +59,8 @@
|
|||||||
"react-intl": "^5.13.5",
|
"react-intl": "^5.13.5",
|
||||||
"react-redux": "^7.2.4",
|
"react-redux": "^7.2.4",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-select": "^4.3.0"
|
"react-select": "^4.3.0",
|
||||||
|
"trim-newlines": "^4.0.2"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"moduleNameMapper": {
|
"moduleNameMapper": {
|
||||||
@ -119,7 +121,7 @@
|
|||||||
"fetch-mock-jest": "^1.5.1",
|
"fetch-mock-jest": "^1.5.1",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"html-webpack-plugin": "^5.3.1",
|
"html-webpack-plugin": "^5.3.1",
|
||||||
"image-webpack-loader": "^7.0.1",
|
"image-webpack-loader": "^8.1.0",
|
||||||
"isomorphic-fetch": "^3.0.0",
|
"isomorphic-fetch": "^3.0.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user