mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
feat(ui): portainer base component css change [EE-3381] (#7115)
This commit is contained in:
parent
825269c119
commit
f78a6568a6
70 changed files with 999 additions and 1596 deletions
|
@ -105,6 +105,7 @@
|
|||
"codemirror": "~5.64.0",
|
||||
"core-js": "^3.19.3",
|
||||
"fast-json-patch": "^3.1.0",
|
||||
"feather-icons": "^4.29.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"filesize": "~3.3.0",
|
||||
"filesize-parser": "^1.5.0",
|
||||
|
@ -127,8 +128,8 @@
|
|||
"react-dom": "^17.0.2",
|
||||
"react-feather": "^2.0.9",
|
||||
"react-i18next": "^11.12.0",
|
||||
"react-is": "^17.0.2",
|
||||
"react-query": "^3.34.3",
|
||||
"react-is": "^18.2.0",
|
||||
"react-query": "^3.33.4",
|
||||
"react-select": "^5.2.1",
|
||||
"react-table": "^7.7.0",
|
||||
"react-tooltip": "^4.2.21",
|
||||
|
@ -164,6 +165,7 @@
|
|||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/angular": "^1.8.3",
|
||||
"@types/bootbox": "^5.2.2",
|
||||
"@types/feather-icons": "^4.7.0",
|
||||
"@types/file-saver": "^2.0.4",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/jquery": "^3.5.10",
|
||||
|
@ -171,6 +173,7 @@
|
|||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^17.0.37",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-is": "^17.0.3",
|
||||
"@types/react-table": "^7.7.6",
|
||||
"@types/sanitize-html": "^2.5.0",
|
||||
"@types/toastr": "^2.1.39",
|
||||
|
@ -201,6 +204,7 @@
|
|||
"eslint-plugin-promise": "^5.2.0",
|
||||
"eslint-plugin-react": "^7.27.1",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-regex": "^1.9.0",
|
||||
"eslint-plugin-storybook": "^0.5.5",
|
||||
"eslint-webpack-plugin": "^3.1.1",
|
||||
"grunt": "^1.4.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue