@xyo-network/react-map 2.71.2 → 2.71.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -10,18 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.0.24",
14
- "@xylabs/delay": "^3.0.24",
15
- "@xylabs/forget": "^3.0.24",
16
- "@xylabs/hex": "^3.0.24",
17
- "@xylabs/lodash": "^3.0.24",
13
+ "@xylabs/assert": "^3.0.25",
14
+ "@xylabs/delay": "^3.0.25",
15
+ "@xylabs/forget": "^3.0.25",
16
+ "@xylabs/hex": "^3.0.25",
17
+ "@xylabs/lodash": "^3.0.25",
18
18
  "@xylabs/react-flexbox": "^3.1.6",
19
19
  "@xylabs/react-shared": "^3.1.6",
20
- "@xyo-network/payload-model": "^2.93.8",
21
- "@xyo-network/react-app-settings": "~2.71.2",
22
- "@xyo-network/react-archivist": "~2.71.2",
23
- "@xyo-network/react-network": "~2.71.2",
24
- "@xyo-network/react-shared": "~2.71.2",
20
+ "@xyo-network/payload-model": "^2.94.9",
21
+ "@xyo-network/react-app-settings": "~2.71.4",
22
+ "@xyo-network/react-archivist": "~2.71.4",
23
+ "@xyo-network/react-network": "~2.71.4",
24
+ "@xyo-network/react-shared": "~2.71.4",
25
25
  "@xyo-network/sdk-geo": "^2.11.3",
26
26
  "geojson": "^0.5.0",
27
27
  "mapbox-gl": "^3.2.0"
@@ -37,8 +37,8 @@
37
37
  "devDependencies": {
38
38
  "@storybook/react": "^7.6.17",
39
39
  "@types/mapbox-gl": "^2.7.21",
40
- "@xylabs/ts-scripts-yarn3": "^3.5.2",
41
- "@xylabs/tsconfig-react": "^3.5.2",
40
+ "@xylabs/ts-scripts-yarn3": "^3.9.0",
41
+ "@xylabs/tsconfig-react": "^3.9.0",
42
42
  "typescript": "^5.4.3"
43
43
  },
44
44
  "docs": "dist/docs.json",
@@ -91,6 +91,6 @@
91
91
  },
92
92
  "sideEffects": false,
93
93
  "types": "dist/browser/index.d.ts",
94
- "version": "2.71.2",
94
+ "version": "2.71.4",
95
95
  "type": "module"
96
96
  }