@getcronit/pylon 3.0.0-canary-20250312165208.46197dc9c25d1dd116094865809ccb1f6dbab78e → 3.0.0-canary-20250313070725.cf9593904165c22601bf5efae21fecd9f35bcb7b

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcronit/pylon",
3
- "version": "3.0.0-canary-20250312165208.46197dc9c25d1dd116094865809ccb1f6dbab78e",
3
+ "version": "3.0.0-canary-20250313070725.cf9593904165c22601bf5efae21fecd9f35bcb7b",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,8 +35,13 @@
35
35
  "@gqty/react": "^3.1.0",
36
36
  "@graphql-yoga/plugin-disable-introspection": "^2.13.0",
37
37
  "@hono/sentry": "^1.2.0",
38
+ "@radix-ui/react-collapsible": "^1.1.3",
39
+ "@radix-ui/react-slot": "^1.1.2",
38
40
  "@sentry/bun": "^8.17.0",
39
41
  "@sentry/node": "^8.54.0",
42
+ "chokidar": "^4.0.3",
43
+ "class-variance-authority": "^0.7.1",
44
+ "clsx": "^2.1.1",
40
45
  "consola": "^3.2.3",
41
46
  "gqty": "3.4.0-canary-20250207102900.644ad9fdeafa6318516627577b1d4d754d5c5a98",
42
47
  "graphql": "^16.9.0",
@@ -44,8 +49,12 @@
44
49
  "graphql-yoga": "^5.6.2",
45
50
  "hono": "^4.0.8",
46
51
  "jsonwebtoken": "^9.0.2",
52
+ "lucide-react": "^0.474.0",
47
53
  "openid-client": "^6.1.7",
54
+ "react-router": "^7.1.5",
48
55
  "sharp": "^0.33.5",
56
+ "tailwind-merge": "^3.0.1",
57
+ "tiny-glob": "^0.2.9",
49
58
  "toucan-js": "^4.1.0",
50
59
  "@getcronit/pylon-telemetry": "^1.0.3"
51
60
  },
@@ -53,13 +62,32 @@
53
62
  "node": ">=18.0.0"
54
63
  },
55
64
  "devDependencies": {
56
- "@sentry/types": "^8.54.0"
65
+ "@sentry/types": "^8.54.0",
66
+ "@tailwindcss/postcss": "^4.0.6",
67
+ "@types/react": "^19.0.8",
68
+ "@types/react-dom": "^19.0.4",
69
+ "tailwindcss": "^4.0.4",
70
+ "tailwindcss-animate": "^1.0.7",
71
+ "postcss-load-config": "^6.0.1"
57
72
  },
58
73
  "peerDependencies": {
59
- "@getcronit/pylon-pages": "1.0.1-canary-20250312165208.46197dc9c25d1dd116094865809ccb1f6dbab78e"
74
+ "@tailwindcss/postcss": "^4.0.4",
75
+ "autoprefixer": "^10.4.20",
76
+ "postcss": "^8.5.1",
77
+ "react": "^19.0.0",
78
+ "react-dom": "^19.0.0"
60
79
  },
61
80
  "peerDependenciesMeta": {
62
- "@getcronit/pylon-pages": {
81
+ "react": {
82
+ "optional": true
83
+ },
84
+ "react-dom": {
85
+ "optional": true
86
+ },
87
+ "@tailwindcss/postcss": {
88
+ "optional": true
89
+ },
90
+ "autoprefixer": {
63
91
  "optional": true
64
92
  }
65
93
  },