Skip to content

Commit

Permalink
build(examples): update pkg configs
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 14, 2021
1 parent c0d221e commit f0b4660
Show file tree
Hide file tree
Showing 107 changed files with 324 additions and 117 deletions.
4 changes: 3 additions & 1 deletion examples/adaptive-threshold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/async-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/bitmap-font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/canvas-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/cellular-automata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/color-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
9 changes: 8 additions & 1 deletion examples/commit-heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"clean": "../../node_modules/.bin/rimraf .cache build out",
"build": "../../node_modules/.bin/ts-node src/index.ts"
"build": "../../scripts/node-esm src/index.ts"
},
"dependencies": {
"@thi.ng/associative": "latest",
"@thi.ng/color": "latest",
"@thi.ng/compose": "latest",
"@thi.ng/date": "latest",
"@thi.ng/hiccup": "latest",
"@thi.ng/hiccup-svg": "latest",
"@thi.ng/math": "latest",
Expand All @@ -28,5 +30,10 @@
"transducers"
],
"screenshot": "examples/commit-heatmap.png"
},
"browser": {
"process": false,
"setTimeout": false,
"util": false
}
}
5 changes: 1 addition & 4 deletions examples/commit-heatmap/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": ".",
"target": "es2017",
"module": "commonjs",
"lib": ["ES2020.String"]
"outDir": "."
},
"include": ["./src/**/*.ts"]
}
4 changes: 3 additions & 1 deletion examples/crypto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/devcards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
5 changes: 3 additions & 2 deletions examples/dominant-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@thi.ng/color": "latest",
"@thi.ng/compare": "latest",
"@thi.ng/dl-asset": "latest",
"@thi.ng/hiccup-carbon-icons": "latest",
"@thi.ng/hiccup-html": "latest",
"@thi.ng/hiccup-svg": "latest",
"@thi.ng/pixel": "latest",
Expand All @@ -34,7 +33,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/ellipse-proximity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/fft-synth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/geom-convex-hull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/geom-fuzz-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/geom-knn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/geom-tessel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/geom-voronoi-mst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/gesture-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/grid-iterators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"devDependencies": {
"@types/snowpack-env": "^2.3.3"
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"screenshot": "examples/hdom-benchmark.png"
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-benchmark2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-canvas-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-canvas-draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-canvas-particles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-canvas-shapes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-dropdown-fuzzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"devDependencies": {
"@types/snowpack-env": "^2.3.3"
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-dyn-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"devDependencies": {
"@types/snowpack-env": "^2.3.3"
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-elm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"thi.ng": {
"readme": [
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-inner-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"devDependencies": {
"@types/snowpack-env": "^2.3.3"
Expand Down
4 changes: 3 additions & 1 deletion examples/hdom-local-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"last 3 Chrome versions"
],
"browser": {
"process": false
"process": false,
"setTimeout": false,
"util": false
},
"devDependencies": {
"@types/snowpack-env": "^2.3.3"
Expand Down
Loading

0 comments on commit f0b4660

Please sign in to comment.