Skip to content

Commit

Permalink
bump react package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Dec 8, 2024
1 parent d905675 commit 376eb09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions react/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pistonite/pure-react",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts",
},
"publish": {
"exclude": ["package-lock.json", "node_modules/**", "Taskfile.yml"],
},
"imports": {
"@pistonite/pure": "jsr:@pistonite/pure@^0.0.11",
"@pistonite/pure": "jsr:@pistonite/pure@^0.0.12",
},
"lint": {
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"peerDependencies": {
"@pistonite/pure": "npm:@jsr/pistonite__pure@^0.0.11",
"@pistonite/pure": "npm:@jsr/pistonite__pure@^0.0.12",
"react": "^18"
},
"devDependencies": {
Expand Down

0 comments on commit 376eb09

Please sign in to comment.