@lls/typings 24.1.40-a11714a7 → 24.1.40-a2ed1ae2

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,7 +29,6 @@ export type User = {
29
29
  picture?: string | null
30
30
  garDivisions?: number[] | null
31
31
  booksV2?: number[] | null
32
- levels?: number[] | null
33
32
  }
34
33
  export type GarDivision = {
35
34
  code?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.40-a11714a7",
3
+ "version": "24.1.40-a2ed1ae2",
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.17.6",
12
- "@types/react": "18.3.3",
11
+ "@types/lodash": "4.14.202",
12
+ "@types/react": "18.2.73",
13
13
  "cheerio": "1.0.0-rc.12",
14
- "typescript": "5.5.3"
14
+ "typescript": "5.4.5"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@biomejs/biome": "*"