Этот коммит содержится в:
M-ZubairAhmed
2023-04-10 19:44:35 +05:30
коммит произвёл GitHub
родитель 24bf163171
Коммит dd67376097
4 изменённых файлов: 8 добавлений и 16 удалений

Просмотреть файл

@@ -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 сгенерированный
Просмотреть файл

@@ -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",