@chaibuilder/pages 0.15.17 → 0.15.20
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 +9 -9
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Suraj Air",
|
|
4
4
|
"license": "Private",
|
|
5
5
|
"homepage": "https://chaibuilder.com",
|
|
6
|
-
"version": "0.15.
|
|
6
|
+
"version": "0.15.20",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@chaibuilder/runtime": "2.2.0",
|
|
68
|
-
"@chaibuilder/sdk": "3.0.
|
|
68
|
+
"@chaibuilder/sdk": "3.0.21",
|
|
69
69
|
"@types/react": "*",
|
|
70
70
|
"@types/react-dom": "*",
|
|
71
71
|
"jotai": "2.14.0",
|
|
72
|
-
"react": "^18.0 || ^19.0 || ^19.1",
|
|
73
|
-
"react-dom": "^18.0 || ^19.0 || ^19.1"
|
|
72
|
+
"react": "^18.0 || ^19.0 || ^19.1 || ^19.2",
|
|
73
|
+
"react-dom": "^18.0 || ^19.0 || ^19.1 || ^19.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependenciesMeta": {
|
|
76
76
|
"@types/react": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@chaibuilder/runtime": "2.2.0",
|
|
85
|
-
"@chaibuilder/sdk": "3.0.
|
|
85
|
+
"@chaibuilder/sdk": "3.0.22",
|
|
86
86
|
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
87
87
|
"@radix-ui/react-icons": "^1.3.2",
|
|
88
88
|
"@supabase/supabase-js": "2.50.3",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"@types/express-fileupload": "1.5.1",
|
|
122
122
|
"@types/lodash-es": "^4.17.12",
|
|
123
123
|
"@types/node": "^22.10.10",
|
|
124
|
-
"@types/react": "^19.
|
|
125
|
-
"@types/react-dom": "^19.
|
|
124
|
+
"@types/react": "^19.2",
|
|
125
|
+
"@types/react-dom": "^19.2",
|
|
126
126
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
127
127
|
"autoprefixer": "^10.4.20",
|
|
128
128
|
"chokidar": "^4.0.3",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"postcss": "^8.5.1",
|
|
144
144
|
"prettier": "^3.4.2",
|
|
145
145
|
"prettier-plugin-tailwindcss": "^0.6.13",
|
|
146
|
-
"react": "^19.
|
|
147
|
-
"react-dom": "^19.
|
|
146
|
+
"react": "^19.2",
|
|
147
|
+
"react-dom": "^19.2",
|
|
148
148
|
"tailwindcss": "^3.4.17",
|
|
149
149
|
"ts-node": "^10.9.2",
|
|
150
150
|
"typescript": "^5.7.3",
|