mirror of
https://github.com/BloopAI/vibe-kanban-web-companion.git
synced 2026-08-23 11:58:32 +00:00
Version Packages (#90)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06bff873dc
commit
cb0135c510
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"click-to-react-component": patch
|
||||
---
|
||||
|
||||
Fix TypeScript error "Could not find a declaration file for module"
|
||||
@@ -36,6 +36,6 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"click-to-react-component": "workspace:^1.1.0"
|
||||
"click-to-react-component": "workspace:^1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.23",
|
||||
"@types/react": "18.0.3",
|
||||
"click-to-react-component": "workspace:^1.1.0",
|
||||
"click-to-react-component": "workspace:^1.1.1",
|
||||
"eslint": "8.13.0",
|
||||
"eslint-config-next": "12.1.5",
|
||||
"typescript": "4.6.3"
|
||||
|
||||
@@ -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.1.0",
|
||||
"click-to-react-component": "workspace:^1.1.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"tiny-invariant": "^1.2.0"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# click-to-react-component
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 06bff87: Fix TypeScript error "Could not find a declaration file for module"
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "click-to-react-component",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Option+Click your React components in your browser to open the source file in VS Code",
|
||||
"exports": {
|
||||
"import": "./src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user