Skip to content

Commit

Permalink
fix: downgrade dependencies to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 19, 2024
1 parent 0a89a26 commit b803053
Show file tree
Hide file tree
Showing 2 changed files with 1,644 additions and 1,495 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.7.36",
"@swc/helpers": "^0.5.13",
"@types/node": "^22.7.6",
"semantic-release": "^24.1.3",
"@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": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/typescript-estree": "^8.9.0",
"@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.24.0",
"esbuild": "^0.20.2",
"esbuild-plugin-globals": "^0.2.0",
"eslint": "^9.12.0",
"eslint": "^8.57.0",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"semantic-release": "^24.1.2",
"typescript": "^5.6.3",
"eslint-plugin-unused-imports": "^3.2.0",
"typescript": "^5.5.3",
"yargs-parser": "^21.1.1"
},
"dependencies": {
"@gullerya/object-observer": "^6.1.3",
"@shopify/react-native-skia": "^1.4.2",
"@tanstack/react-query": "^5.59.15",
"@shopify/react-native-skia": "^1.3.8",
"@tanstack/react-query": "^5.51.16",
"@types/chroma-js": "~2.4.4",
"@types/lodash": "~4.17.10",
"@types/lodash": "~4.17.7",
"@types/react": "18.2.60",
"@types/react-native": "0.72.3",
"es-toolkit": "^1.25.2",
"fuzzysort": "^3.1.0",
"intl-messageformat": "^10.7.0",
"es-toolkit": "^1.13.1",
"fuzzysort": "^3.0.2",
"intl-messageformat": "^10.5.14",
"moment": "2.22.2",
"react-native-reanimated": "^3.15.5",
"react-native-reanimated": "^3.6.2",
"spitroast": "^1.4.4",
"type-fest": "^4.26.1"
"type-fest": "^4.22.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit b803053

Please sign in to comment.