Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 11, 2024
1 parent c654b43 commit a745a2d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 31 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"@sinkr/validators": "npm:@jsr/sinkr__validators@0.1.0",
"@sinkr/validators": "npm:@jsr/sinkr__validators@0.2.0",
"emittery": "^1.0.3",
"undici": "^7.1.0",
"zod": "^3.23.8"
"zod": "^3.24.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@sinkr/prettier-config": "workspace:*",
"@sinkr/tsconfig": "workspace:*",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "catalog:"
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"@sinkr/core": "npm:@jsr/sinkr__core@0.3.11",
"@sinkr/core": "npm:@jsr/sinkr__core@0.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/validators",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"exports": "./mod.ts"
}
4 changes: 2 additions & 2 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/validators",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "src/index.ts",
"exports": {
Expand All @@ -24,6 +24,6 @@
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"zod": "^3.23.8"
"zod": "^3.24.0"
}
}
62 changes: 38 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a745a2d

Please sign in to comment.