Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 537ebe0

Browse files
committed
Bump core-js^3.0.0
1 parent 89bed10 commit 537ebe0

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A loosely related set of packages for web projects using GraphQL and TypeScript.
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
66

7-
[![CircleCI](https://circleci.com/gh/Shopify/graphql-tools-web.svg?style=svg&circle-token=8dafbec2d33dcb489dfce1e82ed37c271b26aeba)](https://circleci.com/gh/Shopify/graphql-tools-web)
7+
[![CI](https://github.com/Shopify/graphql-tools-web/workflows/CI/badge.svg)](https://github.com/Shopify/graphql-tools-web/actions?query=branch%3Amain)
88

99
## Contribute
1010

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
- Updated dependency: `core-js@^3.0.0`.
11+
12+
## [1.2.0] - 2019-04-22
13+
14+
- Start of Changelog

packages/graphql-tool-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"apollo-codegen-core": "0.36.5",
32-
"core-js": "^2.0.0",
32+
"core-js": "^3.0.0",
3333
"graphql": ">=14.5.0 <15.0.0"
3434
}
3535
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// apollo-codegen uses Object.entries and Array.flatmap
2-
import 'core-js/modules/es7.object.entries';
3-
import 'core-js/modules/es7.array.flat-map';
2+
import 'core-js/modules/es.object.entries';
3+
import 'core-js/modules/es.array.flat-map';

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -2019,15 +2019,10 @@ copy-descriptor@^0.1.0:
20192019
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
20202020
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
20212021

2022-
core-js@^2.0.0:
2023-
version "2.6.11"
2024-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
2025-
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
2026-
2027-
core-js@^3.0.1, core-js@^3.4.0:
2028-
version "3.6.5"
2029-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
2030-
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
2022+
core-js@^3.0.0, core-js@^3.0.1, core-js@^3.4.0:
2023+
version "3.8.0"
2024+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce"
2025+
integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==
20312026

20322027
[email protected], core-util-is@~1.0.0:
20332028
version "1.0.2"

0 commit comments

Comments
 (0)