Skip to content

Commit

Permalink
Upgrade globby dependency (8.0.111.0.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Apr 6, 2021
1 parent 3a4c62d commit 8bf9ea4
Show file tree
Hide file tree
Showing 7 changed files with 3,368 additions and 810 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"**/cross-fetch/node-fetch": "^2.6.1",
"**/deepmerge": "^4.2.2",
"**/fast-deep-equal": "^3.1.1",
"globby/fast-glob": "3.2.5",
"**/graphql-toolkit/lodash": "^4.17.21",
"**/hoist-non-react-statics": "^3.3.2",
"**/isomorphic-fetch/node-fetch": "^2.6.1",
Expand Down Expand Up @@ -240,7 +241,7 @@
"github-markdown-css": "^2.10.0",
"glob": "^7.1.2",
"glob-all": "^3.2.1",
"globby": "^8.0.1",
"globby": "^11.0.3",
"graphql": "^0.13.2",
"graphql-fields": "^1.0.2",
"graphql-tag": "^2.10.3",
Expand Down Expand Up @@ -534,7 +535,6 @@
"@types/getos": "^3.0.0",
"@types/git-url-parse": "^9.0.0",
"@types/glob": "^7.1.2",
"@types/globby": "^8.0.0",
"@types/graphql": "^0.13.2",
"@types/gulp": "^4.0.6",
"@types/gulp-zip": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/kbn-optimizer/src/optimizer/optimizer_config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ describe('OptimizerConfig::create()', () => {
[Window],
],
"invocationCallOrder": Array [
22,
25,
],
"results": Array [
Object {
Expand All @@ -480,7 +480,7 @@ describe('OptimizerConfig::create()', () => {
[Window],
],
"invocationCallOrder": Array [
25,
28,
],
"results": Array [
Object {
Expand All @@ -505,7 +505,7 @@ describe('OptimizerConfig::create()', () => {
[Window],
],
"invocationCallOrder": Array [
23,
26,
],
"results": Array [
Object {
Expand Down
Loading

0 comments on commit 8bf9ea4

Please sign in to comment.