close
The Wayback Machine - https://web.archive.org/web/20230325030819/https://github.com/gitpod-io/gitpod/commit/de80cb931c5da60092c173c984fc3900468cfb16
Skip to content
Permalink
Browse files
removed unused dependency
  • Loading branch information
svenefftinge authored and roboquat committed Dec 30, 2021
1 parent 94c71c0 commit de80cb9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
@@ -57,7 +57,6 @@
"express-mysql-session": "^2.1.0",
"express-session": "^1.15.6",
"fs-extra": "^10.0.0",
"gitpod-yml-inferrer": "^1.2.0",
"google-protobuf": "^3.18.0-rc.2",
"graphql": "^14.6.0",
"graphql-tools": "^4.0.7",
@@ -14,8 +14,7 @@
"scripts": {
"build": "leeway exec --filter-type yarn --components -- yarn build",
"watch": "leeway exec --package components:all --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput",
"clean": "leeway exec --filter-type yarn --components -- yarn clean && rm -rf node_modules",
"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"
"clean": "leeway exec --filter-type yarn --components -- yarn clean && rm -rf node_modules"
},
"workspaces": {
"packages": [
@@ -9019,11 +9019,6 @@ get-value@^2.0.3, get-value@^2.0.6:
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=

gitpod-yml-inferrer@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/gitpod-yml-inferrer/-/gitpod-yml-inferrer-1.2.0.tgz#34e74560b07b439c2ae885f348fc9f54e23c6398"
integrity sha512-1GSP8W7MhRV7qZuu524+MdsRwjEXXs3spo3aX0vcWHkKeyVMCwLSRN6G8MaKCfMc6LJaPHfOhmTbU/yV3yULeQ==

glob-parent@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"

0 comments on commit de80cb9

Please sign in to comment.