Skip to content

Commit c5fb0dd

Browse files
author
CRA Keishi Kawada
committed
ci: patch version up
1 parent 46d7872 commit c5fb0dd

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

examples/tracing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@react-hook-observability/hooks": "~0.1.14",
1213
"@types/node": "20.8.5",
1314
"@types/react": "18.2.28",
1415
"@types/react-dom": "18.2.13",
@@ -20,7 +21,6 @@
2021
"react": "18.2.0",
2122
"react-dom": "18.2.0",
2223
"tailwindcss": "3.3.3",
23-
"typescript": "5.2.2",
24-
"@react-hook-observability/hooks": "0.1"
24+
"typescript": "5.2.2"
2525
}
2626
}

examples/tracing/pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hooks/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hook-observability/hooks",
3-
"version": "0.1.14",
3+
"version": "0.1.16",
44
"description": "provides Observability as React Hooks in React.",
55
"main": "dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)