Remove @types/lodas resolution

This commit is contained in:
Dominik Prokop
2019-07-11 14:34:16 +02:00
parent ac9774e7bb
commit 74c118f1d1
6 changed files with 1 additions and 17 deletions
-4
View File
@@ -628,10 +628,6 @@ jobs:
- image: circleci/node:10
steps:
- checkout
# - run:
# name: yarn install
# command: 'yarn install --pure-lockfile --no-progress'
# no_output_timeout: 5m
- run:
name: boostrap lerna
command: 'npx lerna bootstrap'
-3
View File
@@ -37,8 +37,5 @@
"rollup-plugin-visualizer": "0.9.2",
"sinon": "1.17.6",
"typescript": "3.4.1"
},
"resolutions": {
"@types/lodash": "4.14.119"
}
}
-3
View File
@@ -33,8 +33,5 @@
"rollup-plugin-typescript2": "0.19.3",
"rollup-plugin-visualizer": "0.9.2",
"typescript": "3.4.1"
},
"resolutions": {
"@types/lodash": "4.14.119"
}
}
-3
View File
@@ -75,9 +75,6 @@
"url-loader": "^2.0.1",
"webpack": "4.35.0"
},
"resolutions": {
"@types/lodash": "4.14.119"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/prettier": "^1.16.4"
@@ -99,4 +99,4 @@ const buildTaskRunner: TaskRunner<PackageBuildOptions> = async ({ scope }) => {
await Promise.all(scopes.map(s => s()));
};
export const buildPackageTask = new Task<PackageBuildOptions>('@grafana/ui build', buildTaskRunner);
export const buildPackageTask = new Task<PackageBuildOptions>('Package build uild', buildTaskRunner);
-3
View File
@@ -78,8 +78,5 @@
"rollup-plugin-typescript2": "0.19.3",
"rollup-plugin-visualizer": "0.9.2",
"typescript": "3.4.1"
},
"resolutions": {
"@types/lodash": "4.14.119"
}
}