This commit is contained in:
M-ZubairAhmed 2023-04-10 19:44:35 +05:30 committed by GitHub
parent 24bf163171
commit dd67376097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 16 deletions

View file

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

View file

@ -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": {

View file

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

View file

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