Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadbaghaei committed Jan 25, 2025
1 parent 72910a4 commit 72b99ce
Show file tree
Hide file tree
Showing 7 changed files with 3,040 additions and 3,311 deletions.
6,319 changes: 3,024 additions & 3,295 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/google/model-viewer#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"clang-format": "^1.8.0",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-wc": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/model-viewer-effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
"@web/test-runner-playwright": "^0.11.0",
"chai": "^5.1.2",
"@rollup/plugin-swc": "^0.4.0",
"@swc/core": "^1.10.6",
"@swc/core": "^1.10.9",
"focus-visible": "^5.2.1",
"http-server": "^14.1.1",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.30.1",
"rollup": "^4.32.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-polyfill": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/model-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
"@ungap/event-target": "^0.2.4",
"@web/test-runner": "^0.19.0",
"@rollup/plugin-swc": "^0.4.0",
"@swc/core": "^1.10.6",
"@swc/core": "^1.10.9",
"@web/test-runner-playwright": "^0.11.0",
"chai": "^5.1.2",
"http-server": "^14.1.1",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.30.1",
"rollup": "^4.32.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-polyfill": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/modelviewer.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"rollup": "^4.29.1",
"rollup": "^4.32.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-swc": "^0.4.0",
"@swc/core": "^1.10.3",
"@swc/core": "^1.10.9",
"@rollup/plugin-replace": "^6.0.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/render-fidelity-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lit": "^3.2.1",
"mkdirp": "^3.0.1",
"pngjs": "^7.0.0",
"puppeteer": "^23.11.1",
"puppeteer": "^24.1.1",
"rimraf": "^6.0.1",
"yargs": "^17.7.2"
},
Expand All @@ -43,7 +43,7 @@
"@rollup/plugin-replace": "^6.0.2",
"@types/yargs": "^17.0.33",
"polymer-build": "^3.1.4",
"rollup": "^4.30.1",
"rollup": "^4.32.0",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/space-opera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@gltf-transform/functions": "^4.1.1",
"@web/test-runner": "^0.19.0",
"@rollup/plugin-swc": "^0.4.0",
"@swc/core": "^1.10.6",
"@swc/core": "^1.10.9",
"@web/test-runner-playwright": "^0.11.0",
"chai": "^5.1.2",
"gltf-validator": "^2.0.0-dev.3.10",
Expand All @@ -71,7 +71,7 @@
"qrious": "^4.0.2",
"redux": "^5.0.1",
"remote-redux-devtools": "^0.5.16",
"rollup": "^4.30.1",
"rollup": "^4.32.0",
"simple-dropzone": "^0.8.3",
"ts-closure-library": "^2022.502.5",
"typescript": "5.7.3",
Expand Down

0 comments on commit 72b99ce

Please sign in to comment.