Remove incorrect dependencies in the root package.json (#8023)

Removes dependencies that should not be in the root `package.json`
Basic testing done with `npm run ci-check`.

Introduced by the following PRs (in order of being merged):
See blame for more details: https://github.com/enso-org/enso/blame/develop/package.json
- #7813
- #7656 (oops)
- #7881

# Important Notes
None
This commit is contained in:
somebody1234 2023-10-12 02:24:22 +10:00 committed by GitHub
parent 62019f6334
commit 34f34cf0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 875 deletions

924
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,10 @@
{
"devDependencies": {
"@playwright/experimental-ct-react": "^1.38.0",
"@playwright/test": "^1.38.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.38.0",
"prettier": "^3.0.0"
},
"dependencies": {
"chromedriver": "^106.0.1",
"enso-gui2": "^0.1.0",
"lint": "^0.8.19",
"run": "^1.4.0",
"tslib": "^2.6.2"
},
"name": "root",