jsx-dom-runtime
Advanced tools
Comparing version 0.60.1 to 0.61.0
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -32,9 +32,7 @@ "type": "module", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.24.0", | ||
"@babel/helper-validator-identifier": "^7.22.20", | ||
"@babel/plugin-syntax-jsx": "^7.23.3", | ||
"@babel/types": "^7.24.0", | ||
"csstype": "^3.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@babel/helper-validator-identifier": "^7.0.0", | ||
"@babel/types": "^7.0.0", | ||
"@babel/core": "^7.0.0" | ||
@@ -41,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
4
2976
115774
- Removed@babel/helper-plugin-utils@^7.24.0
- Removed@babel/plugin-syntax-jsx@^7.23.3
- Removed@babel/types@^7.24.0
- Removed@babel/helper-plugin-utils@7.26.5(transitive)
- Removed@babel/plugin-syntax-jsx@7.25.9(transitive)