Skip to content

Commit

Permalink
Update playground tests & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UstymUkhman committed Sep 24, 2022
1 parent 820b737 commit 0e0c907
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 339 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

*[Three.js](https://threejs.org/) + [TypeScript](https://www.typescriptlang.org/) + [SolidJS](https://www.solidjs.com/) + [Vite](https://vitejs.dev/) + [Vitest](https://vitest.dev/)*

![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/animejs?style=flat-square)
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/solid-js?style=flat-square)
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/three?style=flat-square)

<!-- ![](https://img.shields.io/github/release-date/UstymUkhman/threejs-boilerplate?color=yellow&style=flat-square) -->
<!-- ![](https://img.shields.io/github/commit-activity/m/UstymUkhman/threejs-boilerplate?style=flat-square) -->
<!-- ![](https://img.shields.io/github/last-commit/UstymUkhman/threejs-boilerplate?style=flat-square) -->
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/dev/typescript?style=flat-square)
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/solid-js?style=flat-square)
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/dev/vite?style=flat-square)
![](https://img.shields.io/github/package-json/dependency-version/UstymUkhman/threejs-boilerplate/dev/vitest?style=flat-square)

![](https://img.shields.io/github/deployments/UstymUkhman/threejs-boilerplate/github-pages?style=flat-square)
![](https://img.shields.io/github/repo-size/UstymUkhman/threejs-boilerplate?style=flat-square)
![](https://img.shields.io/badge/coverage-99.2%25-green?style=flat-square)
![](https://img.shields.io/github/repo-size/UstymUkhman/threejs-boilerplate?color=green&style=flat-square)
![](https://img.shields.io/badge/coverage-98.5%25-green?style=flat-square)
![](https://img.shields.io/github/package-json/v/UstymUkhman/threejs-boilerplate?color=brightgreen&style=flat-square)
![](https://img.shields.io/github/license/UstymUkhman/threejs-boilerplate?color=brightgreen&style=flat-square)

Expand Down
16 changes: 8 additions & 8 deletions dist/assets/index.d14d1cb9.js → dist/assets/index.eaee3187.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<!-- Manifest: -->
<link rel="manifest" href="./manifest.json" />
<script type="module" crossorigin src="./assets/index.d14d1cb9.js"></script>
<script type="module" crossorigin src="./assets/index.eaee3187.js"></script>
<link rel="stylesheet" href="./assets/index.64a40d91.css">
</head>

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
},
"dependencies": {
"animejs": "^3.2.1",
"solid-js": "^1.5.4",
"solid-js": "^1.5.6",
"three": "^0.144.0"
},
"devDependencies": {
"@types/animejs": "^3.1.5",
"@types/node": "^18.7.16",
"@types/node": "^18.7.19",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitest/web-worker": "^0.23.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vitest/web-worker": "^0.23.4",
"c8": "^7.12.0",
"eslint": "^8.23.0",
"eslint": "^8.24.0",
"jest-canvas-mock": "^2.4.0",
"jsdom": "^20.0.0",
"lil-gui": "^0.17.0",
"postcss": "^8.4.16",
"postcss-scss": "^4.0.4",
"sass": "^1.54.9",
"postcss-scss": "^4.0.5",
"sass": "^1.55.0",
"solid-testing-library": "^0.3.0",
"stylelint": "^14.11.0",
"stylelint": "^14.12.1",
"stylelint-config-standard": "^28.0.0",
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vite-plugin-glsl": "^0.3.0",
"vite-plugin-solid": "^2.3.0",
"vitest": "^0.23.1"
"typescript": "^4.8.3",
"vite": "^3.1.3",
"vite-plugin-glsl": "^0.4.0",
"vite-plugin-solid": "^2.3.7",
"vitest": "^0.23.4"
},
"engines": {
"node": ">= 16.15.1",
Expand Down
Loading

0 comments on commit 0e0c907

Please sign in to comment.