Skip to content

Commit

Permalink
Update Rollup depency
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Nov 6, 2020
1 parent 9665c23 commit 33ee54a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chai": "^4.0.2",
"graphql": "^15.0.0",
"mocha": "^8.2.1",
"rollup": "^0.45.0",
"rollup": "^2.33.1",
"test-all-versions": "^3.3.2"
},
"peerDependencies": {
Expand Down
12 changes: 7 additions & 5 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
export default {
entry: 'src/index.js',
dest: 'lib/graphql-tag.umd.js',
format: 'umd',
sourceMap: true,
moduleName: 'graphql-tag',
input: 'src/index.js',
output: {
file: 'lib/graphql-tag.umd.js',
format: 'umd',
name: 'graphql-tag',
sourcemap: true
},
onwarn
};

Expand Down
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1890,12 +1890,12 @@ resolve@^1.3.2:
is-core-module "^2.0.0"
path-parse "^1.0.6"

rollup@^0.45.0:
version "0.45.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.45.2.tgz#63a284c2b31234656f24e9e9717fabb6a7f0fa43"
integrity sha512-2+bq5GQSrocdhr+M92mOQRmF1evtLRzv9NdmEC2wo7BILvTG8irHCtD0q+zg8ikNu63iJicdN5IzyxAXRTFKOQ==
dependencies:
source-map-support "^0.4.0"
rollup@^2.33.1:
version "2.33.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.33.1.tgz#802795164164ee63cd47769d8879c33ec8ae0c40"
integrity sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w==
optionalDependencies:
fsevents "~2.1.2"

safe-buffer@^5.1.0:
version "5.2.1"
Expand Down Expand Up @@ -1947,13 +1947,6 @@ sleuth@^0.1.1:
is-require "0.0.1"
static-eval "~0.1.0"

source-map-support@^0.4.0:
version "0.4.14"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.14.tgz#9d4463772598b86271b4f523f6c1f4e02a7d6aef"
integrity sha1-nURjdyWYuGJxtPUj9sH04Cp9au8=
dependencies:
source-map "^0.5.6"

source-map-support@^0.5.16:
version "0.5.19"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
Expand All @@ -1962,7 +1955,7 @@ source-map-support@^0.5.16:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map@^0.5.0, source-map@^0.5.6:
source-map@^0.5.0:
version "0.5.6"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
integrity sha1-dc449SvwczxafwwRjYEzSiu19BI=
Expand Down

0 comments on commit 33ee54a

Please sign in to comment.