Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 9, 2022
1 parent f3d4446 commit f8284ce
Show file tree
Hide file tree
Showing 269 changed files with 1,551 additions and 1,282 deletions.
6 changes: 3 additions & 3 deletions examples/adaptive-threshold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -34,7 +34,7 @@
"screenshot": "examples/adaptive-threshold.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
4 changes: 2 additions & 2 deletions examples/async-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/bitmap-font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"screenshot": "examples/bitmap-font.gif"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/canvas-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"screenshot": "examples/canvas-dial.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/cellular-automata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -32,7 +32,7 @@
"screenshot": "examples/cellular-automata.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/color-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
},
"dependencies": {
"@thi.ng/api": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/commit-heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"tools": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}
10 changes: 5 additions & 5 deletions examples/commit-table-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^17.0.17",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.8.2"
"@types/node": "^17.0.21",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"vite": "^2.8.6"
},
"dependencies": {
"@thi.ng/api": "workspace:^",
Expand All @@ -28,7 +28,7 @@
"@thi.ng/transducers": "workspace:^",
"@thi.ng/transducers-hdom": "workspace:^",
"@types/express": "^4.17.13",
"express": "^4.17.2"
"express": "^4.17.3"
},
"browser": {
"process": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/crypto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"screenshot": "examples/crypto-chart.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/devcards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -28,7 +28,7 @@
]
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/dominant-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
},
"dependencies": {
"@thi.ng/api": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions examples/ellipse-proximity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"screenshot": "examples/ellipse-proximity.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/fft-synth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"screenshot": "examples/fft-synth.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/geom-convex-hull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"screenshot": "examples/geom-convex-hull.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/geom-fuzz-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -32,7 +32,7 @@
"screenshot": "geom/geom-fuzz.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/geom-knn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"screenshot": "examples/geom-knn.jpg"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/geom-tessel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"screenshot": "geom/tessel.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/geom-voronoi-mst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"screenshot": "examples/geom-voronoi-mst.jpg"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/gesture-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"screenshot": "examples/gesture-analysis.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/grid-iterators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"screenshot": "examples/grid-iterators.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/hdom-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -20,7 +20,7 @@
"util": false
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
6 changes: 3 additions & 3 deletions examples/hdom-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"build": "tsc && vite build --base='./'",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -27,7 +27,7 @@
"screenshot": "examples/hdom-benchmark.png"
},
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.8.2"
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
Loading

0 comments on commit f8284ce

Please sign in to comment.