@lls/typings 24.1.40-a4c31c4f → 24.1.40-ab7600a2

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.
@@ -29,6 +29,7 @@ export type User = {
29
29
  picture?: string | null
30
30
  garDivisions?: number[] | null
31
31
  booksV2?: number[] | null
32
+ levels?: number[] | null
32
33
  }
33
34
  export type GarDivision = {
34
35
  code?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.40-a4c31c4f",
3
+ "version": "24.1.40-ab7600a2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -8,10 +8,10 @@
8
8
  "license": "ISC",
9
9
  "devDependencies": {
10
10
  "@types/domhandler": "2.4.5",
11
- "@types/lodash": "4.14.202",
12
- "@types/react": "18.2.73",
11
+ "@types/lodash": "4.17.6",
12
+ "@types/react": "18.3.3",
13
13
  "cheerio": "1.0.0-rc.12",
14
- "typescript": "5.4.5"
14
+ "typescript": "5.5.3"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@biomejs/biome": "*"