@stackflow/plugin-renderer-basic
Advanced tools
Comparing version
{ | ||
"name": "@stackflow/plugin-renderer-basic", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -24,9 +24,10 @@ "exports": { | ||
"clean": "rimraf dist", | ||
"dev": "yarn build:js --watch && yarn build:dts --watch" | ||
"dev": "yarn build:js --watch && yarn build:dts --watch", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@stackflow/core": "^1.0.3", | ||
"@stackflow/core": "^1.0.4", | ||
"@stackflow/esbuild-config": "^1.0.0", | ||
"@stackflow/eslint-config": "^1.0.0", | ||
"@stackflow/react": "^1.1.0", | ||
"@stackflow/react": "^1.1.1", | ||
"@types/react": "^18.0.10", | ||
@@ -64,3 +65,3 @@ "@typescript-eslint/eslint-plugin": "^5.32.0", | ||
}, | ||
"gitHead": "12ede8f171da8d5994293e30cf5850c6cea6260c" | ||
"gitHead": "af62fd9e23def9c7ff756a67f5f5fb7830126927" | ||
} |
8328
0.4%