Update dependencies and enhance installation instructions in README
- Updated devDependencies in package.json: - Upgraded browserify to version 17.0.1 - Upgraded concurrently to version 9.2.1 - Upgraded typescript to version 5.9.3 - Upgraded uglify-js to version 3.19.3 - Updated gl-matrix dependency to version 3.4.4 - Added installation instructions to README
This commit is contained in:
2160
package-lock.json
generated
2160
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -21,13 +21,12 @@
|
|||||||
"author": "Julian Niessner",
|
"author": "Julian Niessner",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/gl-matrix": "^2.4.5",
|
"browserify": "^17.0.1",
|
||||||
"browserify": "^16.5.0",
|
"concurrently": "^9.2.1",
|
||||||
"concurrently": "^5.1.0",
|
"typescript": "^5.9.3",
|
||||||
"typescript": "^3.7.5",
|
"uglify-js": "^3.19.3"
|
||||||
"uglifyjs": "^2.4.11"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gl-matrix": "^3.1.0"
|
"gl-matrix": "^3.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user