Skip to content

Commit

Permalink
chore(cleanup): More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Nov 15, 2023
1 parent e5226da commit 16a2072
Show file tree
Hide file tree
Showing 53 changed files with 728 additions and 3,115 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,32 +109,30 @@
"@edge-runtime/vm": "^3.1.7",
"@esbuild-kit/esm-loader": "^2.6.5",
"@nrr/pnpm-duplicate-cli": "^0.0.1",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/core": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@starbeam-dev/schemas": "workspace:^",
"@starbeam-workspace/esyes": "workspace:^",
"@types/eslint": "^8.44.7",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/ui": "^1.0.0-beta.4",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"esno": "^4.0.0",
"esyes": "^1.0.1",
"fast-glob": "^3.3.2",
"happy-dom": "^12.10.3",
"jsdom": "^22.1.0",
"knip": "^2.41.2",
"node-gyp": "^9.4.0",
"node-gyp": "^10.0.1",
"prettier": "^3.1.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/preact-testing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"name": "@starbeam-workspace/preact-testing-utils",
"version": "0.7.4",
"type": "module",
"version": "0.7.4",
"publishConfig": {
"exports": {
"types": "./dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"htm": "^3.1.1"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"preact-render-to-string": "^6.2.1",
"rollup": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/preact-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@starbeam/core-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/preact",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/react",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"scheduler": "^0.23.0"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/node": "18.16.1",
"@types/react": "^18.2.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"name": "@starbeam-workspace/react-test-utils",
"version": "1.0.0",
"type": "module",
"version": "1.0.0",
"main": "index.ts",
"exports": {
"default": "./index.ts"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@starbeam-workspace/test-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/use-strict-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@starbeam/use-strict-lifecycle",
"type": "module",
"version": "0.8.9",
"description": "React hook to manage the lifecycle of a component correctly. It handles double-rendering in React 16.8+ strict mode and remounting in React 18+ strict mode. It does not circumvent those strict modes, but rather provides an ergonomic way to satisfy their requirements.",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/react": "^18.2.22",
"@types/scheduler": "^0.16.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/collections/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@starbeam/collections",
"type": "module",
"version": "0.8.9",
"description": "An implementation of JavaScript builtins built on top of Starbeam reactivity",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@swc/helpers": "^0.5.3"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/core-utils",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/core",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand All @@ -27,7 +27,7 @@
"@starbeam/universal": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/debug",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"stacktracey": "^2.1.8"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/node": "18.16.1",
"rollup": "^4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/interfaces",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/universal/modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/modifier",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@domtree/flavors": "workspace:^",
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/reactive",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/renderer",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@starbeam/shared",
"type": "module",
"version": "1.3.7",
"description": "A package that facilitates having multiple copies of Starbeam in a single process that interoperate with each other",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand All @@ -26,7 +26,7 @@
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/tags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/tags",
"version": "0.0.0",
"type": "module",
"version": "0.0.0",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"inspect-utils": "^1.0.1"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/universal",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"inspect-utils": "^1.0.1"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/universal/verify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starbeam/verify",
"version": "0.8.9",
"type": "module",
"version": "0.8.9",
"main": "index.ts",
"types": "index.ts",
"exports": {
Expand All @@ -28,7 +28,7 @@
"@starbeam/core-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/vue-testing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"name": "@starbeam-workspace/vue-testing-utils",
"version": "0.7.4",
"type": "module",
"version": "0.7.4",
"publishConfig": {
"exports": {
"types": "./dist/index.d.ts",
Expand All @@ -29,7 +29,7 @@
"@testing-library/vue": "^7.0.0"
},
"devDependencies": {
"@starbeam-dev/compile": "workspace:^",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@vue/shared": "^3.3.4",
"rollup": "^4.0.2"
Expand Down
Loading

0 comments on commit 16a2072

Please sign in to comment.