File tree 3 files changed +1
-8
lines changed 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 57
57
"express-mysql-session" : " ^2.1.0" ,
58
58
"express-session" : " ^1.15.6" ,
59
59
"fs-extra" : " ^10.0.0" ,
60
- "gitpod-yml-inferrer" : " ^1.2.0" ,
61
60
"google-protobuf" : " ^3.18.0-rc.2" ,
62
61
"graphql" : " ^14.6.0" ,
63
62
"graphql-tools" : " ^4.0.7" ,
Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"build" : " leeway exec --filter-type yarn --components -- yarn build" ,
16
16
"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"
19
18
},
20
19
"workspaces" : {
21
20
"packages" : [
Original file line number Diff line number Diff line change @@ -9019,11 +9019,6 @@ get-value@^2.0.3, get-value@^2.0.6:
9019
9019
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
9020
9020
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
9021
9021
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
-
9027
9022
glob-parent@^3.1.0:
9028
9023
version "3.1.0"
9029
9024
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
You can’t perform that action at this time.
0 commit comments