Skip to content

Commit

Permalink
chore: update optionalDeps
Browse files Browse the repository at this point in the history
use elelctron@25(Chromium 114) in test
use conventional-changelog to produce changelog
  • Loading branch information
lslzl3000 committed May 3, 2023
1 parent a510a56 commit 7bfa165
Show file tree
Hide file tree
Showing 2 changed files with 1,135 additions and 26 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"minify:es": "uglifyjs dist/orillusion.es.js -o dist/orillusion.es.js -c -m",
"test": "electron test/ci/main.js",
"test:ci": "xvfb-maybe -- electron test/ci/main.js",
"test:install": "pnpm i electron@npm:electron-nightly@latest xvfb-maybe -O",
"docs": "npm run docs:core && npm run docs:physics && npm run docs:media && npm run docs:stats",
"docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ./script/typedoc-plugin-not-exported.js --tsconfig tsconfig.build.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out",
"docs:core": "npm run docs:typedoc docs/api src/index.ts",
"docs:physics": "cd packages/physics && npm run docs",
"docs:media": "cd packages/media-extention && npm run docs",
"docs:stats": "cd packages/stats && npm run docs"
"docs:stats": "cd packages/stats && npm run docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@webgpu/types": "^0.1.30",
Expand All @@ -40,7 +40,8 @@
"vite": "^4.2.2"
},
"optionalDependencies": {
"electron": "npm:electron-nightly@latest",
"conventional-changelog-cli": "^2.2.2",
"electron": "25.0.0-beta.1",
"uglify-js": "^3.17.4",
"xvfb-maybe": "^0.2.1"
}
Expand Down
Loading

0 comments on commit 7bfa165

Please sign in to comment.