Skip to content

Commit 6eaa742

Browse files
committed
Update RE:DOM and it's dependencies
1 parent 8ac8808 commit 6eaa742

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frameworks/keyed/redom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"redom": "3.20.0",
17-
"rollup": "1.7.0",
16+
"redom": "3.21.0",
17+
"rollup": "1.12.3",
1818
"rollup-plugin-buble": "0.19.6",
19-
"rollup-plugin-node-resolve": "4.0.1",
19+
"rollup-plugin-node-resolve": "5.0.0",
2020
"rollup-plugin-uglify": "6.0.2"
2121
}
2222
}

frameworks/non-keyed/redom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"redom": "3.20.0",
17-
"rollup": "~1.7.0",
16+
"redom": "3.21.0",
17+
"rollup": "~1.12.3",
1818
"rollup-plugin-buble": "~0.19.6",
19-
"rollup-plugin-node-resolve": "~4.0.1",
19+
"rollup-plugin-node-resolve": "~5.0.0",
2020
"rollup-plugin-uglify": "~6.0.2"
2121
}
2222
}

0 commit comments

Comments
 (0)