simple-boot-front
Advanced tools
Comparing version 1.0.76 to 1.0.77
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.76", | ||
"version": "1.0.77", | ||
"main": "SimpleApplication.js", | ||
@@ -57,2 +57,4 @@ "license": "MIT", | ||
"tsc": "tsc", | ||
"tsc:watch": "rm -rf ./dist && mkdir dist && cp package.json dist && tsc --watch --sourceMap true", | ||
"tsc:watch:dev": "rm -rf ./dist && mkdir dist && cp package-dev.json dist && tsc --watch --sourceMap true", | ||
"test": "jest --detectOpenHandles --forceExit" | ||
@@ -77,3 +79,3 @@ }, | ||
"dependencies": { | ||
"dom-render": "^1.0.38", | ||
"dom-render": "^1.0.40", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -80,0 +82,0 @@ "simple-boot-core": "^1.0.20" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49811
Updateddom-render@^1.0.40