Comparing version 6.4.19 to 6.4.20
{ | ||
"name": "jsx-dom", | ||
"version": "6.4.19", | ||
"version": "6.4.20", | ||
"description": "JSX to document.createElement.", | ||
@@ -22,15 +22,15 @@ "main": "lib/index.cjs.js", | ||
"dependencies": { | ||
"csstype": "^3.0.2" | ||
"csstype": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.0", | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@rollup/plugin-node-resolve": "^8.4.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
"@types/babel__core": "^7.1.9", | ||
"@types/chai": "^4.2.12", | ||
"@types/jsdom": "^16.2.3", | ||
"@types/mocha": "^8.0.1", | ||
"@types/node": "^14.0.27", | ||
"@types/babel__core": "^7.1.10", | ||
"@types/chai": "^4.2.13", | ||
"@types/jsdom": "^16.2.4", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.11.5", | ||
"@types/prop-types": "^15.7.3", | ||
@@ -41,12 +41,12 @@ "babel-preset-minify": "^0.5.1", | ||
"fs-extra": "^9.0.1", | ||
"jsdom": "^16.3.0", | ||
"mocha": "^8.1.0", | ||
"jsdom": "^16.4.0", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.23.0", | ||
"prettier": "^2.1.2", | ||
"rollup": "^2.29.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-prettier": "^2.1.0", | ||
"ts-node": "^8.10.2", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.7" | ||
"ts-node": "^9.0.0", | ||
"tslib": "^2.0.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -53,0 +53,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
112262
10
3273
Updatedcsstype@^3.0.3