Skip to content

Commit

Permalink
Merge pull request #77 from pyoncord/dev
Browse files Browse the repository at this point in the history
Merge branch 'dev' into main
  • Loading branch information
pylixonly authored Sep 2, 2024
2 parents 3eb83ee + 392b2b4 commit f5bc353
Show file tree
Hide file tree
Showing 129 changed files with 5,613 additions and 2,348 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
{
"relativeDepth": 0,
"aliases": [
{ "alias": "@lib", "matcher": "^src/lib" },
{ "alias": "@metro", "matcher": "^src/lib/metro" },
{ "alias": "@core", "matcher": "^src/core" },
{ "alias": "@ui", "matcher": "^src/lib/ui" },
{ "alias": "@types", "matcher": "^src/lib/utils/types.ts" }
{ "alias": "@types", "matcher": "^src/lib/utils/types.ts" },
{ "alias": "@lib", "matcher": "^src/lib" }
]
}
]
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [amsyarasyiq]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ package-lock.json
yarn.lock
.DS_Store
lib-dist/
/packages/types
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
Expand All @@ -9,6 +8,9 @@
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.formatOnSave": false
},
"javascript.format.semicolons": "insert",
"typescript.format.semicolons": "insert",
"typescript.preferences.quoteStyle": "double",
Expand Down
46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,38 @@
},
"license": "BSD-3-Clause",
"devDependencies": {
"@react-native-clipboard/clipboard": "1.10.0",
"@swc/core": "^1.4.17",
"@swc/helpers": "^0.5.11",
"@types/chroma-js": "~2.4.0",
"@types/lodash": "~4.17.0",
"@types/node": "^20.11.25",
"@types/react": "~18.2.0",
"@types/react-native": "~0.72.0",
"@swc/core": "^1.7.0",
"@swc/helpers": "^0.5.12",
"@types/node": "^20.14.11",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/typescript-estree": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/typescript-estree": "^7.16.1",
"chalk": "^5.3.0",
"esbuild": "^0.20.2",
"esbuild-plugin-globals": "^0.2.0",
"eslint": "^8.57.0",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"intl-messageformat": "^10.5.11",
"moment": "2.22.2",
"type-fest": "^4.12.0",
"typescript": "^5.4.5",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"typescript": "^5.5.3",
"yargs-parser": "^21.1.1"
},
"dependencies": {
"chalk": "^5.3.0",
"fuzzysort": "^2.0.4",
"spitroast": "^1.4.4"
"@shopify/react-native-skia": "^1.3.8",
"@tanstack/react-query": "^5.51.16",
"@types/chroma-js": "~2.4.4",
"@types/lodash": "~4.17.7",
"@types/react": "18.2.60",
"@types/react-native": "0.72.3",
"es-toolkit": "^1.13.1",
"fuzzysort": "^3.0.2",
"intl-messageformat": "^10.5.14",
"moment": "2.22.2",
"react-native-reanimated": "^3.6.2",
"spitroast": "^1.4.4",
"type-fest": "^4.22.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit f5bc353

Please sign in to comment.