-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
86 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "model-viewer", | ||
"version": "4.12.0", | ||
"version": "4.13.0", | ||
"author": "PlayCanvas<[email protected]>", | ||
"homepage": "https://playcanvas.com", | ||
"description": "PlayCanvas glTF Viewer", | ||
|
@@ -56,8 +56,8 @@ | |
}, | ||
"devDependencies": { | ||
"@playcanvas/eslint-config": "^1.7.1", | ||
"@playcanvas/observer": "^1.4.0", | ||
"@playcanvas/pcui": "^4.3.0", | ||
"@playcanvas/observer": "^1.5.1", | ||
"@playcanvas/pcui": "^4.4.0", | ||
"@rollup/plugin-alias": "^5.1.0", | ||
"@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-image": "^3.0.3", | ||
|
@@ -68,27 +68,27 @@ | |
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"concurrently": "^8.2.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.56.0", | ||
"playcanvas": "^1.71.5", | ||
"playcanvas": "^1.72.0", | ||
"qrious": "^4.0.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-visibility-sensor": "^5.1.1", | ||
"rollup": "^4.18.0", | ||
"rollup-plugin-sass": "^1.12.22", | ||
"rollup-plugin-sass": "^1.13.0", | ||
"serve": "^14.2.3", | ||
"tslib": "^2.6.3", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.2" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"serve": "serve dist", | ||
"develop": "cross-env BUILD_TYPE=debug concurrently --kill-others \"npm run watch\" \"npm run serve\"", | ||
"develop": "cross-env concurrently --kill-others \"npm run watch\" \"npm run serve\"", | ||
"develop:local": "cross-env ENGINE_PATH=../engine npm run develop", | ||
"build:local": "cross-env ENGINE_PATH=../engine npm run build", | ||
"watch:local": "cross-env ENGINE_PATH=../engine npm run watch", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters