Skip to content

Commit

Permalink
build: update to latest jasmine and resolve errors
Browse files Browse the repository at this point in the history
Updates to the latest version of Jasmine and fixes some lint failures.
  • Loading branch information
crisbeto committed Feb 8, 2021
1 parent 51f5924 commit 43a40b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/glob": "^7.1.3",
"@types/gulp": "4.0.8",
"@types/inquirer": "^7.3.1",
"@types/jasmine": "^3.5.4",
"@types/jasmine": "^3.6.3",
"@types/marked": "^1.2.1",
"@types/merge2": "^0.3.30",
"@types/minimist": "^1.2.0",
Expand All @@ -127,8 +127,8 @@
"highlight.js": "^10.4.0",
"husky": "5.0.6",
"inquirer": "^7.1.0",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine": "^3.6.0",
"jasmine-core": "^3.6.0",
"kagekiri": "^1.0.18",
"karma": "^4.4.1",
"karma-browserstack-launcher": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"no-namespace": true,
"jsdoc-format": [true, "check-multiline-start"],
"no-duplicate-imports": true,
"await-promise": true,
"await-promise": [true, "PromiseLike"],
"array-type": [true, "array"],

// Codelyzer
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1959,10 +1959,10 @@
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==

"@types/jasmine@^3.5.4":
version "3.5.4"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.4.tgz#8f9b7b03cc6204d2048b08128dac1f341bfe0591"
integrity sha512-Uc/obv/lRh1t6RMOV6wkiAfYSZ0AOSTJqVl0Th8bHFcDhw4rQ0L60sxVnmOJj+RXbVboAE1Fd/mBclQWARRAsQ==
"@types/jasmine@^3.6.3":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.3.tgz#824df555b8a5114f91619e78d8f59624d6f23050"
integrity sha512-5QKAG8WfC9XrOgYLXPrxv1G2IIUE6zDyzTWamhNWJO0LqPRUbZ0q0zGHDhDJ7MpFloUuyME/jpBIdPjq3/P3jA==

"@types/lodash.debounce@^4.0.6":
version "4.0.6"
Expand Down Expand Up @@ -7734,7 +7734,7 @@ istanbul@^0.4.5:
which "^1.1.1"
wordwrap "^1.0.0"

jasmine-core@^3.5.0, jasmine-core@^3.6.0, jasmine-core@~3.6.0:
jasmine-core@^3.6.0, jasmine-core@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20"
integrity sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==
Expand All @@ -7761,7 +7761,7 @@ jasmine@2.8.0:
glob "^7.0.6"
jasmine-core "~2.8.0"

jasmine@^3.5.0:
jasmine@^3.6.0:
version "3.6.4"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.6.4.tgz#1f8e4a0d5028a2dc66942b73b9fef4c32be97ad5"
integrity sha512-hIeOou6y0BgCOKYgXYveQvlY+PTHgDPajFf+vLCYbMTQ+VjAP9+EQv0nuC9+gyCAAWISRFauB1XUb9kFuOKtcQ==
Expand Down

0 comments on commit 43a40b4

Please sign in to comment.