@luxfi/core 5.0.4 → 5.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/tsconfig.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/core",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@hanzo/auth": "2.4.6",
41
- "@hanzo/commerce": "7.0.1",
41
+ "@hanzo/commerce": "7.0.2",
42
42
  "@hanzo/ui": "3.7.0",
43
43
  "@next/third-parties": "^14.1.0",
44
44
  "cookies-next": "^4.1.1",
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../tsconfig.lux.base.json",
2
+ "extends": "../tsconfig.modules.base.json",
3
3
  "include": [
4
4
  "**/*.ts",
5
5
  "**/*.tsx",