2019-04-04 11:33:38 +03:00
|
|
|
{
|
2019-09-16 18:53:23 +03:00
|
|
|
"name": "digital-asset_daml_dummy",
|
|
|
|
"displayName": "digital-asset_daml_dummy",
|
2019-04-04 11:33:38 +03:00
|
|
|
"description": "package for bazel-managed nodejs dependencies",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
2020-06-23 19:00:01 +03:00
|
|
|
"resolutions" : {
|
|
|
|
"**/elliptic": "^6.5.3"
|
|
|
|
},
|
2019-04-04 11:33:38 +03:00
|
|
|
"dependencies": {
|
|
|
|
"bower": "1.8.8",
|
2020-06-11 20:36:40 +03:00
|
|
|
"color-convert": "2.0.1",
|
|
|
|
"colors": "1.4.0",
|
2019-04-04 11:33:38 +03:00
|
|
|
"dockerode": "^2.5.8",
|
|
|
|
"express": "^4.16.4",
|
|
|
|
"express-session": "^1.15.6",
|
2019-06-07 17:53:26 +03:00
|
|
|
"grunt": "1.0.4",
|
2019-04-04 11:33:38 +03:00
|
|
|
"grunt-banner": "0.6.0",
|
|
|
|
"grunt-browserify": "5.3.0",
|
|
|
|
"grunt-cli": "1.3.2",
|
|
|
|
"grunt-contrib-clean": "2.0.0",
|
|
|
|
"grunt-contrib-connect": "2.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-sass": "1.0.0",
|
|
|
|
"grunt-contrib-uglify": "4.0.0",
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-exec": "3.0.0",
|
2019-06-07 17:53:26 +03:00
|
|
|
"grunt-open": "0.2.4",
|
2020-01-16 17:55:32 +03:00
|
|
|
"http-proxy": "^1.17.0",
|
2020-06-11 20:36:40 +03:00
|
|
|
"matchdep": "2.0.0",
|
2019-04-04 11:33:38 +03:00
|
|
|
"node-cache": "^4.2.0",
|
2020-06-11 20:36:40 +03:00
|
|
|
"setprototypeof": "^1.2.0",
|
2020-01-29 17:37:47 +03:00
|
|
|
"typescript": "3.7.4",
|
2019-04-04 11:33:38 +03:00
|
|
|
"url": "^0.11.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
Upgrade rules_nodejs to version 1.6.0 (#5539)
* Upgrade rules_nodejs to version 1.6.0
closes #5367
This includes the fixes for the issues in jest that we’ve been seeing.
changelog_begin
changelog_end
* Fix eslint rules
* A bit of progress
* Try to add LinkablePackageInfo (doesn’t seem to work yet)
* Add rootDirs
* revert da_ts_library
* da_ts_library: add LinkablePackageInfo info
* Remove react hook workaround
Since rules_nodejs 1.6.0 this fails with the following error:
```
● Test suite failed to run
Configuration error:
Could not locate module react mapped as:
/.../execroot/com_github_digital_asset_daml/bazel-out/k8-opt/bin/language-support/ts/daml-react/test.sh.runfiles/com_github_digital_asset_daml/node_modules/react/umd/react.development.js.
Please check your configuration for these entries:
{
"moduleNameMapper": {
"/^react$/": "/.../execroot/com_github_digital_asset_daml/bazel-out/k8-opt/bin/language-support/ts/daml-react/test.sh.runfiles/com_github_digital_asset_daml/node_modules/react/umd/react.development.js"
},
"resolver": null
}
49 | // like a promis without being one.
50 | /* eslint-disable @typescript-eslint/no-floating-promises */
> 51 | var react_1 = __importStar(require("react"));
| ^
52 | var react_hooks_1 = require("@testing-library/react-hooks");
53 | var index_1 = __importStar(require("./index"));
54 | var events_1 = require("events");
at createNoMappedModuleFoundError (../../../../../../../../../../../node_modules/jest-resolve/build/index.js:501:17)
at Object.<anonymous> (index.test.js:51:28)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 1.88s
Ran all test suites within paths "language-support/ts/daml-react/DamlLedger.d.ts", "language-support/ts/daml-react/DamlLedger.js", "language-support/ts/daml-react/context.d.ts", "language-support/ts/daml-react/context.js", "language-support/ts/daml-react/hooks.d.ts", "language-support/ts/daml-react/hooks.js", "language-support/ts/daml-react/index.d.ts", "language-support/ts/daml-react/index.js", "language-support/ts/daml-react/index.test.d.ts", "language-support/ts/daml-react/index.test.js".
=
```
* rootDirs is not needed for tsc
This is only required for ts_project
* Update yarn Bazel packages
* docs/theme add missing dependencies
* Remove unused attribute module_root
Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-04-17 15:03:33 +03:00
|
|
|
"@bazel/bazel": "2.1.0",
|
|
|
|
"@bazel/hide-bazel-files": "1.6.0",
|
|
|
|
"@bazel/typescript": "1.6.0"
|
2019-04-04 11:33:38 +03:00
|
|
|
}
|
|
|
|
}
|