Skip to content

Commit

Permalink
fix(plugins-manager): fix types for optional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed May 30, 2021
1 parent e6d9c74 commit 56fdb0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-files-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'plugins-manager': patch
---

Optional parameters are now also define as optional in types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.3.2"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-mdjs-unified/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mdjs"
],
"dependencies": {
"@mdjs/core": "^0.7.1",
"@mdjs/core": "^0.7.2",
"es-module-lexer": "^0.3.26",
"unist-util-visit": "^2.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8347,10 +8347,10 @@ type-is@^1.6.16:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 56fdb0c

Please sign in to comment.