There was an error fetching the commit references. Please try again later.
feat: support update all profiles
Showing
... | ... | @@ -29,6 +29,7 @@ |
"axios": "^1.1.3", | ||
"dayjs": "1.11.5", | ||
"i18next": "^22.0.4", | ||
"lodash-es": "^4.17.21", | ||
"monaco-editor": "^0.34.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
... | ... | @@ -47,6 +48,7 @@ |
"@types/fs-extra": "^9.0.13", | ||
"@types/js-cookie": "^3.0.2", | ||
"@types/lodash": "^4.14.180", | ||
"@types/lodash-es": "^4.17.7", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@vitejs/plugin-react": "^2.0.1", | ||
... | ... |
Please register or sign in to comment