Skip to content

Commit 99ebe72

Browse files
committed
Revert "chore(deps): update dependency jasmine to v4 (#1592)" (#1641)
This reverts commit 6e3d642 which causes tests to fail (cherry picked from commit 16be5fb)
1 parent 3608148 commit 99ebe72

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"@types/vscode": "1.60.0",
203203
"clang-format": "1.6.0",
204204
"esbuild": "0.14.11",
205-
"jasmine": "4.1.0",
205+
"jasmine": "3.99.0",
206206
"prettier": "2.5.1",
207207
"tslint": "6.1.3",
208208
"tslint-eslint-rules": "5.4.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,16 +1685,16 @@ jake@^10.6.1:
16851685
filelist "^1.0.1"
16861686
minimatch "^3.0.4"
16871687

1688-
jasmine-core@^4.1.0:
1689-
version "4.1.0"
1690-
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.1.0.tgz#2377349b0e8bfd3fbdb36c9e4f09e3b1a17cf5c2"
1691-
integrity sha512-8E8BiffCL8sBwK1zU9cbavLe8xpJAgOduSJ6N8PJVv8VosQ/nxVTuXj2kUeHxTlZBVvh24G19ga7xdiaxlceKg==
1692-
16931688
jasmine-core@~2.8.0:
16941689
version "2.8.0"
16951690
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
16961691
integrity sha1-vMl5rh+f0FcB5F5S5l06XWPxok4=
16971692

1693+
jasmine-core@~3.99.0:
1694+
version "3.99.0"
1695+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.99.0.tgz#99a3da0d38ba2de82614d9198b7b1bc1c32a5960"
1696+
integrity sha512-+ZDaJlEfRopINQqgE+hvzRyDIQDeKfqqTvF8RzXsvU1yE3pBDRud2+Qfh9WvGgRpuzqxyQJVI6Amy5XQ11r/3w==
1697+
16981698
16991699
version "2.8.0"
17001700
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-2.8.0.tgz#6b089c0a11576b1f16df11b80146d91d4e8b8a3e"
@@ -1704,13 +1704,13 @@ [email protected]:
17041704
glob "^7.0.6"
17051705
jasmine-core "~2.8.0"
17061706

1707-
jasmine@4.1.0:
1708-
version "4.1.0"
1709-
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-4.1.0.tgz#0de347ca8bb6cc764b0ed186ae4cfc45bd64bdc4"
1710-
integrity sha512-4VhjbUgwfNS9CBnUMoSWr9tdNgOoOhNIjAD8YRxTn+PmOf4qTSC0Uqhk66dWGnz2vJxtNIU0uBjiwnsp4Ud9VA==
1707+
jasmine@3.99.0:
1708+
version "3.99.0"
1709+
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.99.0.tgz#7cc7aeda7ade2d57694fc818a374f778cbb4ea62"
1710+
integrity sha512-YIThBuHzaIIcjxeuLmPD40SjxkEcc8i//sGMDKCgkRMVgIwRJf5qyExtlJpQeh7pkeoBSOe6lQEdg+/9uKg9mw==
17111711
dependencies:
17121712
glob "^7.1.6"
1713-
jasmine-core "^4.1.0"
1713+
jasmine-core "~3.99.0"
17141714

17151715
jasminewd2@^2.1.0:
17161716
version "2.2.0"

0 commit comments

Comments
 (0)