Skip to content

Commit 3cb77ad

Browse files
author
simone
committed
bump deps and refractor some code for clean up
1 parent fd0346e commit 3cb77ad

10 files changed

+102
-390
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
19.5.0

media/example_mac.mp4

1 Byte
Binary file not shown.

package-lock.json

+95-384
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"gl-transition": "^1.13.0",
7070
"gl-transitions": "^1.43.0",
7171
"ndarray": "^1.0.19",
72-
"p-map": "^7.0.0",
72+
"p-map": "^7.0.1",
7373
"rmfr": "^2.0.0",
7474
"tempy": "^3.1.0",
7575
"url-parse": "^1.5.10"
@@ -81,14 +81,14 @@
8181
"@types/gl": "^6.0.5",
8282
"@types/gl-texture2d": "^2.1.6",
8383
"@types/jest": "^29.5.11",
84-
"@types/node": "^20.10.5",
84+
"@types/node": "^20.11.0",
8585
"@types/url-parse": "^1.4.11",
86-
"@typescript-eslint/eslint-plugin": "^6.15.0",
87-
"@typescript-eslint/parser": "^6.15.0",
86+
"@typescript-eslint/eslint-plugin": "^6.18.1",
87+
"@typescript-eslint/parser": "^6.18.1",
8888
"eslint": "^8.56.0",
8989
"eslint-config-prettier": "^9.1.0",
9090
"eslint-plugin-import": "^2.29.1",
91-
"eslint-plugin-prettier": "^5.1.1",
91+
"eslint-plugin-prettier": "^5.1.3",
9292
"eslint-plugin-sonarjs": "^0.23.0",
9393
"eslint-plugin-unicorn": "^50.0.1",
9494
"jest": "^29.7.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
5959
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
6060
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
61-
"outDir": "./dist/esm", /* Specify an output folder for all emitted files. */
61+
"outDir": "dist/esm", /* Specify an output folder for all emitted files. */
6262
"removeComments": true, /* Disable emitting comments. */
6363
// "noEmit": true, /* Disable emitting files from a compilation. */
6464
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */

0 commit comments

Comments
 (0)