jsx-dom-runtime
Advanced tools
Comparing version 0.58.0 to 0.58.1
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.58.0", | ||
"version": "0.58.1", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -29,4 +29,3 @@ "type": "module", | ||
"size": "size-limit", | ||
"types": "tsc --noEmit", | ||
"dev": "npm run lint && npm run types && npm run build && npm test && npm run size" | ||
"types": "tsc --noEmit" | ||
}, | ||
@@ -36,4 +35,4 @@ "dependencies": { | ||
"@babel/helper-validator-identifier": "^7.22.20", | ||
"@babel/plugin-syntax-jsx": "^7.22.5", | ||
"@babel/types": "^7.23.0", | ||
"@babel/plugin-syntax-jsx": "^7.23.3", | ||
"@babel/types": "^7.23.3", | ||
"csstype": "^3.1.2", | ||
@@ -47,4 +46,4 @@ "html-tags": "^3.3.1", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.2", | ||
"@babel/preset-typescript": "^7.23.2", | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@evilmartians/lefthook": "^1.5.2", | ||
@@ -54,10 +53,10 @@ "@jest/globals": "^29.7.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@size-limit/preset-small-lib": "^10.0.1", | ||
"@size-limit/preset-small-lib": "^11.0.0", | ||
"@testing-library/dom": "^9.3.3", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@types/babel__helper-validator-identifier": "^7.15.1", | ||
"@types/jest": "^29.5.6", | ||
"@types/svg-tags": "^1.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"@types/babel__helper-validator-identifier": "^7.15.2", | ||
"@types/jest": "^29.5.8", | ||
"@types/svg-tags": "^1.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"babel-jest": "^29.7.0", | ||
@@ -67,4 +66,4 @@ "eslint": "^8.52.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"rollup": "^4.1.4", | ||
"size-limit": "^10.0.1", | ||
"rollup": "^4.4.1", | ||
"size-limit": "^11.0.0", | ||
"typescript": "^5.2.2" | ||
@@ -71,0 +70,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
99571
2628
Updated@babel/types@^7.23.3