You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/02 09:26:51 UTC

(myfaces-tobago) 01/02: build(deps): update Rollup to 4.2.0

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 4339037243da1de32564c0d7a73e9e74cbe30be2
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Nov 2 10:13:07 2023 +0100

    build(deps): update Rollup to 4.2.0
    
    Update Rollup and it's plugins.
---
 tobago-theme/package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 6b7d645c23..0e8f977134 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -73,11 +73,11 @@
     "lit-html": "^2.8.0"
   },
   "devDependencies": {
-    "@rollup/plugin-commonjs": "^25.0.4",
+    "@rollup/plugin-commonjs": "^25.0.7",
     "@rollup/plugin-node-resolve": "^15.2.3",
     "@rollup/plugin-replace": "^5.0.5",
-    "@rollup/plugin-terser": "^0.4.3",
-    "@rollup/plugin-typescript": "^11.1.3",
+    "@rollup/plugin-terser": "^0.4.4",
+    "@rollup/plugin-typescript": "^11.1.5",
     "@types/bootstrap": "^5.2.6",
     "@types/jest": "^29.5.5",
     "@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -91,7 +91,7 @@
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^10.1.0",
-    "rollup": "^3.27.0",
+    "rollup": "^4.2.0",
     "sass": "^1.66.1",
     "ts-jest": "^29.1.1",
     "typescript": "^5.1.6"