Skip to content

Commit 1369f68

Browse files
committed
Update RE:DOM to v3.13.1
1 parent a24f236 commit 1369f68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

frameworks/keyed/redom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"redom": "3.12.7",
17-
"rollup": "0.63.4",
16+
"redom": "3.13.1",
17+
"rollup": "0.65.2",
1818
"rollup-plugin-buble": "0.19.2",
19-
"rollup-plugin-node-resolve": "3.3.0",
20-
"rollup-plugin-uglify": "4.0.0"
19+
"rollup-plugin-node-resolve": "3.4.0",
20+
"rollup-plugin-uglify": "5.0.2"
2121
}
2222
}

frameworks/non-keyed/redom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"redom": "~3.12.7",
17-
"rollup": "~0.63.4",
16+
"redom": "~3.13.1",
17+
"rollup": "~0.65.2",
1818
"rollup-plugin-buble": "~0.19.2",
19-
"rollup-plugin-node-resolve": "~3.3.0",
20-
"rollup-plugin-uglify": "~4.0.0"
19+
"rollup-plugin-node-resolve": "~3.4.0",
20+
"rollup-plugin-uglify": "~5.0.2"
2121
}
2222
}

0 commit comments

Comments
 (0)