soda-heroui 0.11.31 → 0.11.32

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.
Files changed (3) hide show
  1. package/README.md +23 -23
  2. package/package.json +3 -3
  3. package/tsconfig.json +16 -16
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # soda-tanstack-form
2
-
3
- [![NPM version](https://img.shields.io/npm/v/soda-tanstack-form.svg?style=flat)](https://npmjs.com/package/soda-tanstack-form)
4
- [![NPM downloads](http://img.shields.io/npm/dm/soda-tanstack-form.svg?style=flat)](https://npmjs.com/package/soda-tanstack-form)
5
-
6
- ## Install
7
-
8
- ```bash
9
- $ pnpm install
10
- ```
11
-
12
- ```bash
13
- $ npm run dev
14
- $ npm run build
15
- ```
16
-
17
- ## Options
18
-
19
- TODO
20
-
21
- ## LICENSE
22
-
23
- MIT
1
+ # soda-tanstack-form
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/soda-tanstack-form.svg?style=flat)](https://npmjs.com/package/soda-tanstack-form)
4
+ [![NPM downloads](http://img.shields.io/npm/dm/soda-tanstack-form.svg?style=flat)](https://npmjs.com/package/soda-tanstack-form)
5
+
6
+ ## Install
7
+
8
+ ```bash
9
+ $ pnpm install
10
+ ```
11
+
12
+ ```bash
13
+ $ npm run dev
14
+ $ npm run build
15
+ ```
16
+
17
+ ## Options
18
+
19
+ TODO
20
+
21
+ ## LICENSE
22
+
23
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soda-heroui",
3
- "version": "0.11.31",
3
+ "version": "0.11.32",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@internationalized/date": ">=3.10.0",
39
39
  "@tanstack/react-form": "^1.27.1",
40
+ "deepsea-tools": "5.45.1",
41
+ "soda-hooks": "6.16.7",
40
42
  "soda-tanstack-form": "0.3.6",
41
- "soda-hooks": "6.16.6",
42
- "deepsea-tools": "5.45.0",
43
43
  "soda-type": "6.7.4"
44
44
  },
45
45
  "devDependencies": {
package/tsconfig.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "compilerOptions": {
3
- "baseUrl": ".",
4
- "strict": true,
5
- "declaration": true,
6
- "skipLibCheck": true,
7
- "jsx": "react-jsx",
8
- "target": "ESNext",
9
- "module": "ESNext",
10
- "moduleResolution": "Bundler",
11
- "paths": {
12
- "@/*": ["src/*"]
13
- }
14
- },
15
- "include": ["src"]
16
- }
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "strict": true,
5
+ "declaration": true,
6
+ "skipLibCheck": true,
7
+ "jsx": "react-jsx",
8
+ "target": "ESNext",
9
+ "module": "ESNext",
10
+ "moduleResolution": "Bundler",
11
+ "paths": {
12
+ "@/*": ["src/*"]
13
+ }
14
+ },
15
+ "include": ["src"]
16
+ }