Skip to content

Commit

Permalink
chore(react-native): remove ci error
Browse files Browse the repository at this point in the history
Co-authored-by: Gwansik Kim <[email protected]>
  • Loading branch information
manudeli and gwansikk committed Oct 12, 2024
1 parent 87e9048 commit b642880
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 105 deletions.
10 changes: 5 additions & 5 deletions docs/suspensive.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"start": "next start -p 4000"
},
"dependencies": {
"@codesandbox/sandpack-react": "catalog:",
"@codesandbox/sandpack-react": "^2.19.1",
"@suspensive/react": "workspace:*",
"@suspensive/react-query-4": "workspace:*",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"d3": "^7.9.0",
"framer-motion": "^11.11.7",
"framer-motion": "^11.11.8",
"next": "catalog:",
"nextra": "catalog:",
"nextra-theme-docs": "catalog:",
"nextra": "^3.0.8",
"nextra-theme-docs": "^3.0.8",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"remark-sandpack": "catalog:",
"remark-sandpack": "^0.0.5",
"sharp": "catalog:"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@suspensive/react-query": "workspace:*",
"@tanstack/react-query": "catalog:react-query4",
"@tanstack/react-query-devtools": "catalog:react-query4",
"axios": "catalog:",
"axios": "^1.7.7",
"clsx": "catalog:",
"next": "catalog:",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"sharp": "catalog:",
"zod": "catalog:"
"zod": "^3.23.8"
},
"devDependencies": {
"@suspensive/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit b642880

Please sign in to comment.