Skip to content

Commit

Permalink
MCR-3134 made access key manager compatible with node version >= 20 (#…
Browse files Browse the repository at this point in the history
…2191)

---------

Co-authored-by: Lennard Golsch <[email protected]>
  • Loading branch information
yagee-de and golsch authored Jul 4, 2024
1 parent 581357a commit 99d5e55
Show file tree
Hide file tree
Showing 2 changed files with 1,058 additions and 2,647 deletions.
12 changes: 7 additions & 5 deletions mycore-acl/src/main/vue/access-key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@
"@typescript-eslint/parser": "^4.30.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^8.0.3",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.14"
"eslint-plugin-vue": "^9.0.0",
"jquery": "1.9.1 - 3",
"typescript": "~4.5.5",
"vue-template-compiler": "^2.6.14",
"webpack": ">=1.11.0"
}
}
Loading

0 comments on commit 99d5e55

Please sign in to comment.