This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree 5 files changed +22
-13
lines changed
packages/graphql-tool-utilities
5 files changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A loosely related set of packages for web projects using GraphQL and TypeScript.
4
4
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )] ( LICENSE.md )
6
6
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 )
8
8
9
9
## Contribute
10
10
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 29
29
},
30
30
"dependencies" : {
31
31
"apollo-codegen-core" : " 0.36.5" ,
32
- "core-js" : " ^2 .0.0" ,
32
+ "core-js" : " ^3 .0.0" ,
33
33
"graphql" : " >=14.5.0 <15.0.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
// 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' ;
Original file line number Diff line number Diff line change @@ -2019,15 +2019,10 @@ copy-descriptor@^0.1.0:
2019
2019
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2020
2020
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2021
2021
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==
2031
2026
2032
2027
[email protected] , core-util-is@~1.0.0:
2033
2028
version "1.0.2"
You can’t perform that action at this time.
0 commit comments