Skip to content

Commit

Permalink
fix: update marko to get correct typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Apr 7, 2021
1 parent 90c65d2 commit 7eb98f7
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 35 deletions.
234 changes: 202 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@marko/compiler": "^5.5.4",
"@marko/compiler": "^5.7.0",
"@types/jest": "^26.0.20",
"@types/loader-utils": "^2.0.1",
"@types/node": "^14.14.22",
Expand All @@ -28,7 +28,7 @@
"jest": "^26.6.3",
"jest-file-snapshot": "^0.5.0",
"lint-staged": "^10.5.3",
"marko": "^5.5.4",
"marko": "^5.7.0",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^1.3.5",
"prettier": "^2.2.1",
Expand Down Expand Up @@ -56,7 +56,7 @@
],
"license": "MIT",
"peerDependencies": {
"marko": "^5.5.4",
"marko": "^5.7.0",
"webpack": "^4 || ^5"
},
"repository": {
Expand Down

0 comments on commit 7eb98f7

Please sign in to comment.