-
- Downloads
Merge branch 'vitehotfixes' into 'main'
Hot fixes for vite See merge request !110
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- netlify.toml 10 additions, 2 deletionsnetlify.toml
- package.json 1 addition, 0 deletionspackage.json
- src/components/common/Input/index.tsx 4 additions, 4 deletionssrc/components/common/Input/index.tsx
- src/components/modals/CreateChannelView/CreateChannelView.tsx 42 additions, 5 deletions...components/modals/CreateChannelView/CreateChannelView.tsx
- src/contexts/network-client-context.tsx 16 additions, 0 deletionssrc/contexts/network-client-context.tsx
... | @@ -102,6 +102,7 @@ | ... | @@ -102,6 +102,7 @@ |
"eslint-plugin-react-hooks": "^latest", | "eslint-plugin-react-hooks": "^latest", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | "eslint-plugin-simple-import-sort": "^8.0.0", | ||
"eslint-plugin-sort-destructure-keys": "^1.4.0", | "eslint-plugin-sort-destructure-keys": "^1.4.0", | ||
"netlify-cli": "^19.1.5", | |||
"nyc": "^15.1.0", | "nyc": "^15.1.0", | ||
"postcss": "^8.4.47", | "postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | "prettier": "^3.3.3", | ||
... | ... |
Please register or sign in to comment