File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ module.exports = {
9
9
] ,
10
10
} ,
11
11
} ,
12
+ react : {
13
+ version : require ( 'react' ) . version ,
14
+ } ,
12
15
} ,
13
16
rules : {
14
17
'simple-import-sort/imports' : 'warn' ,
Original file line number Diff line number Diff line change 84
84
"save-build-info" : " echo \\ {\\\" gitRevision\\\" : \\\" $(git rev-parse HEAD)\\\" , \\\" buildTimestamp\\\" : $(date -u '+%s000')\\ } > public/build-info.json"
85
85
},
86
86
"devDependencies" : {
87
- "setimmediate" : " ^1.0.5" ,
88
87
"@axe-core/react" : " ^4.6.1" ,
89
88
"@pact-foundation/pact" : " 10.2.2" ,
90
89
"@terra-ui-packages/test-utils" : " *" ,
123
122
"postcss-normalize" : " ^10.0.1" ,
124
123
"postcss-preset-env" : " ^7.8.2" ,
125
124
"prettier" : " ^2.8.8" ,
125
+ "setimmediate" : " ^1.0.5" ,
126
126
"source-map-explorer" : " ^2.5.2" ,
127
127
"svgo" : " ^1.3.2" ,
128
128
"typescript" : " ^4.9.5" ,
You can’t perform that action at this time.
0 commit comments