File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3939 "@babel/runtime" : " 7.11.2" ,
4040 "babel-eslint" : " 10.1.0" ,
4141 "babel-preset-minify" : " 0.5.1" ,
42- "eslint" : " 7.8.1 " ,
42+ "eslint" : " 7.10.0 " ,
4343 "eslint-plugin-babel" : " 5.3.1" ,
44- "eslint-plugin-import" : " 2.22.0 " ,
44+ "eslint-plugin-import" : " 2.22.1 " ,
4545 "eslint-plugin-jsbox" : " 0.1.1" ,
46- "eslint-plugin-react-hooks" : " 4.1.0 " ,
47- "prettier" : " 2.1.1 " ,
46+ "eslint-plugin-react-hooks" : " 4.1.2 " ,
47+ "prettier" : " 2.1.2 " ,
4848 "react" : " 16.13.1" ,
49- "rollup" : " 2.26.11 " ,
49+ "rollup" : " 2.28.2 " ,
5050 "rollup-plugin-babel" : " 4.4.0" ,
51- "rollup-plugin-cleanup" : " 3.1 .1" ,
51+ "rollup-plugin-cleanup" : " 3.2 .1" ,
5252 "rollup-plugin-commonjs" : " 10.1.0" ,
5353 "rollup-plugin-modify" : " 3.0.0" ,
5454 "rollup-plugin-node-resolve" : " 5.2.0" ,
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ export function getOCClassName(jsValue) {
1313 return jsValue . ocValue ( ) . __clsName
1414}
1515
16- // Based on react-three-fiber ((c) 2019 Paul Henschel, MIT).
17- // https://github.com/drcmda/react-three-fiber/blob/master/src/reconciler.tsx#L13
1816export const is = {
1917 obj : a => a === Object ( a ) ,
2018 str : a => typeof a === 'string' ,
You can’t perform that action at this time.
0 commit comments