@semantic-ui/query
Advanced tools
Comparing version 0.8.7 to 0.8.8
{ | ||
"name": "@semantic-ui/query", | ||
"type": "module", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"main": "src/index.cjs", | ||
@@ -25,3 +25,3 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.8.7" | ||
"@semantic-ui/utils": "^0.8.8" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -14,14 +14,8 @@ { | ||
"strict": true, | ||
"skipLibCheck": true | ||
"skipLibCheck": true, | ||
"noImplicitAny": false, | ||
"noImplicitThis": false, | ||
}, | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules"], | ||
"overrides": [ | ||
{ | ||
"files": ["src/**/*.js"], | ||
"compilerOptions": { | ||
"noImplicitAny": false | ||
} | ||
} | ||
] | ||
} |
138852
3354
Updated@semantic-ui/utils@^0.8.8