Skip to content

Commit

Permalink
updated: compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 21, 2020
1 parent d8b758f commit 64c20a3
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 63 deletions.
124 changes: 66 additions & 58 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"riot.js"
],
"dependencies": {
"@riotjs/compiler": "^4.6.0",
"@riotjs/compiler": "^4.6.2",
"@riotjs/dom-bindings": "^4.6.8",
"@riotjs/util": "^1.2.0",
"bianco.attr": "^1.0.0",
Expand All @@ -51,7 +51,7 @@
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"jsdom": "16.1.0",
"jsdom": "16.2.0",
"jsdom-global": "3.0.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
Expand All @@ -67,10 +67,10 @@
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-riot": "^4.0.0",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"sinon": "^9.0.0",
"sinon-chai": "^3.5.0",
"terser": "^4.6.3",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"files": [
"src",
Expand Down

0 comments on commit 64c20a3

Please sign in to comment.