Skip to content

Commit

Permalink
chore(package): update deps (#3358)
Browse files Browse the repository at this point in the history
* fix a type error as TypeScript got smarter.
* fix data-include markdown test to conform to marked/commonmark
  • Loading branch information
marcoscaceres committed Mar 3, 2021
1 parent 3da30a8 commit a6574b1
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 50 deletions.
75 changes: 37 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -26,19 +26,19 @@
"@types/marked": "^1.2.2",
"@types/pluralize": "0.0.29",
"boxen": "^5.0.0",
"chai": "^4.3.0",
"chai": "^4.3.1",
"chokidar": "^3.5.1",
"clean-css": "^5.1.0",
"epipebomb": "^1.0.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-prettier": "^3.3.1",
"hyperhtml": "^2.34.0",
"idb": "^6.0.0",
"jasmine": "^3.6.4",
"jquery": "^3.5.1",
"jquery": "^3.6.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
Expand All @@ -48,17 +48,17 @@
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"marked": "^2.0.0",
"marked": "^2.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.2.1",
"prompt": "^1.1.0",
"rollup": "^2.39.0",
"rollup": "^2.40.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^11.3.2",
"typescript": "^4.1.5",
"typescript": "^4.2.2",
"webidl2": "^23.13.1"
},
"scripts": {
Expand All @@ -82,7 +82,7 @@
},
"dependencies": {
"colors": "^1.4.0",
"puppeteer": "^7.1.0",
"puppeteer": "^8.0.0",
"sade": "^1.7.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/core/dfn-finder.js
Expand Up @@ -36,7 +36,7 @@ export function findDfn(defn, name, { parent = "" } = {}) {
}

/**
* @param {string} type
* @param {{ type: string, arguments: any[] }} idlAst
* @param {string} parent
* @param {string} name
*/
Expand Down
6 changes: 3 additions & 3 deletions tests/spec/core/data-include-spec.js
Expand Up @@ -120,11 +120,11 @@ describe("Core — Data Include", () => {
1. Rose
Blue rose is blue
Blue rose is blue
Red rose is red
Red rose is red
Rose of the wasteland is violet
Rose of the wasteland is violet
`);
it("processes multiline markdown text", async () => {
const ops = {
Expand Down

0 comments on commit a6574b1

Please sign in to comment.