diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-01 12:39:07 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-01 12:39:07 +0100 |
| commit | 8388b18df9502dfa4b7147ba10c695014e206391 (patch) | |
| tree | b8d1d55f92529efde1536e966191c015c39f54d5 /package.json | |
| parent | upd: remove tools from more (diff) | |
| parent | 2023.11.0-beta.7 (diff) | |
| download | sharkey-8388b18df9502dfa4b7147ba10c695014e206391.tar.gz sharkey-8388b18df9502dfa4b7147ba10c695014e206391.tar.bz2 sharkey-8388b18df9502dfa4b7147ba10c695014e206391.zip | |
merge: upstream
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 45ea44dcd0..12912f4153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharkey", - "version": "2023.11.0.beta2", + "version": "2023.11.0.beta3", "codename": "shonk", "repository": { "type": "git", @@ -48,14 +48,14 @@ "cssnano": "6.0.1", "js-yaml": "4.1.0", "postcss": "8.4.31", - "terser": "5.22.0", + "terser": "5.24.0", "typescript": "5.2.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.9.0", - "@typescript-eslint/parser": "6.9.0", + "@typescript-eslint/eslint-plugin": "6.9.1", + "@typescript-eslint/parser": "6.9.1", "cross-env": "7.0.3", - "cypress": "13.3.3", + "cypress": "13.4.0", "eslint": "8.52.0", "start-server-and-test": "2.0.1" }, |