@xyo-network/react-form 3.0.0 → 3.0.2

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 +7 -7
  2. package/xy.config.ts +1 -1
package/package.json CHANGED
@@ -7,11 +7,11 @@
7
7
  },
8
8
  "bugs": {
9
9
  "email": "support@xyo.network",
10
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
10
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-form-credit-card": "^3.0.0",
14
- "@xyo-network/react-form-group": "^3.0.0"
13
+ "@xyo-network/react-form-credit-card": "^3.0.2",
14
+ "@xyo-network/react-form-group": "^3.0.2"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@mui/material": "^5",
@@ -20,8 +20,8 @@
20
20
  "react-dom": "^18"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
24
- "@xylabs/tsconfig-react": "^4.0.0-rc.15",
23
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
24
+ "@xylabs/tsconfig-react": "^4.0.0-rc.20",
25
25
  "typescript": "^5.5.4"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "repository": {
53
53
  "type": "git",
54
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
54
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
55
55
  },
56
56
  "scripts": {
57
57
  "lint-pkg": "npmPkgJsonLint .",
@@ -59,6 +59,6 @@
59
59
  },
60
60
  "sideEffects": false,
61
61
  "types": "dist/browser/index.d.ts",
62
- "version": "3.0.0",
62
+ "version": "3.0.2",
63
63
  "type": "module"
64
64
  }
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {