@turtleclub/opportunities 0.1.0-beta.124 → 0.1.0-beta.126

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@turtleclub/opportunities",
3
+ "version": "0.1.0-beta.126",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": "./src/index.ts"
7
+ },
8
+ "scripts": {
9
+ "typecheck": "tsc --noEmit",
10
+ "prepack": "node ../../scripts/publish-manifest.mjs prepare",
11
+ "postpack": "node ../../scripts/publish-manifest.mjs restore"
12
+ },
13
+ "dependencies": {
14
+ "@tanstack/react-query": "catalog:",
15
+ "@tanstack/react-table": "catalog:",
16
+ "@turtleclub/hooks": "0.5.0-beta.100",
17
+ "@turtleclub/ui": "0.7.0-beta.35",
18
+ "@turtleclub/utils": "0.4.0-beta.2",
19
+ "jotai": "^2.10.3",
20
+ "lucide-react": "catalog:",
21
+ "viem": "catalog:",
22
+ "wagmi": "catalog:"
23
+ },
24
+ "devDependencies": {
25
+ "@types/react": "catalog:",
26
+ "@types/react-dom": "^18.3.5",
27
+ "typescript": "catalog:"
28
+ },
29
+ "gitHead": "8cd88b6df14d97ae18f56a43859c669c85ab57e7"
30
+ }
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-beta.126](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.125...@turtleclub/opportunities@0.1.0-beta.126) (2026-03-16)
7
+
8
+ **Note:** Version bump only for package @turtleclub/opportunities
9
+
10
+ # [0.1.0-beta.125](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.124...@turtleclub/opportunities@0.1.0-beta.125) (2026-03-13)
11
+
12
+ **Note:** Version bump only for package @turtleclub/opportunities
13
+
6
14
  # [0.1.0-beta.124](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.123...@turtleclub/opportunities@0.1.0-beta.124) (2026-03-12)
7
15
 
8
16
  **Note:** Version bump only for package @turtleclub/opportunities
package/README.md CHANGED
@@ -5,7 +5,7 @@ React components for interacting with Turtle Club opportunities, including depos
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pnpm add @turtleclub/opportunities
8
+ bun add @turtleclub/opportunities
9
9
  ```
10
10
 
11
11
  ## Components
@@ -173,7 +173,7 @@ Run the showcase:
173
173
 
174
174
  ```bash
175
175
  cd apps/showcase
176
- pnpm dev
176
+ bun dev
177
177
  ```
178
178
 
179
179
  Navigate to `http://localhost:3000/actions` to test the component.
package/package.json CHANGED
@@ -1,28 +1,30 @@
1
1
  {
2
2
  "name": "@turtleclub/opportunities",
3
- "version": "0.1.0-beta.124",
3
+ "version": "0.1.0-beta.126",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
7
7
  },
8
8
  "scripts": {
9
- "typecheck": "tsc --noEmit"
9
+ "typecheck": "tsc --noEmit",
10
+ "prepack": "node ../../scripts/publish-manifest.mjs prepare",
11
+ "postpack": "node ../../scripts/publish-manifest.mjs restore"
10
12
  },
11
13
  "dependencies": {
12
- "@tanstack/react-query": "^5.62.3",
14
+ "@tanstack/react-query": "^5.90.11",
13
15
  "@tanstack/react-table": "^8.21.3",
14
- "@turtleclub/hooks": "0.5.0-beta.98",
15
- "@turtleclub/ui": "0.7.0-beta.33",
16
- "@turtleclub/utils": "0.4.0-beta.0",
16
+ "@turtleclub/hooks": "0.5.0-beta.100",
17
+ "@turtleclub/ui": "0.7.0-beta.35",
18
+ "@turtleclub/utils": "0.4.0-beta.2",
17
19
  "jotai": "^2.10.3",
18
- "lucide-react": "^0.542.0",
19
- "viem": "^2.21.54",
20
- "wagmi": "^2.15.6"
20
+ "lucide-react": "^0.554.0",
21
+ "viem": "^2.47.1",
22
+ "wagmi": "^2.19.5"
21
23
  },
22
24
  "devDependencies": {
23
25
  "@types/react": "^19.1.1",
24
26
  "@types/react-dom": "^18.3.5",
25
- "typescript": "^5.7.2"
27
+ "typescript": "^5.9.2"
26
28
  },
27
- "gitHead": "f660fb0960abd423a39ebfac3f4ce21d880ff171"
29
+ "gitHead": "8cd88b6df14d97ae18f56a43859c669c85ab57e7"
28
30
  }