Skip to content

Commit f212f25

Browse files
committed
Remove node 16 tests
1 parent e6206f3 commit f212f25

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

yarn.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,6 +2472,21 @@ char-regex@^1.0.2:
24722472
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
24732473
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
24742474

2475+
"chokidar@>=3.0.0 <4.0.0":
2476+
version "3.5.1"
2477+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
2478+
integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
2479+
dependencies:
2480+
anymatch "~3.1.1"
2481+
braces "~3.0.2"
2482+
glob-parent "~5.1.0"
2483+
is-binary-path "~2.1.0"
2484+
is-glob "~4.0.1"
2485+
normalize-path "~3.0.0"
2486+
readdirp "~3.5.0"
2487+
optionalDependencies:
2488+
fsevents "~2.3.1"
2489+
24752490
chokidar@^2.0.4:
24762491
version "2.1.8"
24772492
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
@@ -7725,6 +7740,13 @@ [email protected]:
77257740
scss-tokenizer "^0.2.3"
77267741
yargs "^13.3.2"
77277742

7743+
sass@^1.34.1:
7744+
version "1.34.1"
7745+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef"
7746+
integrity sha512-scLA7EIZM+MmYlej6sdVr0HRbZX5caX5ofDT9asWnUJj21oqgsC+1LuNfm0eg+vM0fCTZHhwImTiCU0sx9h9CQ==
7747+
dependencies:
7748+
chokidar ">=3.0.0 <4.0.0"
7749+
77287750
sax@~1.2.4:
77297751
version "1.2.4"
77307752
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

0 commit comments

Comments
 (0)