mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
engines (#22875)
This commit is contained in:
parent
24bf163171
commit
dd67376097
4 changed files with 8 additions and 16 deletions
|
|
@ -5,10 +5,6 @@
|
|||
},
|
||||
"version": "7.9.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=16.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/react-dom": "1.0.0",
|
||||
"@floating-ui/react-dom-interactions": "0.10.3",
|
||||
|
|
|
|||
12
webapp/package-lock.json
generated
12
webapp/package-lock.json
generated
|
|
@ -21,6 +21,10 @@
|
|||
"concurrently": "7.6.0",
|
||||
"eslint": "8.37.0",
|
||||
"strip-ansi": "6.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.10.0",
|
||||
"npm": "7.24.0"
|
||||
}
|
||||
},
|
||||
"boards": {
|
||||
|
|
@ -3752,10 +3756,6 @@
|
|||
"webpack-pwa-manifest": "4.3.0",
|
||||
"yargs": "16.2.0",
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.10.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"channels/node_modules/@eslint-community/eslint-utils": {
|
||||
|
|
@ -34118,10 +34118,6 @@
|
|||
"webpack": "5.65.0",
|
||||
"webpack-cli": "4.9.1",
|
||||
"webpack-dev-server": "4.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.4.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"playbooks/node_modules/@babel/core": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"name": "@mattermost/webapp",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "16.10.0",
|
||||
"npm": "7.24.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/skip_integrity_check.js && npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",
|
||||
"build": "node scripts/build.js",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"name": "playbooks",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=16.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.7.3",
|
||||
"@floating-ui/react-dom-interactions": "0.6.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue