Skip to content

Commit

Permalink
chore(deps): update dependency bob-the-bundler to v3 (#1345)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency bob-the-bundler to v3

* ignore bob on graphiql package

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
  • Loading branch information
renovate[bot] and n1ru4l committed Jul 6, 2022
1 parent 37ff1eb commit 6b8ebd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"babel-jest": "^28.0.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "2.0.0",
"bob-the-bundler": "3.0.0",
"eslint": "^8.15.0",
"graphql": "^16.1.0",
"husky": "^8.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"default": "./dist/yoga-graphiql.es.js"
},
"./package.json": "./package.json"
}
},
"bob": false
}
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7555,17 +7555,16 @@ bn.js@^5.0.0, bn.js@^5.1.1:
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==

bob-the-bundler@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-2.0.0.tgz#a0b5971e557d15f53c942e559a979542786677fc"
integrity sha512-3/qnKDSlUc/65hDgJLK/t7P2eWYKJF8Siz3Cu5mJRgMvtvYnbhKc5lbJyda/Y1sox1fnePHfBn+mFd/L/Z9KtA==
bob-the-bundler@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-3.0.0.tgz#72d809940a2a8a29c988b65aff6e4189677e505d"
integrity sha512-FK0fsnCSn6W43CxTLkJRAvD76HMlr0i//m+p4BrifE5JcNLZ7Ah7vWsdrqQjKUm9yqeIeoCUEuA7xSJZ3OtIkQ==
dependencies:
"@rollup/plugin-json" "^4.1.0"
"@rollup/plugin-node-resolve" "^13.3.0"
"@vercel/ncc" "^0.34.0"
builtins "^5.0.1"
consola "^2.15.3"
cosmiconfig "^7.0.1"
cross-spawn "^7.0.3"
dependency-graph "^0.11.0"
fs-extra "^10.1.0"
Expand Down

0 comments on commit 6b8ebd6

Please sign in to comment.