@cerebruminc/cerebellum 16.5.3-beta.dangerous.2164721 → 16.5.3-beta.dangerous.2bdb8f2
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/lib/cjs/Table.cjs +11 -9
- package/lib/cjs/Table.cjs.map +1 -1
- package/lib/cjs/index.cjs +1 -0
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/Table.js +10 -9
- package/lib/esm/Table.js.map +1 -1
- package/lib/esm/index.js +1 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/types/src/components/Table/mocks/mockRows.d.ts +4 -0
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerebruminc/cerebellum",
|
|
3
|
-
"version": "16.5.3-beta.dangerous.
|
|
3
|
+
"version": "16.5.3-beta.dangerous.2bdb8f2",
|
|
4
4
|
"description": "Cerebrum's React Component Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/cjs/index.cjs",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"@testing-library/user-event": "^14.0.0",
|
|
86
86
|
"@types/jest": "^29.5.12",
|
|
87
87
|
"@types/jscodeshift": "^0.12.0",
|
|
88
|
+
"@types/object-path": "^0.11.4",
|
|
88
89
|
"@types/pngjs": "^6.0.5",
|
|
89
90
|
"@types/react": "^18.2.66",
|
|
90
91
|
"@types/react-datepicker": "^6.0.3",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"jest-environment-jsdom": "^29.7.0",
|
|
103
104
|
"lint-staged": "^15.0.0",
|
|
104
105
|
"lorem-ipsum": "^2.0.4",
|
|
105
|
-
"next": "^
|
|
106
|
+
"next": "^15.1.5",
|
|
106
107
|
"react": "^18.3.1",
|
|
107
108
|
"react-dom": "^18.3.1",
|
|
108
109
|
"remark-gfm": "^4.0.0",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
123
124
|
},
|
|
124
125
|
"peerDependencies": {
|
|
125
|
-
"next": "^14.0.0 || ^15.0.0
|
|
126
|
+
"next": "^14.0.0 || ^15.0.0",
|
|
126
127
|
"react": "^18.0.0 || ^19.0.0",
|
|
127
128
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
128
129
|
"styled-components": "^6.1.16"
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
"formik": "^2.2.9",
|
|
146
147
|
"immutability-helper": "^3.1.1",
|
|
147
148
|
"libheif-js": "^1.17.1",
|
|
149
|
+
"object-path": "^0.11.8",
|
|
148
150
|
"react-datepicker": "^8.4.0",
|
|
149
151
|
"react-dropzone": "^14.3.8",
|
|
150
152
|
"react-google-autocomplete": "^2.6.1",
|