Skip to content

Commit

Permalink
Merge pull request #883 from molgenis/renovate/core-js-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency core-js to v3.20.3
  • Loading branch information
mswertz authored Jan 16, 2022
2 parents 3897d2b + b5b1945 commit 59f2e11
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/catalogue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@mswertz/emx2-styleguide": "*",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/central/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@mswertz/emx2-styleguide": "*",
"vue-router": "3.5.3",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"v-scroll-lock": "1.3.1",
"vue": "2.6.14"
Expand Down
2 changes: 1 addition & 1 deletion apps/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"ckeditor4-vue": "1.5.0",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@mswertz/emx2-styleguide": "*",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"v-scroll-lock": "1.3.1",
"vue": "2.6.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@mswertz/emx2-styleguide": "*",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"main": "./dist/@mswertz/emx2-styleguide.common.js",
"dependencies": {
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql": "16.2.0",
"graphql-request": "3.7.0",
"object-path": "0.11.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/updownload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@mswertz/emx2-styleguide": "*",
"core-js": "3.20.2",
"core-js": "3.20.3",
"graphql-request": "3.7.0",
"vue": "2.6.14"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3699,10 +3699,10 @@ core-js-compat@^3.6.5, core-js-compat@^3.8.0:
browserslist "^4.16.3"
semver "7.0.0"

[email protected].2:
version "3.20.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.2.tgz#46468d8601eafc8b266bd2dd6bf9dee622779581"
integrity sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw==
[email protected].3:
version "3.20.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a"
integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==

core-js@^1.1.1:
version "1.2.7"
Expand Down

0 comments on commit 59f2e11

Please sign in to comment.