mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
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:
parent
62019f6334
commit
34f34cf0ad
924
package-lock.json
generated
924
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user