@checkstack/dev-server 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/dev-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Local Checkstack dev server for plugin authors. Spawns the platform backend with the cwd plugin loaded, runs Vite for the frontend, and reloads on save. Used as a devDependency in plugin repos (run via `bun run dev` → `checkstack-dev`).",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
@@ -24,9 +24,9 @@
24
24
  "lint:code": "eslint . --max-warnings 0"
25
25
  },
26
26
  "dependencies": {
27
- "@checkstack/common": "0.9.0",
28
- "@vitejs/plugin-react": "^4.3.4",
29
- "vite": "^5.4.0"
27
+ "@checkstack/common": "0.10.0",
28
+ "@vitejs/plugin-react": "^6.0.1",
29
+ "vite": "^8.0.12"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@checkstack/backend": "*",
@@ -42,9 +42,9 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@checkstack/tsconfig": "0.0.7",
45
- "@checkstack/scripts": "0.3.1",
46
- "@checkstack/backend": "0.9.1",
47
- "@checkstack/frontend": "0.5.1",
45
+ "@checkstack/scripts": "0.3.2",
46
+ "@checkstack/backend": "0.10.0",
47
+ "@checkstack/frontend": "0.6.0",
48
48
  "typescript": "^5.0.0"
49
49
  }
50
50
  }