Skip to content

Commit

Permalink
Update checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Sep 18, 2023
1 parent d4fcaff commit aea6b6b
Show file tree
Hide file tree
Showing 27 changed files with 974 additions and 2,245 deletions.
2 changes: 1 addition & 1 deletion demos/preact-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@starbeam/eslint-plugin": "workspace:^",
"@vitest/ui": "*",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
54 changes: 27 additions & 27 deletions demos/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,21 @@
{
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/interfaces": "workspace:^",
"@starbeam/preact": "workspace:^",
"@starbeam/reactive": "workspace:^",
"@starbeam/resource": "workspace:^",
"@starbeam/universal": "workspace:^",
"preact": "*",
"purecss": "^3.0.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@starbeam/eslint-plugin": "workspace:^",
"@vitest/ui": "*",
"vite": "4.3.3",
"vitest": "^0.30.1"
},
"private": true,
"name": "@starbeam-demos/preact",
"main": "index.ts",
"exports": {
"default": "./index.ts"
},
"main": "index.ts",
"name": "@starbeam-demos/preact",
"private": true,
"publishConfig": {
"exports": {
".": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
},
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"starbeam": {
"jsx": "preact",
"source": "tsx",
Expand All @@ -50,6 +29,10 @@
}
]
},
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\"",
"test:types": "tsc --noEmit -p tsconfig.json"
Expand All @@ -64,9 +47,26 @@
"preact": "*",
"purecss": "^3.0.0"
},
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/interfaces": "workspace:^",
"@starbeam/preact": "workspace:^",
"@starbeam/reactive": "workspace:^",
"@starbeam/resource": "workspace:^",
"@starbeam/universal": "workspace:^",
"preact": "*",
"purecss": "^3.0.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@starbeam/eslint-plugin": "workspace:^",
"@vitest/ui": "*",
"vite": "4.3.3",
"vitest": "^0.34.4"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
52 changes: 26 additions & 26 deletions demos/react-jsnation-workshop/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,23 @@
{
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/react": "workspace:^",
"@starbeam/universal": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vanilla-framework": "^3.15.0"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitest/ui": "*",
"vite": "4.3.9"
},
"private": true,
"name": "@starbeam-demos/react-jsnation-workshop",
"version": "1.0.0",
"type": "module",
"main": "index.ts",
"exports": {
"default": "./index.ts"
},
"main": "index.ts",
"name": "@starbeam-demos/react-jsnation-workshop",
"private": true,
"publishConfig": {
"exports": {
".": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
},
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"starbeam": {
"jsx": "react",
"source": "tsx",
Expand All @@ -48,6 +31,23 @@
}
]
},
"type": "module",
"version": "1.0.0"
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/react": "workspace:^",
"@starbeam/universal": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vanilla-framework": "^4.3.0"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitest/ui": "*",
"vite": "4.3.9"
}
}
62 changes: 31 additions & 31 deletions demos/react-jsnation/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,23 @@
{
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/debug": "workspace:^",
"@starbeam/interfaces": "workspace:^",
"@starbeam/react": "workspace:^",
"@starbeam/reactive": "workspace:^",
"@starbeam/resource": "workspace:^",
"@starbeam/universal": "workspace:^",
"purecss": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@vitest/ui": "*",
"vite": "4.3.9"
},
"private": true,
"name": "@starbeam-demos/react-jsnation",
"version": "1.0.0",
"type": "module",
"main": "index.ts",
"exports": {
"default": "./index.ts"
},
"main": "index.ts",
"name": "@starbeam-demos/react-jsnation",
"private": true,
"publishConfig": {
"exports": {
".": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
},
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:specs": "vitest --run",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"starbeam": {
"jsx": "react",
"source": "tsx",
Expand All @@ -53,6 +31,28 @@
}
]
},
"type": "module",
"version": "1.0.0"
"scripts": {
"test:lint": "eslint \"src/**/*.{tsx,ts}\" --max-warnings 0",
"test:specs": "vitest --run",
"test:types": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@starbeam/collections": "workspace:^",
"@starbeam/debug": "workspace:^",
"@starbeam/interfaces": "workspace:^",
"@starbeam/react": "workspace:^",
"@starbeam/reactive": "workspace:^",
"@starbeam/resource": "workspace:^",
"@starbeam/universal": "workspace:^",
"purecss": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitest/ui": "*",
"vite": "4.3.9"
}
}
4 changes: 2 additions & 2 deletions demos/react-jsnation/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.0",
"jsdom": "^21.1.1"
"@types/react": "^18.2.22",
"jsdom": "^22.1.0"
},
"name": "@starbeam-tests/demos-react-jsnation",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions demos/react-lite-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
10 changes: 5 additions & 5 deletions demos/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"devDependencies": {
"@shopify/polaris": "^10.48.0",
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.27",
"@vitest/ui": "*",
"axios": "^1.3.6",
"styled-components": "^5.3.10",
"styled-components": "^6.0.8",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
8 changes: 4 additions & 4 deletions demos/react-stock-ticker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-portal": "^4.0.4",
"@vitest/ui": "0.32.2",
"@vitest/ui": "*",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
6 changes: 3 additions & 3 deletions demos/react-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitest/ui": "*",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
6 changes: 3 additions & 3 deletions demos/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitest/ui": "*",
"vite": "4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.4"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,23 @@
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@changesets/changelog-git": "^0.1.14",
"@changesets/cli": "^2.26.2",
"@changesets/config": "^2.3.1",
"@edge-runtime/vm": "^3.1.1",
"@edge-runtime/vm": "^3.1.3",
"@nrr/pnpm-duplicate-cli": "^0.0.1",
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "20.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitest/ui": "^0.34.3",
"eslint": "^8.48.0",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitest/ui": "^0.34.4",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
Expand All @@ -134,16 +134,16 @@
"eslint-plugin-unused-imports": "^3.0.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"happy-dom": "^10.11.2",
"happy-dom": "^12.1.2",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"rollup": "^3.29.0",
"rollup": "^3.29.2",
"tslib": "^2.6.2",
"turbo": "^1.10.13",
"turbo": "^1.10.14",
"typescript": "^5.2.2",
"vite": "4.4.9",
"vite-plugin-babel": "^1.1.3",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"license": "MIT",
"nodemonConfig": {
Expand Down
Loading

0 comments on commit aea6b6b

Please sign in to comment.