This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 21
21
"test:ng14" : " karma start --ngversion 1.4" ,
22
22
"test:ng15" : " karma start --ngversion 1.5" ,
23
23
"test:ng16" : " karma start --ngversion 1.6" ,
24
- "test:downstream" : " npm run build && test_downstream_projects" ,
24
+ "test:downstream" : " npm run build && test_downstream_projects --workspace " ,
25
25
"watch" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1" ,
26
26
"debug" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome" ,
27
27
"docs" : " generate_docs && publish_docs" ,
82
82
"@types/angular-mocks" : " 1.5.11" ,
83
83
"@types/jasmine" : " 2.8.6" ,
84
84
"@types/jquery" : " 3.3.1" ,
85
- "@uirouter/publish-scripts" : " 2.3.1 " ,
85
+ "@uirouter/publish-scripts" : " 2.3.2 " ,
86
86
"dts-downlevel" : " 0.3.0" ,
87
87
"fork-ts-checker-webpack-plugin" : " 0.4.1" ,
88
88
"husky" : " ^0.14.3" ,
Original file line number Diff line number Diff line change 97
97
version "5.0.17"
98
98
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.17.tgz#c85d422b1e9a45df885be8b84f9b7f53233a7973"
99
99
100
-
101
- version "2.3.1 "
102
- resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.1 .tgz#0b380d81ae410f950010bdf964dd402b03cb30f4 "
100
+
101
+ version "2.3.2 "
102
+ resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.2 .tgz#27a919e5da3f061cc4ceb7038eda72b4001f12d1 "
103
103
dependencies :
104
104
conventional-changelog "^1.1.4"
105
105
conventional-changelog-ui-router-core "^1.4.2"
106
106
find-parent-dir "^0.3.0"
107
107
git-semver-tags "^1.2.1"
108
108
lodash "^4.17.5"
109
+ node-cleanup "^2.1.2"
109
110
npm-run-all "^4.1.1"
110
111
open "^0.0.5"
111
112
readline-sync "^1.4.7"
@@ -3729,6 +3730,10 @@ netmask@~1.0.4:
3729
3730
version "1.0.6"
3730
3731
resolved "https://registry.yarnpkg.com/netmask/-/netmask-1.0.6.tgz#20297e89d86f6f6400f250d9f4f6b4c1945fcd35"
3731
3732
3733
+ node-cleanup@^2.1.2 :
3734
+ version "2.1.2"
3735
+ resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
3736
+
3732
3737
node-libs-browser@^2.0.0 :
3733
3738
version "2.0.0"
3734
3739
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.0.0.tgz#a3a59ec97024985b46e958379646f96c4b616646"
You can’t perform that action at this time.
0 commit comments