Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 11, 2024
1 parent b43144a commit 8a72446
Show file tree
Hide file tree
Showing 6 changed files with 728 additions and 573 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
8 changes: 4 additions & 4 deletions examples/react-native-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@suspensive/react-native": "workspace:*",
"expo": "catalog:",
"expo-status-bar": "catalog:",
"expo": "^51.0.22",
"expo-status-bar": "~1.12.1",
"react": "catalog:react18",
"react-native": "catalog:react18"
"react-native": "^0.75.4"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@expo/webpack-config": "catalog:",
"@expo/webpack-config": "^19.0.1",
"@types/react": "catalog:react18"
}
}
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
12 changes: 6 additions & 6 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"@suspensive/eslint-config": "workspace:*",
"@suspensive/tsconfig": "workspace:*",
"@suspensive/tsup": "workspace:*",
"@testing-library/react-native": "catalog:",
"@testing-library/react-native": "^12.5.2",
"@types/react": "catalog:react18",
"babel-jest": "catalog:",
"expo": "catalog:",
"jest": "catalog:",
"jest-expo": "catalog:",
"babel-jest": "^29.7.0",
"expo": "^51.0.22",
"jest": "^29.7.0",
"jest-expo": "^51.0.3",
"react": "catalog:react18",
"react-native": "catalog:react18",
"react-native": "^0.75.4",
"ts-node": "^10.9.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8a72446

Please sign in to comment.