File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tpr/layout" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " TPR Layout components" ,
5
5
"author" : " David Alekna <david.alekna@tpr.gov.uk>" ,
6
6
"license" : " MIT" ,
33
33
"report-coverage" : " codecov"
34
34
},
35
35
"peerDependencies" : {
36
- "react" : " ^16.12.0" ,
37
- "react-dom" : " ^16.12.0" ,
38
36
"@tpr/core" : " ~2.1.7" ,
39
37
"@tpr/forms" : " ~2.2.0" ,
40
38
"@tpr/icons" : " ~2.1.7" ,
41
- "@tpr/theming" : " ~2.1.5"
39
+ "@tpr/theming" : " ~2.1.5" ,
40
+ "react" : " ^16.12.0" ,
41
+ "react-dom" : " ^16.12.0"
42
42
},
43
43
"dependencies" : {
44
44
"@types/lodash" : " ^4.14.157" ,
52
52
"xstate" : " ^4.10.0"
53
53
},
54
54
"devDependencies" : {
55
- "cross-env" : " ^7.0.2" ,
56
55
"@tpr/core" : " file:../core" ,
57
56
"@tpr/forms" : " file:../forms" ,
58
57
"@tpr/icons" : " file:../icons" ,
59
- "@tpr/theming" : " file:../theming"
58
+ "@tpr/theming" : " file:../theming" ,
59
+ "cross-env" : " ^7.0.2"
60
60
},
61
61
"publishConfig" : {
62
62
"access" : " public"
You can’t perform that action at this time.
0 commit comments