1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

chore(deps): replace semver compare with local solutions [EE-5018] (#8491)

This commit is contained in:
Chaim Lev-Ari 2023-02-26 15:25:24 +02:00 committed by GitHub
parent 088262b6dc
commit e0481f69b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 96 additions and 10 deletions

View file

@ -143,7 +143,6 @@
"react-select": "^5.2.1",
"react-table": "^7.7.0",
"sanitize-html": "^2.8.1",
"semver-compare": "^1.0.0",
"spinkit": "^2.0.1",
"splitargs": "github:deviantony/splitargs#semver:~0.2.0",
"strip-ansi": "^6.0.0",
@ -185,7 +184,6 @@
"@types/react-is": "^17.0.3",
"@types/react-table": "^7.7.6",
"@types/sanitize-html": "^2.8.0",
"@types/semver-compare": "^1.0.1",
"@types/toastr": "^2.1.39",
"@types/uuid": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",