feat: Add core trading modules for risk management, backtesting, and execution algorithms, alongside a new ML transparency widget and related frontend dependencies.
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
This commit is contained in:
6
frontend/node_modules/dom-accessibility-api/.browserslistrc
generated
vendored
6
frontend/node_modules/dom-accessibility-api/.browserslistrc
generated
vendored
@@ -1,6 +0,0 @@
|
||||
ie 11
|
||||
edge >= 14
|
||||
firefox >= 52
|
||||
chrome >= 49
|
||||
safari >= 10
|
||||
node 10.0
|
||||
2
frontend/node_modules/dom-accessibility-api/README.md
generated
vendored
2
frontend/node_modules/dom-accessibility-api/README.md
generated
vendored
@@ -35,8 +35,6 @@ safari >= 10
|
||||
node 10.0
|
||||
```
|
||||
|
||||
or check the published `.browserslistrc`
|
||||
|
||||
## progress
|
||||
|
||||
Using https://github.com/web-platform-tests/wpt. Be sure to init submodules when
|
||||
|
||||
26
frontend/node_modules/dom-accessibility-api/package.json
generated
vendored
26
frontend/node_modules/dom-accessibility-api/package.json
generated
vendored
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "dom-accessibility-api",
|
||||
"description": "Implements https://w3c.github.io/accname/",
|
||||
"version": "0.5.16",
|
||||
"version": "0.6.3",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js"
|
||||
},
|
||||
@@ -15,7 +16,6 @@
|
||||
"url": "https://github.com/eps1lon/dom-accessibility-api.git"
|
||||
},
|
||||
"files": [
|
||||
".browserslistrc",
|
||||
"dist/"
|
||||
],
|
||||
"scripts": {
|
||||
@@ -48,11 +48,12 @@
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@changesets/changelog-github": "^0.4.0",
|
||||
"@changesets/cli": "^2.16.0",
|
||||
"@testing-library/dom": "^8.0.0",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"@types/node": "18.17.17",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^12.0.0",
|
||||
"eslint": "^7.27.0",
|
||||
@@ -60,23 +61,22 @@
|
||||
"jest": "^29.0.0",
|
||||
"jest-diff": "^29.0.0",
|
||||
"jest-environment-jsdom": "^29.0.0",
|
||||
"jest-junit": "^15.0.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsdom": "^20.0.0",
|
||||
"minimatch": "^6.0.0",
|
||||
"minimatch": "^9.0.0",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha-sugar-free": "^1.4.0",
|
||||
"prettier": "^2.3.0",
|
||||
"prettier": "^3.0.0",
|
||||
"q": "^1.5.1",
|
||||
"request": "^2.88",
|
||||
"request-promise-native": "^1.0.9",
|
||||
"rimraf": "^4.0.0",
|
||||
"rimraf": "^5.0.0",
|
||||
"serve": "^14.0.0",
|
||||
"typescript": "^4.3.2"
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/kind-of": "^6.0.3",
|
||||
"**/minimist": "^1.2.2"
|
||||
"@types/node": "18.17.17"
|
||||
},
|
||||
"prettier": {
|
||||
"useTabs": true
|
||||
|
||||
Reference in New Issue
Block a user