@semantic-ui/templating
Advanced tools
Comparing version 0.8.9 to 0.8.10
{ | ||
"name": "@semantic-ui/templating", | ||
"type": "module", | ||
"version": "0.8.9", | ||
"version": "0.8.10", | ||
"main": "src/index.js", | ||
@@ -11,6 +11,6 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"@semantic-ui/renderer": "^0.8.9", | ||
"@semantic-ui/query": "^0.8.9", | ||
"@semantic-ui/reactivity": "^0.8.9", | ||
"@semantic-ui/utils": "^0.8.9" | ||
"@semantic-ui/renderer": "^0.8.10", | ||
"@semantic-ui/query": "^0.8.10", | ||
"@semantic-ui/reactivity": "^0.8.10", | ||
"@semantic-ui/utils": "^0.8.10" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ { | ||
"declaration": true, | ||
"declarationDir": "types", | ||
"declarationDir": "./types", | ||
"esModuleInterop": true, | ||
@@ -10,0 +10,0 @@ "moduleResolution": "nodenext", |
123532
Updated@semantic-ui/query@^0.8.10
Updated@semantic-ui/utils@^0.8.10