Skip to content

Commit ab637d2

Browse files
Merge branch 'main' into dev
2 parents b4666da + d030327 commit ab637d2

File tree

3 files changed

+298
-309
lines changed

3 files changed

+298
-309
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x]
18+
node-version: [12.x, 14.x, 16.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
# NOTE: There are no necessary tests to run for this repo

Tutorial/ReactVersion/yarn.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,10 +3253,10 @@ [email protected], debug@^2.6.0, debug@^2.6.9:
32533253
dependencies:
32543254
ms "2.0.0"
32553255

3256-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
3257-
version "4.3.3"
3258-
resolved "https://artifactory.prod.tableautools.com/artifactory/api/npm/tab-npm/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3259-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3256+
debug@^3.1.1, debug@^3.2.5:
3257+
version "3.2.6"
3258+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
3259+
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
32603260
dependencies:
32613261
ms "2.1.2"
32623262

@@ -4149,13 +4149,10 @@ find-up@^5.0.0:
41494149
locate-path "^6.0.0"
41504150
path-exists "^4.0.0"
41514151

4152-
flat-cache@^3.0.4:
4153-
version "3.0.4"
4154-
resolved "https://artifactory.prod.tableautools.com/artifactory/api/npm/tab-npm/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
4155-
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
4156-
dependencies:
4157-
flatted "^3.1.0"
4158-
rimraf "^3.0.2"
4152+
follow-redirects@^1.0.0:
4153+
version "1.14.7"
4154+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
4155+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
41594156

41604157
flatted@^3.1.0:
41614158
version "3.2.5"

0 commit comments

Comments
 (0)