|
1 | 1 | { |
2 | 2 | "private": false, |
3 | 3 | "name": "@formulier/react", |
4 | | - "version": "0.3.0", |
| 4 | + "version": "0.3.1", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "Jasper Van Gestel <[email protected]> (https://github.com/vjee)", |
7 | 7 | "description": "Simple, performant form library for React", |
|
41 | 41 | }, |
42 | 42 | "scripts": { |
43 | 43 | "build": "tsc --project tsconfig.build.json", |
44 | | - "dev": "tsup --project tsconfig.build.json --watch", |
| 44 | + "dev": "tsup src/index.ts --tsconfig tsconfig.build.json --watch", |
45 | 45 | "typecheck": "tsc", |
46 | 46 | "test": "vitest run", |
47 | 47 | "coverage": "vitest run --coverage" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | 50 | "@formulier/core": "workspace:*", |
51 | | - "use-sync-external-store": "^1.4.0" |
| 51 | + "use-sync-external-store": "^1.5.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@formulier/core": "workspace:0.3.0", |
| 54 | + "@formulier/core": "workspace:0.3.1", |
55 | 55 | "@formulier/tsconfig": "workspace:*", |
56 | | - "@testing-library/jest-dom": "^6.6.3", |
57 | | - "@testing-library/react": "^16.2.0", |
| 56 | + "@testing-library/jest-dom": "^6.7.0", |
| 57 | + "@testing-library/react": "^16.3.0", |
58 | 58 | "@testing-library/user-event": "^14.6.1", |
59 | | - "@types/react": "^19.0.12", |
60 | | - "@types/react-dom": "^19.0.4", |
| 59 | + "@types/react": "^19.1.10", |
| 60 | + "@types/react-dom": "^19.1.7", |
61 | 61 | "@types/shallow-clone": "^3.0.2", |
62 | | - "@types/use-sync-external-store": "^0.0.6", |
63 | | - "@vitest/coverage-istanbul": "^3.0.9", |
64 | | - "jsdom": "^26.0.0", |
65 | | - "react": "^19.0.0", |
66 | | - "react-dom": "^19.0.0", |
67 | | - "vitest": "^3.0.9" |
| 62 | + "@types/use-sync-external-store": "^1.5.0", |
| 63 | + "@vitest/coverage-istanbul": "^3.2.4", |
| 64 | + "jsdom": "^26.1.0", |
| 65 | + "react": "^19.1.1", |
| 66 | + "react-dom": "^19.1.1", |
| 67 | + "tsup": "^8.5.0", |
| 68 | + "vitest": "^3.2.4" |
68 | 69 | }, |
69 | 70 | "peerDependencies": { |
70 | 71 | "react": ">=16.8.0" |
|
0 commit comments