engines (#22875)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
24bf163171
Коммит
dd67376097
@@ -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
сгенерированный
12
webapp/package-lock.json
сгенерированный
@@ -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",
|
||||
|
||||
Ссылка в новой задаче
Block a user