Version Packages (#76)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-25 13:18:57 -06:00
committed by GitHub
parent 76b5c3b518
commit fe99c6a53c
6 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
'click-to-react-component': minor
---
Add remix/esbuild support by checking the \_debugOwner.\_debugSource

View File

@@ -36,6 +36,6 @@
]
},
"devDependencies": {
"click-to-react-component": "workspace:^1.0.0"
"click-to-react-component": "workspace:^1.1.0"
}
}

View File

@@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.3",
"click-to-react-component": "workspace:^1.0.10",
"click-to-react-component": "workspace:^1.1.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"

View File

@@ -38,7 +38,7 @@
"@remix-run/serve": "^1.4.1",
"@remix-run/server-runtime": "^1.4.1",
"bcryptjs": "^2.4.3",
"click-to-react-component": "workspace:^1.0.0",
"click-to-react-component": "workspace:^1.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tiny-invariant": "^1.2.0"

View File

@@ -1,5 +1,11 @@
# click-to-react-component
## 1.1.0
### Minor Changes
- 9246a89: Add remix/esbuild support by checking the \_debugOwner.\_debugSource
## 1.0.10
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "click-to-react-component",
"version": "1.0.10",
"version": "1.1.0",
"description": "Option+Click your React components in your browser to open the source file in VS Code",
"exports": "./src/index.js",
"types": "src/types.d.ts",