Skip to content

Commit

Permalink
fix(components/TabBar): more menu being cut off (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Nov 16, 2023
1 parent 5630758 commit f0eec42
Show file tree
Hide file tree
Showing 3 changed files with 765 additions and 1,943 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/spicetify/spicetify-marketplace/issues"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"scripts": {
"build": "spicetify-creator",
"build:local": "spicetify-creator --out=dist --minify",
Expand All @@ -26,27 +26,28 @@
"node": ">=20"
},
"devDependencies": {
"@types/chroma-js": "^2.4.2",
"@types/chroma-js": "^2.4.3",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"chroma-js": "^2.4.2",
"@types/semver": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"copyfiles": "^2.4.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"prismjs": "^1.29.0",
"spicetify-creator": "^1.0.16",
"typescript": "^5.2.2"
},
"dependencies": {
"react-dropdown": "^1.11.0",
"react-i18next": "^13.3.1",
"chroma-js": "^2.4.2",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"prismjs": "^1.29.0",
"react-i18next": "^13.5.0",
"react-simple-code-editor": "^0.13.1",
"semver": "^7.5.4",
"spicetify-creator": "^1.0.16",
"typescript": "^5.2.2",
"util": "^0.12.5"
"semver": "^7.5.4"
},
"private": true
}
Loading

0 comments on commit f0eec42

Please sign in to comment.