@lls/typings 24.12.0-ff241f31 → 24.12.0

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": "@lls/typings",
3
- "version": "24.12.0-ff241f31",
3
+ "version": "24.12.0",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -8,11 +8,11 @@
8
8
  "license": "ISC",
9
9
  "devDependencies": {
10
10
  "@types/domhandler": "2.4.5",
11
- "@types/lodash": "4.17.14",
11
+ "@types/lodash": "4.17.13",
12
12
  "@types/react": "18.3.12",
13
13
  "@yorab/react-paint": "0.11.4",
14
14
  "cheerio": "1.0.0",
15
- "typescript": "5.7.3"
15
+ "typescript": "5.6.3"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@biomejs/biome": "*"
@@ -23,7 +23,6 @@ export type PresentationPropsType = {
23
23
  rightDocZoomProps?: ZoomPropsType
24
24
  isLaserCursor?: boolean
25
25
  setIsLaserCursor?: ReactSetState<boolean>
26
- boardId?: string | undefined
27
26
  showHomo?: boolean
28
27
  setShowHomo?: (homo: boolean) => void
29
28
  openProjectorView?: () => void