File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 56
56
steps :
57
57
- restore_cache : *repo_cache
58
58
- restore_cache : *deps_cache
59
- - run : yarn install
60
59
- run : yarn test:ci
61
60
- store_test_results :
62
61
path : ./coverage
Original file line number Diff line number Diff line change 55
55
"babel-jest" : " 23.4.2" ,
56
56
"codelyzer" : " 4.5.0" ,
57
57
"husky" : " 1.1.3" ,
58
+ "immutable" : " 3.8.1" ,
58
59
"jest" : " 23.4.1" ,
59
60
"jest-junit" : " 5.1.0" ,
60
61
"jest-preset-angular" : " 6.0.0" ,
Original file line number Diff line number Diff line change 32
32
"rxjs" : " ^6.0.0"
33
33
},
34
34
"dependencies" : {
35
- "immutable" : " 3.8.2 "
35
+ "immutable" : " 3.8.1 "
36
36
},
37
37
"devDependencies" : {
38
38
"@angular-redux/store" : " 9.0.0"
Original file line number Diff line number Diff line change 102
102
" @angular-devkit/core" " 7.2.1"
103
103
rxjs "6.3.3"
104
104
105
+ " @angular-redux/form@latest " :
106
+ version "9.0.1"
107
+ resolved "https://registry.yarnpkg.com/@angular-redux/form/-/form-9.0.1.tgz#d5af15cf0ada24bd92c623e877cfdd8fd8f9d674"
108
+ integrity sha512-qcrpwW05vG3UrjMNZTHICkgA4oeUbfImqeGLwjUAGca1xsnS11eYecGIZ+BrbaaveUWsUJPL9lYaJOn90eesRQ==
109
+ dependencies :
110
+ immutable "^3.8.1"
111
+
112
+ " @angular-redux/router@latest " :
113
+ version "9.0.0"
114
+ resolved "https://registry.yarnpkg.com/@angular-redux/router/-/router-9.0.0.tgz#f7c096c79cefe247724e6bbb52b16731f4d496a4"
115
+ integrity sha512-8cfgoNMKZuTjLuEclzKpUURpSetQxo9tiuMWz8KnIFCFP6btvQHzYyDhfR2ROq+bwDpIXlUI6C4bWAORYD1DGw==
116
+
117
+ " @angular-redux/store@latest " :
118
+ version "9.0.0"
119
+ resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-9.0.0.tgz#7de913fe8d9b28941a1aa798397f3a51f16e20a6"
120
+ integrity sha512-0aWUktzTK88xDoDlGUDmDBnGW1ZB21W3H9dq0E52fuaN87cwtdca83ioi20/YT+M6EOecYPY7il9fSpy/Ewd1A==
121
+
105
122
" @angular/animations@7.2.0 " :
106
123
version "7.2.0"
107
124
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-7.2.0.tgz#5b774ced10aeee0a7d4a0bfd9efe94963f7735c9"
@@ -5257,7 +5274,12 @@ immediate@~3.0.5:
5257
5274
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
5258
5275
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
5259
5276
5260
- immutable@3.8.2 :
5277
+ immutable@3.8.1 :
5278
+ version "3.8.1"
5279
+ resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.1.tgz#200807f11ab0f72710ea485542de088075f68cd2"
5280
+ integrity sha1-IAgH8Rqw9ycQ6khVQt4IgHX2jNI=
5281
+
5282
+ immutable@^3.8.1 :
5261
5283
version "3.8.2"
5262
5284
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
5263
5285
integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=
You can’t perform that action at this time.
0 commit comments