Skip to content

Commit

Permalink
ci(build): update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Sep 14, 2024
1 parent 29e8d98 commit 4d7680d
Show file tree
Hide file tree
Showing 3 changed files with 5,500 additions and 2,555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pnpm and dependencies
run: |
npm i -g pnpm
pnpm i\
pnpm i
- name: Build
run: pnpm build --release-branch=${{ github.ref_name }} --build-minify
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,26 @@
},
"dependencies": {
"@gullerya/object-observer": "^6.1.3",
"@shopify/react-native-skia": "^1.3.8",
"@tanstack/react-query": "^5.51.16",
"@shopify/react-native-skia": "^1.3.13",
"@tanstack/react-query": "^5.56.2",
"@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",
"es-toolkit": "^1.18.0",
"fuzzysort": "^3.0.2",
"intl-messageformat": "^10.5.14",
"moment": "2.22.2",
"react-native-reanimated": "^3.6.2",
"react-native-reanimated": "^3.15.2",
"spitroast": "^1.4.4",
"type-fest": "^4.22.1"
"type-fest": "^4.26.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["react", "react-native"]
"ignoreMissing": [
"react",
"react-native"
]
}
}
}
Loading

0 comments on commit 4d7680d

Please sign in to comment.