Skip to content

Commit de80cb9

Browse files
svenefftingeroboquat
authored andcommitted
removed unused dependency
1 parent 94c71c0 commit de80cb9

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

components/server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"express-mysql-session": "^2.1.0",
5858
"express-session": "^1.15.6",
5959
"fs-extra": "^10.0.0",
60-
"gitpod-yml-inferrer": "^1.2.0",
6160
"google-protobuf": "^3.18.0-rc.2",
6261
"graphql": "^14.6.0",
6362
"graphql-tools": "^4.0.7",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"scripts": {
1515
"build": "leeway exec --filter-type yarn --components -- yarn build",
1616
"watch": "leeway exec --package components:all --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput",
17-
"clean": "leeway exec --filter-type yarn --components -- yarn clean && rm -rf node_modules",
18-
"upgrade-gitpod-yml-inferrer": "git clone https://github.com/gitpod-io/gitpod-yml-inferrer /tmp/repo && cp /tmp/repo/src/config-* components/theia/packages/gitpod-extension/src/browser/setup/ && rm -rf /tmp/repo"
17+
"clean": "leeway exec --filter-type yarn --components -- yarn clean && rm -rf node_modules"
1918
},
2019
"workspaces": {
2120
"packages": [

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9019,11 +9019,6 @@ get-value@^2.0.3, get-value@^2.0.6:
90199019
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
90209020
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
90219021

9022-
gitpod-yml-inferrer@^1.2.0:
9023-
version "1.2.0"
9024-
resolved "https://registry.yarnpkg.com/gitpod-yml-inferrer/-/gitpod-yml-inferrer-1.2.0.tgz#34e74560b07b439c2ae885f348fc9f54e23c6398"
9025-
integrity sha512-1GSP8W7MhRV7qZuu524+MdsRwjEXXs3spo3aX0vcWHkKeyVMCwLSRN6G8MaKCfMc6LJaPHfOhmTbU/yV3yULeQ==
9026-
90279022
glob-parent@^3.1.0:
90289023
version "3.1.0"
90299024
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"

0 commit comments

Comments
 (0)