From 2889de7f0c2d587a17fbd322af57c29e84238620 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Thu, 16 Jan 2025 12:22:14 +0100 Subject: [PATCH] update parcel --- stundenplan/package.json | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stundenplan/package.json b/stundenplan/package.json index 655e8a6..35ecf78 100644 --- a/stundenplan/package.json +++ b/stundenplan/package.json @@ -16,12 +16,12 @@ "author": "Hong-Phuc Bui", "license": "MIT", "devDependencies": { - "esdoc": "^1.1.0", - "esdoc-standard-plugin": "^1.0.0", - "jest": "^29.7.0", - "parcel": "^2.0.0-rc.0" + "esdoc": "1.1.0", + "esdoc-standard-plugin": "1.0.0", + "jest": "29.7.0", + "parcel": "2.13.3" }, "dependencies": { - "qunit": "^2.12.0" + "qunit": "2.12.0" } } -- Gitblit v1.10.0-SNAPSHOT