@getcronit/pylon 3.0.0-canary-20250312165655.826d17474bf64dfdbd9e31dd76e4f3898d48a6d1 → 3.0.0-canary-20250313071016.ae6b1c56cc44cc99648aaee747ea420a05ed0f84

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-20250312165655.826d17474bf64dfdbd9e31dd76e4f3898d48a6d1",
3
+ "version": "3.0.0-canary-20250313071016.ae6b1c56cc44cc99648aaee747ea420a05ed0f84",
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,17 +49,47 @@
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
- "@getcronit/pylon-pages": "1.0.1-canary-20250312165655.826d17474bf64dfdbd9e31dd76e4f3898d48a6d1",
51
59
  "@getcronit/pylon-telemetry": "^1.0.3"
52
60
  },
53
61
  "engines": {
54
62
  "node": ">=18.0.0"
55
63
  },
56
64
  "devDependencies": {
57
- "@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"
72
+ },
73
+ "peerDependencies": {
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"
79
+ },
80
+ "peerDependenciesMeta": {
81
+ "react": {
82
+ "optional": true
83
+ },
84
+ "react-dom": {
85
+ "optional": true
86
+ },
87
+ "@tailwindcss/postcss": {
88
+ "optional": true
89
+ },
90
+ "autoprefixer": {
91
+ "optional": true
92
+ }
58
93
  },
59
94
  "scripts": {
60
95
  "build": "rimraf ./dist && node build.js && pnpm run build:declarations",