@semantic-ui/templating
Advanced tools
Comparing version 0.8.5 to 0.8.6
{ | ||
"name": "@semantic-ui/templating", | ||
"type": "module", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"types": "types/index.d.ts", | ||
"author": "Jack Lukic", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@semantic-ui/renderer": "^0.8.5", | ||
"@semantic-ui/query": "^0.8.5", | ||
"@semantic-ui/reactivity": "^0.8.5", | ||
"@semantic-ui/utils": "^0.8.5" | ||
"@semantic-ui/renderer": "^0.8.6", | ||
"@semantic-ui/query": "^0.8.6", | ||
"@semantic-ui/reactivity": "^0.8.6", | ||
"@semantic-ui/utils": "^0.8.6" | ||
}, | ||
@@ -15,0 +16,0 @@ "devDependencies": { |
@@ -621,2 +621,3 @@ import { $ } from '@semantic-ui/query'; | ||
abortController: this.eventController, | ||
helpers: TemplateHelpers, | ||
@@ -623,0 +624,0 @@ template: this, |
103967
17
2894
Updated@semantic-ui/query@^0.8.6
Updated@semantic-ui/renderer@^0.8.6
Updated@semantic-ui/utils@^0.8.6